From: <pat...@us...> - 2010-08-05 19:14:12
|
Revision: 1115 http://cishell.svn.sourceforge.net/cishell/?rev=1115&view=rev Author: pataphil Date: 2010-08-05 19:14:06 +0000 (Thu, 05 Aug 2010) Log Message: ----------- * Attempting to fix 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:07:24 UTC (rev 1114) +++ trunk/deployment/org.cishell.reference.database.feature/feature.xml 2010-08-05 19:14:06 UTC (rev 1115) @@ -89,6 +89,13 @@ unpack="false"/> <plugin + id="org.cishell.utility.swt" + 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:07:24 UTC (rev 1114) +++ trunk/deployment/org.cishell.reference.feature/feature.xml 2010-08-05 19:14:06 UTC (rev 1115) @@ -115,6 +115,13 @@ unpack="false"/> <plugin + id="org.cishell.utility.swt" + 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:07:24 UTC (rev 1114) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2010-08-05 19:14:06 UTC (rev 1115) @@ -205,8 +205,13 @@ <param name="project.name" value="/core/org.cishell.utilities"/> <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.swt"/> + <param name="project.name" value="/core/org.cishell.utility.swt"/> + <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. |