From: <mwl...@us...> - 2009-07-17 21:56:21
|
Revision: 888 http://cishell.svn.sourceforge.net/cishell/?rev=888&view=rev Author: mwlinnem Date: 2009-07-17 21:56:16 +0000 (Fri, 17 Jul 2009) Log Message: ----------- Adding org.cishell.utilities to build system. This should right the wrong of having a NWB-repository dependency in CIShell. Modified Paths: -------------- trunk/deployment/org.cishell.reference.feature/feature.xml trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml Modified: trunk/deployment/org.cishell.reference.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.feature/feature.xml 2009-07-17 21:25:53 UTC (rev 887) +++ trunk/deployment/org.cishell.reference.feature/feature.xml 2009-07-17 21:56:16 UTC (rev 888) @@ -107,4 +107,11 @@ version="0.0.0" unpack="false"/> + <plugin + id="org.cishell.utilities" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + </feature> Modified: trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml =================================================================== --- trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2009-07-17 21:25:53 UTC (rev 887) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2009-07-17 21:56:16 UTC (rev 888) @@ -162,5 +162,11 @@ <param name="project.name" value="/libs/jythonlib"/> <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.utilities"/> + <param name="project.name" value="/core/org.cishell.utilities"/> + <param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk"/> + </antcall> </target> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
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. |
From: <jrb...@us...> - 2011-02-22 16:55:13
|
Revision: 1227 http://cishell.svn.sourceforge.net/cishell/?rev=1227&view=rev Author: jrbibers Date: 2011-02-22 16:55:07 +0000 (Tue, 22 Feb 2011) Log Message: ----------- Switching CIShell build from Google Collections to Google Guava. 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 2011-02-22 16:15:08 UTC (rev 1226) +++ trunk/deployment/org.cishell.reference.database.feature/feature.xml 2011-02-22 16:55:07 UTC (rev 1227) @@ -103,7 +103,7 @@ unpack="false"/> <plugin - id="google_collections" + id="google_guava" download-size="0" install-size="0" version="0.0.0"/> Modified: trunk/deployment/org.cishell.reference.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.feature/feature.xml 2011-02-22 16:15:08 UTC (rev 1226) +++ trunk/deployment/org.cishell.reference.feature/feature.xml 2011-02-22 16:55:07 UTC (rev 1227) @@ -143,7 +143,7 @@ unpack="false"/> <plugin - id="google_collections" + id="google_guava" download-size="0" install-size="0" version="0.0.0"/> Modified: trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml =================================================================== --- trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2011-02-22 16:15:08 UTC (rev 1226) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2011-02-22 16:55:07 UTC (rev 1227) @@ -219,8 +219,8 @@ </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"/> + <param name="element.id" value="google-guava"/> + <param name="project.name" value="/libs/google-guava"/> <param name="url" value="https://cishell.svn.sourceforge.net/svnroot/cishell/trunk"/> </antcall> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jrb...@us...> - 2012-02-24 00:59:04
|
Revision: 1310 http://cishell.svn.sourceforge.net/cishell/?rev=1310&view=rev Author: jrbibers Date: 2012-02-24 00:58:58 +0000 (Fri, 24 Feb 2012) Log Message: ----------- Updating CIShell feature configurations to use new Guava bundle name "com.google.guava". Modified Paths: -------------- trunk/deployment/org.cishell.reference.database.feature/feature.xml trunk/deployment/org.cishell.reference.feature/feature.xml Modified: trunk/deployment/org.cishell.reference.database.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.database.feature/feature.xml 2012-02-24 00:56:07 UTC (rev 1309) +++ trunk/deployment/org.cishell.reference.database.feature/feature.xml 2012-02-24 00:58:58 UTC (rev 1310) @@ -103,7 +103,7 @@ unpack="false"/> <plugin - id="google_guava" + id="com.google.guava" download-size="0" install-size="0" version="0.0.0"/> Modified: trunk/deployment/org.cishell.reference.feature/feature.xml =================================================================== --- trunk/deployment/org.cishell.reference.feature/feature.xml 2012-02-24 00:56:07 UTC (rev 1309) +++ trunk/deployment/org.cishell.reference.feature/feature.xml 2012-02-24 00:58:58 UTC (rev 1310) @@ -143,7 +143,7 @@ unpack="false"/> <plugin - id="google_guava" + id="com.google.guava" download-size="0" install-size="0" version="0.0.0"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |