[kepler-code] r28817 - trunk/modules/science-pipes-frontend/WebContent/WEB-INF
barseghian at ecoinformatics.org
barseghian at ecoinformatics.org
Tue Oct 18 18:09:21 PDT 2011
Author: barseghian
Date: 2011-10-18 18:09:21 -0700 (Tue, 18 Oct 2011)
New Revision: 28817
Modified:
trunk/modules/science-pipes-frontend/WebContent/WEB-INF/pipes-servlet.xml
Log:
include survivorship choice when composing new pipes
Modified: trunk/modules/science-pipes-frontend/WebContent/WEB-INF/pipes-servlet.xml
===================================================================
--- trunk/modules/science-pipes-frontend/WebContent/WEB-INF/pipes-servlet.xml 2011-10-19 01:05:05 UTC (rev 28816)
+++ trunk/modules/science-pipes-frontend/WebContent/WEB-INF/pipes-servlet.xml 2011-10-19 01:09:21 UTC (rev 28817)
@@ -483,6 +483,12 @@
<property name="name" value="AKN (eBird & PFW)" />
<property name="helpUri" value="http://info.sciencepipes.org/help/2010/03/akn-datasets.html" />
</bean>
+ <bean class="edu.cornell.birds.is.bap.workflow.ActorCollection">
+ <property name="id" value="survivorship1" />
+ <property name="uri" value="parts/survivorship-actors.xml" />
+ <property name="name" value="Survivorship (ESA EcoEd Digital Library)" />
+ <property name="helpUri" value="http://info.sciencepipes.org/help/2011/10/survivorship-datasets.html" />
+ </bean>
</list>
</constructor-arg>
</bean>
More information about the Kepler-cvs
mailing list