From: <pat...@us...> - 2010-08-05 19:51:48
|
Revision: 1121 http://cishell.svn.sourceforge.net/cishell/?rev=1121&view=rev Author: pataphil Date: 2010-08-05 19:51:42 +0000 (Thu, 05 Aug 2010) Log Message: ----------- * Added org.cishell.utility.datastructure to the build. Modified Paths: -------------- trunk/deployment/org.cishell.reference.database.feature/feature.xml trunk/deployment/org.cishell.reference.feature/feature.xml trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml Modified: trunk/deployment/org.cishell.reference.database.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.database.feature/feature.xml 2010-08-05 19:47:55 UTC (rev 1120) +++ trunk/deployment/org.cishell.reference.database.feature/feature.xml 2010-08-05 19:51:42 UTC (rev 1121) @@ -96,6 +96,13 @@ unpack="false"/> <plugin + id="org.cishell.utility.datastructure" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin id="google_collections" download-size="0" install-size="0" Modified: trunk/deployment/org.cishell.reference.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.feature/feature.xml 2010-08-05 19:47:55 UTC (rev 1120) +++ trunk/deployment/org.cishell.reference.feature/feature.xml 2010-08-05 19:51:42 UTC (rev 1121) @@ -122,6 +122,13 @@ unpack="false"/> <plugin + id="org.cishell.utility.datastructure" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin id="org.cishell.algorithm.convertergraph" download-size="0" install-size="0" Modified: trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml =================================================================== --- trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2010-08-05 19:47:55 UTC (rev 1120) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2010-08-05 19:51:42 UTC (rev 1121) @@ -212,6 +212,12 @@ <param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk"/> </antcall> <antcall target="svn.co"> + <param name="target" value="plugins"/> + <param name="element.id" value="org.cishell.utility.datastructure"/> + <param name="project.name" value="/core/org.cishell.utility.datastructure"/> + <param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk"/> + </antcall> + <antcall target="svn.co"> <param name="target" value="plugins"/> <param name="element.id" value="google-collections"/> <param name="project.name" value="/libs/google-collections"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |