Ignore:
Timestamp:
01/09/13 00:09:10 (11 years ago)
Author:
psniegowski
Message:

Add f0 parsing and f0->Model transformation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/main/src/main/resources/configs/framsticks.properties

    r77 r78  
    11com.framsticks.entities.browser.class=com.framsticks.gui.Browser
    2 #com.framsticks.entities.browser.endpoints=localhost,dump,remote_portal
    32com.framsticks.entities.browser.size.width=1500
    43com.framsticks.entities.browser.size.height=800
    5 com.framsticks.entities.browser.endpoints=localhost,dump
     4com.framsticks.entities.browser.endpoints=localhost,dump,genotype_browser
    65com.framsticks.entities.browser.endpoints.dump.entity.class=com.framsticks.dumping.FileInstance
    76com.framsticks.entities.browser.endpoints.dump.entity.filename=dumps/localhost:9009__.param
    87com.framsticks.entities.browser.endpoints.localhost.entity.mount=com.framsticks.entities.localhost
    98com.framsticks.entities.browser.endpoints.remote_portal.entity.mount=com.framsticks.entities.remote_portal
     9com.framsticks.entities.browser.endpoints.genotype_browser.entity.mount=com.framsticks.entities.genotype_browser
    1010
    1111com.framsticks.entities.diagnostics.class=com.framsticks.diagnostics.Diagnostics
     
    3030com.framsticks.entities.hosted_portal.hosted.entity.mount=com.framsticks.entities.portal
    3131
    32 #com.framsticks.entity=browser
     32com.framsticks.entities.genotype_browser.class=com.framsticks.examples.GenotypeBrowser
     33
     34com.framsticks.entity.mount = com.framsticks.entities.browser
Note: See TracChangeset for help on using the changeset viewer.