[kepler-code] r28813 - in trunk/modules/science-pipes-backend/config: kepler workflow-iteration

barseghian at ecoinformatics.org barseghian at ecoinformatics.org
Tue Oct 18 17:51:30 PDT 2011


Author: barseghian
Date: 2011-10-18 17:51:30 -0700 (Tue, 18 Oct 2011)
New Revision: 28813

Modified:
   trunk/modules/science-pipes-backend/config/kepler/akn-data-config.xml
   trunk/modules/science-pipes-backend/config/workflow-iteration/akn-data-config.xml
Log:
fix path

Modified: trunk/modules/science-pipes-backend/config/kepler/akn-data-config.xml
===================================================================
--- trunk/modules/science-pipes-backend/config/kepler/akn-data-config.xml	2011-10-19 00:47:46 UTC (rev 28812)
+++ trunk/modules/science-pipes-backend/config/kepler/akn-data-config.xml	2011-10-19 00:51:30 UTC (rev 28813)
@@ -15,7 +15,7 @@
 	</bean>
 	
 	<bean id="aknSubsetDataProvider" class="edu.cornell.birds.is.bap.data.akn.AKNDataProviderImpl">
-		<property name="pathToParentDirectory" value="/Users/derik/dev2/bap-data/ebird/species"/>
+		<property name="pathToParentDirectory" value="/Users/derik/dev2/bap-data/ebird"/>
 		<property name="indexFileName" value="index-subset.txt"/>
 		<property name="dataFormat" value="BMDEv1.38" />
 		<property name="collectionDescription" value="This dataset was downloaded from the Avian Knowledge Network (http://www.avianknowledge.net/content/download/packages/observation_data/project/ebird_all/) on Jan. 18, 2010. It contains an extract of all eBird data in the AKN system as of Jan. 15, 2010. Invalid records have been excised from this dataset. The format of the data is BMDE v1.38 (http://www.avianknowledge.net/content/contribute/the-bird-monitoring-data-exchange)." />

Modified: trunk/modules/science-pipes-backend/config/workflow-iteration/akn-data-config.xml
===================================================================
--- trunk/modules/science-pipes-backend/config/workflow-iteration/akn-data-config.xml	2011-10-19 00:47:46 UTC (rev 28812)
+++ trunk/modules/science-pipes-backend/config/workflow-iteration/akn-data-config.xml	2011-10-19 00:51:30 UTC (rev 28813)
@@ -15,7 +15,7 @@
 	</bean>
 	
 	<bean id="aknSubsetDataProvider" class="edu.cornell.birds.is.bap.data.akn.AKNDataProviderImpl">
-		<property name="pathToParentDirectory" value="/Users/derik/dev2/bap-data/ebird/species"/>
+		<property name="pathToParentDirectory" value="/Users/derik/dev2/bap-data/ebird"/>
 		<property name="indexFileName" value="index-subset.txt"/>
 		<property name="dataFormat" value="BMDEv1.38" />
 		<property name="collectionDescription" value="This dataset was downloaded from the Avian Knowledge Network (http://www.avianknowledge.net/content/download/packages/observation_data/project/ebird_all/) on Jan. 18, 2010. It contains an extract of all eBird data in the AKN system as of Jan. 15, 2010. Invalid records have been excised from this dataset. The format of the data is BMDE v1.38 (http://www.avianknowledge.net/content/contribute/the-bird-monitoring-data-exchange)." />



More information about the Kepler-cvs mailing list