You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/08/10 17:27:07 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/ant project.xml

dion        2004/08/10 08:27:07

  Modified:    jelly/jelly-tags/ant project.xml
  Log:
  - Remove sandbox
  - Fix some dependencies to use groupId/artifactId
  - Remove unnecessary snapshots
  
  Revision  Changes    Path
  1.16      +10 -8     jakarta-commons/jelly/jelly-tags/ant/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/ant/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	25 Feb 2004 05:32:00 -0000	1.15
  +++ project.xml	10 Aug 2004 15:27:07 -0000	1.16
  @@ -29,11 +29,11 @@
     </description>
     <shortDescription>Commons Jelly Ant Tag Library</shortDescription>
     
  -  <!-- <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/tags/ant</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/ant</distributionDirectory>
  +  <!-- <siteDirectory>/www/jakarta.apache.org/commons/jelly/tags/ant</siteDirectory>
  +  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/tags/ant</distributionDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/ant/</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/ant/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/jelly/jelly-tags/ant/</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jelly/jelly-tags/ant/</url>
     </repository>
     -->
       
  @@ -67,13 +67,15 @@
       <!-- START for testing -->
   
       <dependency>
  -      <id>commons-jelly+tags-junit</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-junit</artifactId>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/junit/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/libs/junit/</url>
       </dependency>
   
       <dependency>
  -      <id>commons-jelly+tags-util</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-util</artifactId>
         <version>SNAPSHOT</version>
       </dependency>
   
  @@ -83,7 +85,7 @@
   
       <dependency>
         <id>commons-cli</id>
  -      <version>SNAPSHOT</version>
  +      <version>1.0</version>
       </dependency>
       	
       <!-- END for running demos -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org