You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by aj...@apache.org on 2003/10/12 00:39:07 UTC

cvs commit: jakarta-gump/project krysalis-centipede.xml

ajack       2003/10/11 15:39:07

  Modified:    project  krysalis-centipede.xml
  Log:
  Ought not need ant-embed-optional w/ ANT 1.6
  
  Revision  Changes    Path
  1.7       +154 -154  jakarta-gump/project/krysalis-centipede.xml
  
  Index: krysalis-centipede.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/krysalis-centipede.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- krysalis-centipede.xml	18 Aug 2003 09:22:52 -0000	1.6
  +++ krysalis-centipede.xml	11 Oct 2003 22:39:07 -0000	1.7
  @@ -1,154 +1,154 @@
  -<?xml version="1.0" ?>
  -
  -<module name="krysalis-centipede" fullname="Krysalis Centipede">
  -
  -    <url href="http://www.krysalis.org/centipede"
  -    	 downloads="http://sourceforge.net/project/showfiles.php?group_id=36516"/>
  -    
  -    <site hostname="krysalis.sourceforge.net"
  -        remotedir="/home/groups/k/kr/krysalis/htdocs/centipede"/>
  -
  -    <cvs repository="sourceforge"
  -        host-prefix="cvs.krysalis"
  -        dir="krysalis"
  -        module="krysalis-centipede"
  -        cvsweb="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/krysalis/krysalis-centipede/"/>
  -
  -    <jars repository="maven" 
  -          url="http://www.ibiblio.org/maven/"/>
  -      
  -    <bugtrack url="http://sourceforge.net/tracker/?group_id=36516&amp;atid=423515"/>
  -
  -    <mailing-lists>
  -        <mailing-list user="user"
  -            mail="krysalis-users@lists.sf.net"
  -            subscribe="http://lists.sourceforge.net/lists/listinfo/Krysalis-general-user"
  -            unsubscribe="http://lists.sourceforge.net/lists/listinfo/Krysalis-general-user">
  -            <archives>
  -                <archive name="sourceforge" url="http://sourceforge.net/mailarchive/forum.php?forum_id=7972"/>
  -                <archive name="geocrawler" url="http://www.geocrawler.com/lists/3/SourceForge/18832/0/"/>
  -            </archives>
  -        </mailing-list>
  -        <mailing-list user="developer"
  -            mail="krysalis-developers@lists.sf.net"
  -            subscribe="http://lists.sourceforge.net/lists/listinfo/krysalis-devel"
  -            unsubscribe="http://lists.sourceforge.net/lists/listinfo/krysalis-devel">
  -            <archives>
  -                <archive name="sourceforge" url="http://sourceforge.net/mailarchive/forum.php?forum_id=7604"/>
  -                <archive name="geocrawler" url="http://www.geocrawler.com/lists/3/SourceForge/18831/0/"/>
  -            </archives>
  -        </mailing-list>
  -    </mailing-lists>
  -
  -    <description>
  -       Krysalis Centipede is a project build system
  -       based on Apache Ant.
  -    </description>
  -
  -    <detailed>
  -       Krysalis Centipede is a project build system
  -       based on Apache Ant.
  -       Centipede uses prepackaged modules called "antlibs" that it downloads and installs automatically.
  -       AntLibs can be used as Ant tasks or easy to use targets.
  -       Forrest is a powerful antlib based on Cocoon that gives the power of the Forrest project
  -       in building project documentation.
  -    </detailed>
  -
  -    <what>
  -        <goal>Make an easy build system. Users should just run cent.</goal>
  -        <goal>Make an extensible build system. Installation and use of extensions should be automatic.</goal>
  -        <goal>Make a powerful build system. Advanced users should be able to exploit and master the system to its full.</goal>
  -    </what>
  -
  -    <why>
  -      Ant is a great build system, but every build.xml has almost the same commands.  We need to 
  -      allow for use at a higher level than cut and paste.
  -    </why>
  -
  -    <vendor>Krysalis Community Project</vendor>
  -
  -    <licence legal="./legal">
  -             This software is released under the Krysalis Patchy Software License 1.1_01.
  -             For detailed legal and licensing issues, please read the LICENSE.* files
  -             in the /legal directory.
  -    </licence>
  -
  -    <credits>
  -        <credit>This software includes software developed by the Apache Software Foundation
  -                (http://www.apache.org/).
  -        </credit>
  -        <credit>This software includes software developed by Clarkware Consulting, Inc.
  -        </credit>
  -        <credit>The Krysalis skin is based on an original design by Leo Simons</credit>
  -    </credits>
  -
  -    <project name="krysalis-centipede" fullname="Krysalis Centipede">
  -
  -        <version major="1"
  -            minor="0"
  -            fix  ="0"
  -            tag="HEAD"/>
  -
  -        <package>org.krysalis.centipede</package>
  -
  -        <ant target="gump" vm="1.2">
  -        	<property name="ant.home" project="ant" reference="home"/>
  -        </ant>
  -    
  -        <depend project="ant" inherit="all"  />
  -        <depend project="ant-contrib" inherit="all" />
  -		<depend project="ant-embed-optional" inherit="all" />
  -		<depend project="commons-jxpath" inherit="all" />
  -		<depend project="commons-logging" inherit="all" />
  -		<depend project="commons-vfs" inherit="all" />
  -		<depend project="jakarta-regexp" inherit="all" />
  -		<depend project="krysalis-ruper-core" inherit="all" />
  -		<depend project="krysalis-version-core" inherit="all" />
  -		<depend project="krysalis-ruper-ant" inherit="all" />
  -		<depend project="krysalis-version-ant" inherit="all" />
  -		<depend project="xml-xalan2" inherit="all"  />
  -        <depend project="xml-xerces" inherit="all" />
  -
  -		<jar name="lib/krysalis-centipede.jar"  />
  -        <!-- Work dirs to be included in classpath  -->
  -        <!--
  -          <work nested="tools/tmp"/>
  -          <work nested="build/classes"/>
  -          <work nested="build/testcases"/>
  -        -->
  -        
  -        <!-- <home nested="."/> -->
  -
  -        <code type="java/plain" dir="src/java"/>
  -        <documentation type="xml/forrest" dir="src/documentation"/>
  -          
  -        <nag to="krysalis-developers@lists.sourceforge.net"
  -            from="Nicola Ken Barozzi &lt;nicolaken@apache.org&gt;"/>
  -        
  -    </project>  
  -    
  -    <project name="krysalis-centipede-site" fullname="Krysalis Centipede Site">
  -
  -        <version major="1"
  -            minor="0"
  -            fix  ="0"
  -            tag="HEAD"/>
  -
  -        <package>org.krysalis.centipede</package>
  -
  -        <ant buildfile="build-site.xml" target="gump-site" vm="1.2">
  -        	<property name="ant.home" project="ant" reference="home"/>
  -        </ant>
  -      <depend project="krysalis-centipede" inherit="all" />
  -      <depend project="ant" inherit="all" />
  -        
  -        <nag to="krysalis-developers@lists.sourceforge.net"
  -            from="Nicola Ken Barozzi &lt;nicolaken@apache.org&gt;"/>
  -        
  -    </project>      
  -    
  -</module>
  -
  -
  -
  -
  +<?xml version="1.0" ?>
  +
  +<module name="krysalis-centipede" fullname="Krysalis Centipede">
  +
  +    <url href="http://www.krysalis.org/centipede"
  +    	 downloads="http://sourceforge.net/project/showfiles.php?group_id=36516"/>
  +    
  +    <site hostname="krysalis.sourceforge.net"
  +        remotedir="/home/groups/k/kr/krysalis/htdocs/centipede"/>
  +
  +    <cvs repository="sourceforge"
  +        host-prefix="cvs.krysalis"
  +        dir="krysalis"
  +        module="krysalis-centipede"
  +        cvsweb="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/krysalis/krysalis-centipede/"/>
  +
  +    <jars repository="maven" 
  +          url="http://www.ibiblio.org/maven/"/>
  +      
  +    <bugtrack url="http://sourceforge.net/tracker/?group_id=36516&amp;atid=423515"/>
  +
  +    <mailing-lists>
  +        <mailing-list user="user"
  +            mail="krysalis-users@lists.sf.net"
  +            subscribe="http://lists.sourceforge.net/lists/listinfo/Krysalis-general-user"
  +            unsubscribe="http://lists.sourceforge.net/lists/listinfo/Krysalis-general-user">
  +            <archives>
  +                <archive name="sourceforge" url="http://sourceforge.net/mailarchive/forum.php?forum_id=7972"/>
  +                <archive name="geocrawler" url="http://www.geocrawler.com/lists/3/SourceForge/18832/0/"/>
  +            </archives>
  +        </mailing-list>
  +        <mailing-list user="developer"
  +            mail="krysalis-developers@lists.sf.net"
  +            subscribe="http://lists.sourceforge.net/lists/listinfo/krysalis-devel"
  +            unsubscribe="http://lists.sourceforge.net/lists/listinfo/krysalis-devel">
  +            <archives>
  +                <archive name="sourceforge" url="http://sourceforge.net/mailarchive/forum.php?forum_id=7604"/>
  +                <archive name="geocrawler" url="http://www.geocrawler.com/lists/3/SourceForge/18831/0/"/>
  +            </archives>
  +        </mailing-list>
  +    </mailing-lists>
  +
  +    <description>
  +       Krysalis Centipede is a project build system
  +       based on Apache Ant.
  +    </description>
  +
  +    <detailed>
  +       Krysalis Centipede is a project build system
  +       based on Apache Ant.
  +       Centipede uses prepackaged modules called "antlibs" that it downloads and installs automatically.
  +       AntLibs can be used as Ant tasks or easy to use targets.
  +       Forrest is a powerful antlib based on Cocoon that gives the power of the Forrest project
  +       in building project documentation.
  +    </detailed>
  +
  +    <what>
  +        <goal>Make an easy build system. Users should just run cent.</goal>
  +        <goal>Make an extensible build system. Installation and use of extensions should be automatic.</goal>
  +        <goal>Make a powerful build system. Advanced users should be able to exploit and master the system to its full.</goal>
  +    </what>
  +
  +    <why>
  +      Ant is a great build system, but every build.xml has almost the same commands.  We need to 
  +      allow for use at a higher level than cut and paste.
  +    </why>
  +
  +    <vendor>Krysalis Community Project</vendor>
  +
  +    <licence legal="./legal">
  +             This software is released under the Krysalis Patchy Software License 1.1_01.
  +             For detailed legal and licensing issues, please read the LICENSE.* files
  +             in the /legal directory.
  +    </licence>
  +
  +    <credits>
  +        <credit>This software includes software developed by the Apache Software Foundation
  +                (http://www.apache.org/).
  +        </credit>
  +        <credit>This software includes software developed by Clarkware Consulting, Inc.
  +        </credit>
  +        <credit>The Krysalis skin is based on an original design by Leo Simons</credit>
  +    </credits>
  +
  +    <project name="krysalis-centipede" fullname="Krysalis Centipede">
  +
  +        <version major="1"
  +            minor="0"
  +            fix  ="0"
  +            tag="HEAD"/>
  +
  +        <package>org.krysalis.centipede</package>
  +
  +        <ant target="gump" vm="1.2">
  +        	<property name="ant.home" project="ant" reference="home"/>
  +        </ant>
  +    
  +        <depend project="ant" inherit="all"  />
  +        <depend project="ant-contrib" inherit="all" />
  +		<!-- depend project="ant-embed-optional" inherit="all" / -->
  +		<depend project="commons-jxpath" inherit="all" />
  +		<depend project="commons-logging" inherit="all" />
  +		<depend project="commons-vfs" inherit="all" />
  +		<depend project="jakarta-regexp" inherit="all" />
  +		<depend project="krysalis-ruper-core" inherit="all" />
  +		<depend project="krysalis-version-core" inherit="all" />
  +		<depend project="krysalis-ruper-ant" inherit="all" />
  +		<depend project="krysalis-version-ant" inherit="all" />
  +		<depend project="xml-xalan2" inherit="all"  />
  +        <depend project="xml-xerces" inherit="all" />
  +
  +		<jar name="lib/krysalis-centipede.jar"  />
  +        <!-- Work dirs to be included in classpath  -->
  +        <!--
  +          <work nested="tools/tmp"/>
  +          <work nested="build/classes"/>
  +          <work nested="build/testcases"/>
  +        -->
  +        
  +        <!-- <home nested="."/> -->
  +
  +        <code type="java/plain" dir="src/java"/>
  +        <documentation type="xml/forrest" dir="src/documentation"/>
  +          
  +        <nag to="krysalis-developers@lists.sourceforge.net"
  +            from="Nicola Ken Barozzi &lt;nicolaken@apache.org&gt;"/>
  +        
  +    </project>  
  +    
  +    <project name="krysalis-centipede-site" fullname="Krysalis Centipede Site">
  +
  +        <version major="1"
  +            minor="0"
  +            fix  ="0"
  +            tag="HEAD"/>
  +
  +        <package>org.krysalis.centipede</package>
  +
  +        <ant buildfile="build-site.xml" target="gump-site" vm="1.2">
  +        	<property name="ant.home" project="ant" reference="home"/>
  +        </ant>
  +      <depend project="krysalis-centipede" inherit="all" />
  +      <depend project="ant" inherit="all" />
  +        
  +        <nag to="krysalis-developers@lists.sourceforge.net"
  +            from="Nicola Ken Barozzi &lt;nicolaken@apache.org&gt;"/>
  +        
  +    </project>      
  +    
  +</module>
  +
  +
  +
  +