bodewig     2004/07/27 06:25:49

  Modified:    profile  gump.xml
               project  jakarta-slide.xml
  Added:       project  AntGrab.xml easymock.xml jakarta-hivemind.xml
                        xml-im-exporter.xml
  Log:
  Add xml-im-exporter which is needed by Slide
  
  Revision  Changes    Path
  1.368     +5 -0      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.367
  retrieving revision 1.368
  diff -u -r1.367 -r1.368
  --- gump.xml  23 Jul 2004 06:57:45 -0000      1.367
  +++ gump.xml  27 Jul 2004 13:25:48 -0000      1.368
  @@ -66,6 +66,7 @@
     <module 
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/grant/gump.xml"/>
     <module 
href="http://cvs.apache.org/viewcvs/~checkout~/jakarta-commons-sandbox/vfs/gump.xml"/>
     <module href="project/jakarta-ecs.xml"/>
  +  <!--module href="project/jakarta-hivemind.xml"/-->
     <module href="project/jakarta-jetspeed.xml"/>
     <module href="project/jakarta-jmeter.xml"/>
     <module href="project/jakarta-jmeter-20.xml"/>
  @@ -157,6 +158,7 @@
     <module href="project/beepcore.xml"/>
     <module href="project/checkstyle.xml"/>
     <module href="project/dom4j.xml"/>
  +  <!--module href="project/easymock.xml"/-->
     <!--module href="project/freemarker.xml"/-->
     <module href="project/hsqldb.xml"/>
     <module href="project/httpunit.xml"/>
  @@ -189,6 +191,7 @@
     <module href="project/xdoclet.xml"/>
     <module href="project/xjavadoc.xml"/>
     <module href="project/xmlunit.xml"/>
  +  <module href="project/xml-im-exporter.xml"/>
     <module href="project/junit-addons.xml"/>
     <module 
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/ant-contrib/ant-contrib/src/etc/gump-descriptor.xml?content-type=text/xml&amp;rev=HEAD";
 />
     <module 
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/ant-contrib/cpptasks/src/etc/gump-descriptor.xml?content-type=text/xml&amp;rev=HEAD";
 />
  @@ -205,6 +208,7 @@
   
   
     <module href="project/antlr.xml"/>
  +  <module href="project/AntGrab.xml"/>
     <module href="project/aspectj.xml"/>
     <module href="project/axion.xml"/>
     <module href="project/bsf.xml"/>
  @@ -272,6 +276,7 @@
   <!-- Installed packages -->
   
     <project name="antlr"            package="antlr-2.7.3"/>
  +  <project name="AntGrab"          package="AntGrab"/>
     <project name="aspectj"          package="aspectj1.1"/>
     <project name="avalon-phoenix-dependencies"             
              package="avalon-phoenix-dependencies"/>
  
  
  
  1.64      +1 -0      gump/project/jakarta-slide.xml
  
  Index: jakarta-slide.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/jakarta-slide.xml,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -r1.63 -r1.64
  --- jakarta-slide.xml 22 Jul 2004 08:21:01 -0000      1.63
  +++ jakarta-slide.xml 27 Jul 2004 13:25:49 -0000      1.64
  @@ -71,6 +71,7 @@
       <depend project="jakarta-struts"/>
       <depend project="jakarta-oro"/>
       <depend project="jakarta-poi"/>
  +    <depend project="xml-im-exporter"/>
       <depend project="xmlunit"/>
       <option project="jakarta-taglibs-standard" ids="jstl standard"/>
   
  
  
  
  1.1                  gump/project/AntGrab.xml
  
  Index: AntGrab.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="AntGrab">
    <url
      
href="http://howardlewisship.com/blog/2004/05/maven-like-downloads-for-ant.html"/>
    <description>Ant &lt;get&gt;-variation needed by hivemind</description>
    <project name="AntGrab">
      <jar name="ant-grabber.jar"/>
    </project>
  </module>
  
  
  
  1.1                  gump/project/easymock.xml
  
  Index: easymock.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.
  -->
  
  <!-- $Id: easymock.xml,v 1.1 2004/07/27 13:25:49 bodewig Exp $ -->
  
  <module name="easymock">
  
    <url href="http://www.easymock.org/"/>
    <description>
      EasyMock provides Mock Objects for interfaces in JUnit tests
    </description>
  
    <cvs repository="sourceforge"  dir="easymock" module="easymock"/>
  
    <project name="easymock">
      <package>org.easymock</package>
  
      <ant target="'pack distribution'">
        <depend project="junit" property="junit jar"/>
      </ant>
  
      <depend project="ant" inherit="runtime"/>
      
      <work nested="tmp"/>
      <jar name="tmp/easymock.jar"/>
  
      <license name="doc/License.html"/>
    </project>
  
  </module>
  
  
  
  1.1                  gump/project/jakarta-hivemind.xml
  
  Index: jakarta-hivemind.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="jakarta-hivemind">
    <url href="http://jakarta.apache.org/hivemind/index.html"/>
    <description>HiveMind is a services and configuration
      microkernel</description>
  
    <cvs repository="jakarta"/>
  
    <project name="jakarta-hivemind">
      <package>org.apache.hivemind</package>
  
      <ant>
        <property name="download-warning-marker-displayed" value="true"/>
        <property name="javacc.home" reference="home" project="javacc"/>
      </ant>
  
      <depend project="ant"/>
      <depend project="AntGrab"/>
      <depend project="commons-logging"/>
      <depend project="easymock"/>
      <depend project="jakarta-oro"/>
      <depend project="jakarta-servletapi-4"/>
      <depend project="javacc"/>
      <depend project="javassist"/>
      <depend project="junit"/>
      <depend project="logging-log4j"/>
      <depend project="xml-xerces"/>
  
      <work nested="framework/target/classes"/>
      <work nested="framework/target/test-classes"/>
      <work nested="framework/src/test"/>
      <work nested="framework/src/test-data"/>
  
    </project>
  </module>
  
  
  1.1                  gump/project/xml-im-exporter.xml
  
  Index: xml-im-exporter.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.
  -->
  
  <!-- $Id: xml-im-exporter.xml,v 1.1 2004/07/27 13:25:49 bodewig Exp $ -->
  
  <module name="xml-im-exporter">
  
    <url href="http://sourceforge.net/projects/xml-im-exporter/"/>
    <description>
      XML Im-/Exporter is a low level library to assist you in the straight forward 
process of importing and exporting XML from and to your Java classes.
    </description>
  
    <cvs repository="sourceforge"  dir="xml-im-exporter"
         module="xml-im-exporter"/>
  
    <project name="xml-im-exporter">
      <package>de.zeigermann.xml</package>
  
      <ant>
        <property name="version" value="@@DATE@@"/>
      </ant>
  
      <depend project="ant" inherit="runtime"/>
      <depend project="junit"/>
  
      <jar name="lib/xml-im-exporter@@DATE@@.jar"/>
    </project>
  
  </module>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to