[kepler-code] r28777 - trunk/modules/science-pipes-frontend/WebContent/WEB-INF
barseghian at ecoinformatics.org
barseghian at ecoinformatics.org
Fri Oct 7 16:35:36 PDT 2011
Author: barseghian
Date: 2011-10-07 16:35:36 -0700 (Fri, 07 Oct 2011)
New Revision: 28777
Added:
trunk/modules/science-pipes-frontend/WebContent/WEB-INF/survivorship-data-config.xml
Modified:
trunk/modules/science-pipes-frontend/WebContent/WEB-INF/local.development.properties
trunk/modules/science-pipes-frontend/WebContent/WEB-INF/server.deployment.properties
Log:
change hardcodes for my benefit
accomodate survivorship
Modified: trunk/modules/science-pipes-frontend/WebContent/WEB-INF/local.development.properties
===================================================================
--- trunk/modules/science-pipes-frontend/WebContent/WEB-INF/local.development.properties 2011-10-07 23:32:55 UTC (rev 28776)
+++ trunk/modules/science-pipes-frontend/WebContent/WEB-INF/local.development.properties 2011-10-07 23:35:36 UTC (rev 28777)
@@ -16,18 +16,21 @@
# from repository-config/kepler-properties
-kepler.properties.ptII.path = C:/workspace/rad-1/ptII
-kepler.properties.kepler.path = C:/workspace/rad-1/kepler
+kepler.properties.ptII.path = /Users/derik/dev2/kepler_sp_workspace2/ptolemy
+kepler.properties.kepler.path = /Users/derik/dev2/kepler_sp_workspace2/kepler
# from akn-data-config
-akn.data.config.pathToParentDirectory = C:/temp/bap-data/ebird
-akn.data.config.pathToParentDirectory.pfw = C:/temp/bap-data/pfw
+akn.data.config.pathToParentDirectory = /Users/derik/dev2/bap-data/ebird
+akn.data.config.pathToParentDirectory.pfw = /Users/derik/dev2/bap-data/pfw
#from wildfinder-data-config.xml
-wildfinder.dataset.config.fileLocation = C:/temp/bap-data/crossingboundaries/ecoregion-species.2010-06-17.txt
-wildfinder.area.dataset.config.fileLocation = C:/temp/bap-data/crossingboundaries/ecoregion-areas.2010-06-17.txt
-wildfinder.plant.dataset.config.fileLocation = C:/temp/bap-data/crossingboundaries/ecoregions-plants.2010-07-23.txt
-
+wildfinder.dataset.config.fileLocation = /Users/derik/dev2/bap-data/crossingboundaries/ecoregion-species.2010-06-17.txt
+wildfinder.area.dataset.config.fileLocation = /Users/derik/dev2/bap-data/crossingboundaries/ecoregion-areas.2010-06-17.txt
+wildfinder.plant.dataset.config.fileLocation = /Users/derik/dev2/bap-data/crossingboundaries/ecoregions-plants.2010-07-23.txt
+
+#from survivorship-data-config.xml
+survivorship.data.config.pathToParentDirectory = /Users/derik/dev2/bap-data/survivorship
+
# from repository-conf/workflow-repository-fedora.xml
#fedora.web.method = http
#fedora.web.context = fedora
Modified: trunk/modules/science-pipes-frontend/WebContent/WEB-INF/server.deployment.properties
===================================================================
--- trunk/modules/science-pipes-frontend/WebContent/WEB-INF/server.deployment.properties 2011-10-07 23:32:55 UTC (rev 28776)
+++ trunk/modules/science-pipes-frontend/WebContent/WEB-INF/server.deployment.properties 2011-10-07 23:35:36 UTC (rev 28777)
@@ -25,6 +25,8 @@
wildfinder.area.dataset.config.fileLocation = /web/tmp/bap-config-do-not-delete/bap-data/crossingboundaries/ecoregion-area.2010-06-17.txt
wildfinder.plant.dataset.config.fileLocation = /web/tmp/bap-config-do-not-delete/bap-data/crossingboundaries/ecoregions-plants.2010-07-23.txt
+#from survivorship-data-config.xml
+survivorship.data.config.pathToParentDirectory = /web/tmp/bap-config-do-not-delete/bap-data/survivorship
# from repository-conf/amazon.xml
amazon.s3.bucketName = sciencepipes
Added: trunk/modules/science-pipes-frontend/WebContent/WEB-INF/survivorship-data-config.xml
===================================================================
--- trunk/modules/science-pipes-frontend/WebContent/WEB-INF/survivorship-data-config.xml (rev 0)
+++ trunk/modules/science-pipes-frontend/WebContent/WEB-INF/survivorship-data-config.xml 2011-10-07 23:35:36 UTC (rev 28777)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<beans xmlns="http://www.springframework.org/schema/beans"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:tx="http://www.springframework.org/schema/tx"
+ xmlns:aop="http://www.springframework.org/schema/aop"
+ xsi:schemaLocation="
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
+ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
+ http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd">
+
+ <bean id="survivorshipDataProvider" class="edu.cornell.birds.is.bap.data.survivorship.SurvivorshipDataProviderImpl">
+ <property name="pathToParentDirectory" value="${survivorship.data.config.pathToParentDirectory}"/>
+ <property name="dataFormat" value="TODO dataFormat (csv)" />
+ <property name="description" value="TODO dataset description" />
+ </bean>
+
+</beans>
\ No newline at end of file
Property changes on: trunk/modules/science-pipes-frontend/WebContent/WEB-INF/survivorship-data-config.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
More information about the Kepler-cvs
mailing list