Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/gump
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12507/platform/gump
Modified Files:
gump-jicarilla-framework-api.xml
gump-jicarilla-collections.xml
gump-jicarilla-container-impl.xml
gump-jicarilla-container-api.xml gump-jicarilla-http-api.xml
gump-jicarilla-container-tck-impl.xml
gump-jicarilla-http-impl.xml gump-jicarilla-framework-impl.xml
gump-jicarilla-container-tck-api.xml
Log Message:
we need the <script/> tag of course!
Index: gump-jicarilla-framework-api.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-framework-api.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gump-jicarilla-framework-api.xml 24 Feb 2004 12:35:49 -0000 1.1
+++ gump-jicarilla-framework-api.xml 29 Feb 2004 14:35:11 -0000 1.2
@@ -12,6 +12,8 @@
<depend project="ant" inherit="runtime"/>
<depend project="xml-xalan2"/><!-- support for <junitreport/> -->
<depend project="xml-xerces"/>
+ <depend project="bsf"/><!-- support for <script> -->
+ <depend project="rhino"/>
<!-- project dependencies -->
<dependency name="commons-pool" runtime="false" inherit="none" optional="false"/>
Index: gump-jicarilla-collections.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-collections.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gump-jicarilla-collections.xml 24 Feb 2004 12:35:49 -0000 1.1
+++ gump-jicarilla-collections.xml 29 Feb 2004 14:35:11 -0000 1.2
@@ -12,6 +12,8 @@
<depend project="ant" inherit="runtime"/>
<depend project="xml-xalan2"/><!-- support for <junitreport/> -->
<depend project="xml-xerces"/>
+ <depend project="bsf"/><!-- support for <script> -->
+ <depend project="rhino"/>
<!-- project dependencies -->
<dependency name="jicarilla-framework-api" runtime="true" inherit="runtime" optional="false"/>
Index: gump-jicarilla-container-impl.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-container-impl.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gump-jicarilla-container-impl.xml 24 Feb 2004 12:35:49 -0000 1.1
+++ gump-jicarilla-container-impl.xml 29 Feb 2004 14:35:11 -0000 1.2
@@ -12,12 +12,13 @@
<depend project="ant" inherit="runtime"/>
<depend project="xml-xalan2"/><!-- support for <junitreport/> -->
<depend project="xml-xerces"/>
+ <depend project="bsf"/><!-- support for <script> -->
+ <depend project="rhino"/>
<!-- project dependencies -->
<dependency name="jicarilla-framework" runtime="true" inherit="runtime" optional="false"/>
<dependency name="jicarilla-container-api" runtime="true" inherit="all" optional="false"/>
<dependency name="jicarilla-container-tck" runtime="true" inherit="all" optional="false"/>
- <dependency name="-SKIP" runtime="true" inherit="runtime" optional="false"/>
<dependency name="avalon-fortress-container" runtime="true" inherit="runtime" optional="false"/>
<dependency name="commons-logging" runtime="false" inherit="none" optional="false"/>
<dependency name="commons-pool" runtime="false" inherit="none" optional="false"/>
Index: gump-jicarilla-container-api.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-container-api.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gump-jicarilla-container-api.xml 24 Feb 2004 12:35:49 -0000 1.1
+++ gump-jicarilla-container-api.xml 29 Feb 2004 14:35:11 -0000 1.2
@@ -12,9 +12,11 @@
<depend project="ant" inherit="runtime"/>
<depend project="xml-xalan2"/><!-- support for <junitreport/> -->
<depend project="xml-xerces"/>
+ <depend project="bsf"/><!-- support for <script> -->
+ <depend project="rhino"/>
<!-- project dependencies -->
- <dependency name="inherit,runtime" runtime="false" inherit="none" optional="false"/>
+ <dependency name="jicarilla-framework-api" runtime="true" inherit="all" optional="false"/>
<work nested="platform/container/api/target/classes"/>
Index: gump-jicarilla-http-api.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-http-api.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gump-jicarilla-http-api.xml 24 Feb 2004 12:35:49 -0000 1.1
+++ gump-jicarilla-http-api.xml 29 Feb 2004 14:35:11 -0000 1.2
@@ -12,6 +12,8 @@
<depend project="ant" inherit="runtime"/>
<depend project="xml-xalan2"/><!-- support for <junitreport/> -->
<depend project="xml-xerces"/>
+ <depend project="bsf"/><!-- support for <script> -->
+ <depend project="rhino"/>
<!-- project dependencies -->
<dependency name="jicarilla-framework-impl" runtime="true" inherit="all" optional="false"/>
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.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gump-jicarilla-container-tck-impl.xml 24 Feb 2004 12:35:49 -0000 1.1
+++ gump-jicarilla-container-tck-impl.xml 29 Feb 2004 14:35:11 -0000 1.2
@@ -12,6 +12,8 @@
<depend project="ant" inherit="runtime"/>
<depend project="xml-xalan2"/><!-- support for <junitreport/> -->
<depend project="xml-xerces"/>
+ <depend project="bsf"/><!-- support for <script> -->
+ <depend project="rhino"/>
<!-- project dependencies -->
<dependency name="jicarilla-framework" runtime="true" inherit="runtime" optional="false"/>
Index: gump-jicarilla-http-impl.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-http-impl.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gump-jicarilla-http-impl.xml 24 Feb 2004 12:35:49 -0000 1.1
+++ gump-jicarilla-http-impl.xml 29 Feb 2004 14:35:11 -0000 1.2
@@ -12,6 +12,8 @@
<depend project="ant" inherit="runtime"/>
<depend project="xml-xalan2"/><!-- support for <junitreport/> -->
<depend project="xml-xerces"/>
+ <depend project="bsf"/><!-- support for <script> -->
+ <depend project="rhino"/>
<!-- project dependencies -->
<dependency name="jicarilla-framework-impl" runtime="true" inherit="all" optional="false"/>
Index: gump-jicarilla-framework-impl.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/gump/gump-jicarilla-framework-impl.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gump-jicarilla-framework-impl.xml 24 Feb 2004 12:35:49 -0000 1.1
+++ gump-jicarilla-framework-impl.xml 29 Feb 2004 14:35:11 -0000 1.2
@@ -12,6 +12,8 @@
<depend project="ant" inherit="runtime"/>
<depend project="xml-xalan2"/><!-- support for <junitreport/> -->
<depend project="xml-xerces"/>
+ <depend project="bsf"/><!-- support for <script> -->
+ <depend project="rhino"/>
<!-- project dependencies -->
<dependency name="jicarilla-framework-api" runtime="true" inherit="all" optional="false"/>
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.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- gump-jicarilla-container-tck-api.xml 24 Feb 2004 12:35:49 -0000 1.1
+++ gump-jicarilla-container-tck-api.xml 29 Feb 2004 14:35:11 -0000 1.2
@@ -12,6 +12,8 @@
<depend project="ant" inherit="runtime"/>
<depend project="xml-xalan2"/><!-- support for <junitreport/> -->
<depend project="xml-xerces"/>
+ <depend project="bsf"/><!-- support for <script> -->
+ <depend project="rhino"/>
<!-- project dependencies -->
<dependency name="jicarilla-framework-api" runtime="true" inherit="runtime" optional="false"/>
-------------------------------------------------------
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.