bodewig 2004/07/06 02:38:41
Modified: profile gump.xml
project jakarta-commons-sandbox.xml jetty4.xml
Added: project axion.xml
Log:
Add Axion as installed package (it is inside the incubator so don't build it with the old
package names now) - now we need to get commons-primitives into Gump
Revision Changes Path
1.362 +2 -0 gump/profile/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/gump/profile/gump.xml,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -r1.361 -r1.362
--- gump.xml 5 Jul 2004 11:03:47 -0000 1.361
+++ gump.xml 6 Jul 2004 09:38:40 -0000 1.362
@@ -208,6 +208,7 @@
<module href="project/antlr.xml"/>
<module href="project/aspectj.xml"/>
+ <module href="project/axion.xml"/>
<module href="project/bsf.xml"/>
<module href="project/castor.xml"/>
<module href="project/cryptix.xml"/>
@@ -276,6 +277,7 @@
<project name="aspectj" package="aspectj1.1"/>
<project name="avalon-phoenix-dependencies"
package="avalon-phoenix-dependencies"/>
+ <project name="axion" package="axion-1.0-M2"/>
<project name="concurrent" package="dougLea"/>
<project name="cos" package="cos-05Nov2002"/>
<project name="cryptix" package="cryptix32-20001002-r3.2.0"/>
1.166 +1 -0 gump/project/jakarta-commons-sandbox.xml
Index: jakarta-commons-sandbox.xml
===================================================================
RCS file: /home/cvs/gump/project/jakarta-commons-sandbox.xml,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- jakarta-commons-sandbox.xml 6 Jul 2004 06:38:54 -0000 1.165
+++ jakarta-commons-sandbox.xml 6 Jul 2004 09:38:40 -0000 1.166
@@ -322,6 +322,7 @@
<depend project="xml-xerces"/>
<!-- test time dependencies -->
+ <depend project="axion"/>
<depend project="junit"/>
<work nested="sql/target/classes"/>
<work nested="sql/target/test-classes"/>
1.3 +0 -1 gump/project/jetty4.xml
Index: jetty4.xml
===================================================================
RCS file: /home/cvs/gump/project/jetty4.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jetty4.xml 5 Jul 2004 11:11:19 -0000 1.2
+++ jetty4.xml 6 Jul 2004 09:38:40 -0000 1.3
@@ -20,7 +20,6 @@
<description>
Java HTTP Servlet Server
</description>
- <redistributable/>
<project name="jetty4">
<package>org.mortbay</package>
1.1 gump/project/axion.xml
Index: axion.xml
===================================================================
<?xml version="1.0" ?>
<!--
Copyright 2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<module name="axion">
<url href="http://axion.tigris.org/"/>
<description>Axion is a small, fast, open source relational database
system (RDBMS) supporting SQL and JDBC written in and for the Java
programming language.</description>
<project name="axion">
<jar name="axion-1.0-M2.jar"/>
<license name="LICENSE.txt"/>
</project>
</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org
|