jicarilla-sandbox/platform/gump gump-jicarilla-build-system.xml,NONE,1.1 gump-jicarilla-collections.xml,1.3,1.4 gump-jicarilla-container-api.xml,1.3,1.4 gump-jicarilla-container-impl.xml,1.3,1.4 gump-jicarilla-container-tck-api.xml,1.3,1.4 gump-jicarilla-container-tck-impl.xml,1.3,1.4 gump-jicarilla-framework-api.xml,1.3,1.4 gump-jicarilla-framework-impl.xml,1.3,1.4 gump-jicarilla-http-api.xml,1.3,1.4 gump-jicarilla-http-impl.xml,1.3,1.4 gump-module.xml,1.5,1.6

[email protected]
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/gump
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5238/platform/gump

Modified Files:
	gump-jicarilla-collections.xml 
	gump-jicarilla-container-api.xml 
	gump-jicarilla-container-impl.xml 
	gump-jicarilla-container-tck-api.xml 
	gump-jicarilla-container-tck-impl.xml 
	gump-jicarilla-framework-api.xml 
	gump-jicarilla-framework-impl.xml gump-jicarilla-http-api.xml 
	gump-jicarilla-http-impl.xml gump-module.xml 
Added Files:
	gump-jicarilla-build-system.xml 
Log Message:
* add JBS as a project
* change dependencies
* remove the comments at the start of the file (I suspect they confuse python gump)

--- NEW FILE: gump-jicarilla-build-system.xml ---
<?xml version="1.0"?>

<project name="jicarilla-build-system">
    <ant basedir="buildsystem/install"/>

    <!-- common dependencies -->
    <depend project="ant" runtime="true" inherit="hard"/>
    <depend project="jakarta-bsf" runtime="true" inherit="all"/>
    <depend project="rhino" runtime="true" inherit="all"/>

    <home nested="buildsystem/install"/>

    <nag from="Gump Integration Build &lt;[email protected]&gt;"
            to="[email protected]"/>
</project>

Index: gump-jicarilla-collections.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-collections.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gump-jicarilla-collections.xml	29 Feb 2004 14:48:19 -0000	1.3
+++ gump-jicarilla-collections.xml	1 Mar 2004 07:30:54 -0000	1.4
@@ -1,19 +1,13 @@
 <?xml version="1.0"?>
 
-<!-- This descriptor was autogenerated by the Jicarilla Build System -->
-
 <project name="jicarilla-collections">
-    <package>${project.package}</package>
+    <package>org.jicarilla.collections</package>
     <ant basedir="platform/components/collections" target="jar">
         <property name="project.version" value="@@DATE@@"/>
     </ant>
 
     <!-- common dependencies -->
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xalan2"/><!-- support for <junitreport/> -->
-    <depend project="xml-xerces"/>
-    <depend project="jakarta-bsf"/><!-- support for <script> -->
-    <depend project="rhino"/>
+    <depend project="jicarilla-build-system" inherit="all"/>
 
     <!-- project dependencies -->
     <dependency name="jicarilla-framework-api" runtime="true" inherit="runtime" optional="false"/>
@@ -26,9 +20,9 @@
 
     <home nested="platform/components/collections"/>
     <jar name="target/jicarilla-collections-@@DATE@@.jar"/>
-    <javadoc nested="platform/components/collections/target/docs/apidocs"/>
-    <junitreport nested="platform/components/collections/target/docs/junitreports"/>
+    <!--<javadoc nested="platform/components/collections/target/docs/apidocs"/>
+    <junitreport nested="platform/components/collections/target/docs/junitreports"/>-->
 
-    <nag from="Gump Integration Build &lt;[email protected]&gt;"
-            to="[email protected]"/>
+    <nag from="Gump Integration Build &lt;[email protected]&gt;"
+            to="[email protected]"/>
 </project>
\ No newline at end of file

Index: gump-jicarilla-container-api.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-container-api.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gump-jicarilla-container-api.xml	29 Feb 2004 14:48:19 -0000	1.3
+++ gump-jicarilla-container-api.xml	1 Mar 2004 07:30:54 -0000	1.4
@@ -1,19 +1,13 @@
 <?xml version="1.0"?>
 
-<!-- This descriptor was autogenerated by the Jicarilla Build System -->
-
 <project name="jicarilla-container-api">
-    <package>${project.package}</package>
+    <package>org.jicarilla.container</package>
     <ant basedir="platform/container/api" target="jar">
         <property name="project.version" value="@@DATE@@"/>
     </ant>
 
     <!-- common dependencies -->
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xalan2"/><!-- support for <junitreport/> -->
-    <depend project="xml-xerces"/>
-    <depend project="jakarta-bsf"/><!-- support for <script> -->
-    <depend project="rhino"/>
+    <depend project="jicarilla-build-system" inherit="all"/>
 
     <!-- project dependencies -->
     <dependency name="jicarilla-framework-api" runtime="true" inherit="all" optional="false"/>
@@ -24,9 +18,9 @@
 
     <home nested="platform/container/api"/>
     <jar name="target/jicarilla-container-api-@@DATE@@.jar"/>
-    <javadoc nested="platform/container/api/target/docs/apidocs"/>
-    <junitreport nested="platform/container/api/target/docs/junitreports"/>
+    <!--<javadoc nested="platform/container/api/target/docs/apidocs"/>
+    <junitreport nested="platform/container/api/target/docs/junitreports"/>-->
 
-    <nag from="Gump Integration Build &lt;[email protected]&gt;"
-            to="[email protected]"/>
+    <nag from="Gump Integration Build &lt;[email protected]&gt;"
+            to="[email protected]"/>
 </project>
\ No newline at end of file

Index: gump-jicarilla-container-impl.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-container-impl.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gump-jicarilla-container-impl.xml	29 Feb 2004 14:48:19 -0000	1.3
+++ gump-jicarilla-container-impl.xml	1 Mar 2004 07:30:54 -0000	1.4
@@ -1,19 +1,13 @@
 <?xml version="1.0"?>
 
-<!-- This descriptor was autogenerated by the Jicarilla Build System -->
-
 <project name="jicarilla-container-impl">
-    <package>${project.package}</package>
+    <package>org.jicarilla.container</package>
     <ant basedir="platform/container/impl" target="jar">
         <property name="project.version" value="@@DATE@@"/>
     </ant>
 
     <!-- common dependencies -->
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xalan2"/><!-- support for <junitreport/> -->
-    <depend project="xml-xerces"/>
-    <depend project="jakarta-bsf"/><!-- support for <script> -->
-    <depend project="rhino"/>
+    <depend project="jicarilla-build-system" inherit="all"/>
 
     <!-- project dependencies -->
     <dependency name="jicarilla-framework" runtime="true" inherit="runtime" optional="false"/>
@@ -32,9 +26,9 @@
 
     <home nested="platform/container/impl"/>
     <jar name="target/jicarilla-container-impl-@@DATE@@.jar"/>
-    <javadoc nested="platform/container/impl/target/docs/apidocs"/>
-    <junitreport nested="platform/container/impl/target/docs/junitreports"/>
+    <!--<javadoc nested="platform/container/impl/target/docs/apidocs"/>
+    <junitreport nested="platform/container/impl/target/docs/junitreports"/>-->
 
-    <nag from="Gump Integration Build &lt;[email protected]&gt;"
-            to="[email protected]"/>
+    <nag from="Gump Integration Build &lt;[email protected]&gt;"
+            to="[email protected]"/>
 </project>
\ No newline at end of file

Index: gump-jicarilla-container-tck-api.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-container-tck-api.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gump-jicarilla-container-tck-api.xml	29 Feb 2004 14:48:19 -0000	1.3
+++ gump-jicarilla-container-tck-api.xml	1 Mar 2004 07:30:54 -0000	1.4
@@ -3,17 +3,13 @@
 <!-- This descriptor was autogenerated by the Jicarilla Build System -->
 
 <project name="jicarilla-container-tck-api">
-    <package>${project.package}</package>
+    <package>org.jicarilla.container.tck</package>
     <ant basedir="platform/container/tck/api" target="jar">
         <property name="project.version" value="@@DATE@@"/>
     </ant>
 
     <!-- common dependencies -->
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xalan2"/><!-- support for <junitreport/> -->
-    <depend project="xml-xerces"/>
-    <depend project="jakarta-bsf"/><!-- support for <script> -->
-    <depend project="rhino"/>
+    <depend project="jicarilla-build-system" inherit="all"/>
 
     <!-- project dependencies -->
     <dependency name="jicarilla-framework-api" runtime="true" inherit="runtime" optional="false"/>
@@ -24,9 +20,9 @@
 
     <home nested="platform/container/tck/api"/>
     <jar name="target/jicarilla-container-tck-api-@@DATE@@.jar"/>
-    <javadoc nested="platform/container/tck/api/target/docs/apidocs"/>
-    <junitreport nested="platform/container/tck/api/target/docs/junitreports"/>
+    <!--<javadoc nested="platform/container/tck/api/target/docs/apidocs"/>
+    <junitreport nested="platform/container/tck/api/target/docs/junitreports"/>-->
 
-    <nag from="Gump Integration Build &lt;[email protected]&gt;"
-            to="[email protected]"/>
+    <nag from="Gump Integration Build &lt;[email protected]&gt;"
+            to="[email protected]"/>
 </project>
\ No newline at end of file

Index: gump-jicarilla-container-tck-impl.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-container-tck-impl.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gump-jicarilla-container-tck-impl.xml	29 Feb 2004 14:48:19 -0000	1.3
+++ gump-jicarilla-container-tck-impl.xml	1 Mar 2004 07:30:54 -0000	1.4
@@ -1,19 +1,13 @@
 <?xml version="1.0"?>
 
-<!-- This descriptor was autogenerated by the Jicarilla Build System -->
-
 <project name="jicarilla-container-tck-impl">
-    <package>${project.package}</package>
+    <package>org.jicarilla.container.tck</package>
     <ant basedir="platform/container/tck/impl" target="jar">
         <property name="project.version" value="@@DATE@@"/>
     </ant>
 
     <!-- common dependencies -->
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xalan2"/><!-- support for <junitreport/> -->
-    <depend project="xml-xerces"/>
-    <depend project="jakarta-bsf"/><!-- support for <script> -->
-    <depend project="rhino"/>
+    <depend project="jicarilla-build-system" inherit="all"/>
 
     <!-- project dependencies -->
     <dependency name="jicarilla-framework" runtime="true" inherit="runtime" optional="false"/>
@@ -28,9 +22,9 @@
 
     <home nested="platform/container/tck/impl"/>
     <jar name="target/jicarilla-container-tck-impl-@@DATE@@.jar"/>
-    <javadoc nested="platform/container/tck/impl/target/docs/apidocs"/>
-    <junitreport nested="platform/container/tck/impl/target/docs/junitreports"/>
+    <!--<javadoc nested="platform/container/tck/impl/target/docs/apidocs"/>
+    <junitreport nested="platform/container/tck/impl/target/docs/junitreports"/>-->
 
-    <nag from="Gump Integration Build &lt;[email protected]&gt;"
-            to="[email protected]"/>
+    <nag from="Gump Integration Build &lt;[email protected]&gt;"
+            to="[email protected]"/>
 </project>
\ No newline at end of file

Index: gump-jicarilla-framework-api.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-framework-api.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gump-jicarilla-framework-api.xml	29 Feb 2004 14:48:19 -0000	1.3
+++ gump-jicarilla-framework-api.xml	1 Mar 2004 07:30:54 -0000	1.4
@@ -1,19 +1,13 @@
 <?xml version="1.0"?>
 
-<!-- This descriptor was autogenerated by the Jicarilla Build System -->
-
 <project name="jicarilla-framework-api">
-    <package>${project.package}</package>
+    <package>org.jicarilla.framework</package>
     <ant basedir="platform/framework/api" target="jar">
         <property name="project.version" value="@@DATE@@"/>
     </ant>
 
     <!-- common dependencies -->
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xalan2"/><!-- support for <junitreport/> -->
-    <depend project="xml-xerces"/>
-    <depend project="jakarta-bsf"/><!-- support for <script> -->
-    <depend project="rhino"/>
+    <depend project="jicarilla-build-system" inherit="all"/>
 
     <!-- project dependencies -->
     <dependency name="commons-pool" runtime="false" inherit="none" optional="false"/>
@@ -25,9 +19,9 @@
 
     <home nested="platform/framework/api"/>
     <jar name="target/jicarilla-framework-api-@@DATE@@.jar"/>
-    <javadoc nested="platform/framework/api/target/docs/apidocs"/>
-    <junitreport nested="platform/framework/api/target/docs/junitreports"/>
+    <!--<javadoc nested="platform/framework/api/target/docs/apidocs"/>
+    <junitreport nested="platform/framework/api/target/docs/junitreports"/>-->
 
-    <nag from="Gump Integration Build &lt;[email protected]&gt;"
-            to="[email protected]"/>
+    <nag from="Gump Integration Build &lt;[email protected]&gt;"
+            to="[email protected]"/>
 </project>
\ No newline at end of file

Index: gump-jicarilla-framework-impl.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-framework-impl.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gump-jicarilla-framework-impl.xml	29 Feb 2004 14:48:19 -0000	1.3
+++ gump-jicarilla-framework-impl.xml	1 Mar 2004 07:30:54 -0000	1.4
@@ -1,19 +1,13 @@
 <?xml version="1.0"?>
 
-<!-- This descriptor was autogenerated by the Jicarilla Build System -->
-
 <project name="jicarilla-framework-impl">
-    <package>${project.package}</package>
+    <package>org.jicarilla.framework</package>
     <ant basedir="platform/framework/impl" target="jar">
         <property name="project.version" value="@@DATE@@"/>
     </ant>
 
     <!-- common dependencies -->
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xalan2"/><!-- support for <junitreport/> -->
-    <depend project="xml-xerces"/>
-    <depend project="jakarta-bsf"/><!-- support for <script> -->
-    <depend project="rhino"/>
+    <depend project="jicarilla-build-system" inherit="all"/>
 
     <!-- project dependencies -->
     <dependency name="jicarilla-framework-api" runtime="true" inherit="all" optional="false"/>
@@ -28,9 +22,9 @@
 
     <home nested="platform/framework/impl"/>
     <jar name="target/jicarilla-framework-impl-@@DATE@@.jar"/>
-    <javadoc nested="platform/framework/impl/target/docs/apidocs"/>
-    <junitreport nested="platform/framework/impl/target/docs/junitreports"/>
+    <!--<javadoc nested="platform/framework/impl/target/docs/apidocs"/>
+    <junitreport nested="platform/framework/impl/target/docs/junitreports"/>-->
 
-    <nag from="Gump Integration Build &lt;[email protected]&gt;"
-            to="[email protected]"/>
+    <nag from="Gump Integration Build &lt;[email protected]&gt;"
+            to="[email protected]"/>
 </project>
\ No newline at end of file

Index: gump-jicarilla-http-api.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-http-api.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gump-jicarilla-http-api.xml	29 Feb 2004 14:48:19 -0000	1.3
+++ gump-jicarilla-http-api.xml	1 Mar 2004 07:30:54 -0000	1.4
@@ -1,19 +1,15 @@
 <?xml version="1.0"?>
 
-<!-- This descriptor was autogenerated by the Jicarilla Build System -->
-
 <project name="jicarilla-http-api">
-    <package>${project.package}</package>
+    <package>org.jicarilla.http</package>
+    <package>org.jicarilla.io</package>
+    <package>org.jicarilla.net</package>
     <ant basedir="platform/components/http/api" target="jar">
         <property name="project.version" value="@@DATE@@"/>
     </ant>
 
     <!-- common dependencies -->
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xalan2"/><!-- support for <junitreport/> -->
-    <depend project="xml-xerces"/>
-    <depend project="jakarta-bsf"/><!-- support for <script> -->
-    <depend project="rhino"/>
+    <depend project="jicarilla-build-system" inherit="all"/>
 
     <!-- project dependencies -->
     <dependency name="jicarilla-framework-impl" runtime="true" inherit="all" optional="false"/>
@@ -25,9 +21,9 @@
 
     <home nested="platform/components/http/api"/>
     <jar name="target/jicarilla-http-api-@@DATE@@.jar"/>
-    <javadoc nested="platform/components/http/api/target/docs/apidocs"/>
-    <junitreport nested="platform/components/http/api/target/docs/junitreports"/>
+    <!--<javadoc nested="platform/components/http/api/target/docs/apidocs"/>
+    <junitreport nested="platform/components/http/api/target/docs/junitreports"/>-->
 
-    <nag from="Gump Integration Build &lt;[email protected]&gt;"
-            to="[email protected]"/>
+    <nag from="Gump Integration Build &lt;[email protected]&gt;"
+            to="[email protected]"/>
 </project>
\ No newline at end of file

Index: gump-jicarilla-http-impl.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-http-impl.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gump-jicarilla-http-impl.xml	29 Feb 2004 14:48:19 -0000	1.3
+++ gump-jicarilla-http-impl.xml	1 Mar 2004 07:30:54 -0000	1.4
@@ -1,19 +1,15 @@
 <?xml version="1.0"?>
 
-<!-- This descriptor was autogenerated by the Jicarilla Build System -->
-
 <project name="jicarilla-http-impl">
-    <package>${project.package}</package>
+    <package>org.jicarilla.http</package>
+    <package>org.jicarilla.io</package>
+    <package>org.jicarilla.net</package>
     <ant basedir="platform/components/http/impl" target="jar">
         <property name="project.version" value="@@DATE@@"/>
     </ant>
 
     <!-- common dependencies -->
-    <depend project="ant" inherit="runtime"/>
-    <depend project="xml-xalan2"/><!-- support for <junitreport/> -->
-    <depend project="xml-xerces"/>
-    <depend project="jakarta-bsf"/><!-- support for <script> -->
-    <depend project="rhino"/>
+    <depend project="jicarilla-build-system" inherit="all"/>
 
     <!-- project dependencies -->
     <dependency name="jicarilla-framework-impl" runtime="true" inherit="all" optional="false"/>
@@ -28,15 +24,14 @@
     <dependency name="beanshell" runtime="true" inherit="runtime" optional="false"/>
     <dependency name="jetty" runtime="true" inherit="runtime" optional="false"/>
 
-
     <work nested="platform/components/http/impl/target/classes"/>
     <work nested="platform/components/http/impl/target/test-classes"/>
 
     <home nested="platform/components/http/impl"/>
     <jar name="target/jicarilla-http-impl-@@DATE@@.jar"/>
-    <javadoc nested="platform/components/http/impl/target/docs/apidocs"/>
-    <junitreport nested="platform/components/http/impl/target/docs/junitreports"/>
+    <!--<javadoc nested="platform/components/http/impl/target/docs/apidocs"/>
+    <junitreport nested="platform/components/http/impl/target/docs/junitreports"/>-->
 
-    <nag from="Gump Integration Build &lt;[email protected]&gt;"
-            to="[email protected]"/>
+    <nag from="Gump Integration Build &lt;[email protected]&gt;"
+            to="[email protected]"/>
 </project>
\ No newline at end of file

Index: gump-module.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-module.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- gump-module.xml	29 Feb 2004 21:27:54 -0000	1.5
+++ gump-module.xml	1 Mar 2004 07:30:54 -0000	1.6
@@ -7,6 +7,7 @@
     <cvs repository="sourceforge" host-prefix="cvs.jicarilla"
             module="jicarilla-sandbox" dir="jicarilla"/>
 
+    <project href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-build-system.xml?content-type=text/xml&amp;rev=HEAD"/>
     <project href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-framework-api.xml?content-type=text/xml&amp;rev=HEAD"/>
     <project href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-framework-impl.xml?content-type=text/xml&amp;rev=HEAD"/>
     <project href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-container-api.xml?content-type=text/xml&amp;rev=HEAD"/>



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.