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:32:33 UTC

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

dion        2004/08/10 08:32:33

  Modified:    jelly/jelly-tags/betwixt project.xml
               jelly/jelly-tags/dynabean project.xml
               jelly/jelly-tags/bsf project.xml
               jelly/jelly-tags/bean project.xml
               jelly/jelly-tags/beanshell project.xml
  Log:
  - Remove sandbox
  - Fix some dependencies to use groupId/artifactId
  - Remove unnecessary snapshots
  
  Revision  Changes    Path
  1.15      +9 -9      jakarta-commons/jelly/jelly-tags/betwixt/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/betwixt/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml	25 Feb 2004 06:19:19 -0000	1.14
  +++ project.xml	10 Aug 2004 15:32:32 -0000	1.15
  @@ -25,11 +25,11 @@
     </description>
     <shortDescription>Commons Jelly Betwixt Tag Library</shortDescription>
     
  -  <!-- <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/tags/betwixt/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/betwixt</distributionDirectory>
  +  <!-- <siteDirectory>/www/jakarta.apache.org/commons/jelly/tags/betwixt/</siteDirectory>
  +  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/tags/betwixt</distributionDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/betwixt/</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/betwixt/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/jelly/jelly-tags/betwixt/</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jelly/jelly-tags/betwixt/</url>
     </repository> -->
     
     <dependencies>
  @@ -41,18 +41,18 @@
       <dependency>
         <id>commons-jelly</id>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/jelly/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/</url>
       </dependency>
     
       <dependency>
         <id>commons-betwixt</id>
  -      <version>SNAPSHOT</version>
  +      <version>1.0-beta-1</version>
         <url>http://jakarta.apache.org/commons/betwixt/</url>
       </dependency>
       
       <dependency>
         <id>commons-digester</id>
  -      <version>SNAPSHOT</version>
  +      <version>1.5</version>
         <url>http://jakarta.apache.org/commons/digester/</url>
       </dependency>
       
  @@ -63,13 +63,13 @@
       <dependency>
         <id>commons-jelly+tags-log</id>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/log/</url>
       </dependency>
         
       <dependency>
         <id>commons-jelly+tags-junit</id>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/log/</url>
       </dependency>
   
       <!-- END for test -->
  
  
  
  1.8       +6 -6      jakarta-commons/jelly/jelly-tags/dynabean/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/dynabean/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	25 Feb 2004 06:25:08 -0000	1.7
  +++ project.xml	10 Aug 2004 15:32:32 -0000	1.8
  @@ -26,13 +26,13 @@
     </description>
     <shortDescription>Commons Jelly Dyna Bean Tag Library</shortDescription>
     
  -  <!-- <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/dynabean/</url>
  +  <!-- <url>http://jakarta.apache.org/commons/jelly/tags/dynabean/</url>
   
  -  <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/dynabean/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/dynabean</distributionDirectory>
  +  <siteDirectory>/www/jakarta.apache.org/commons/jelly/dynabean/</siteDirectory>
  +  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/tags/dynabean</distributionDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/dynabean/</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/dynabean/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/jelly/jelly-tags/dynabean/</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jelly/jelly-tags/dynabean/</url>
     </repository>
     -->
     <dependencies>
  @@ -53,7 +53,7 @@
       <dependency>
         <id>commons-jelly+tags-junit</id>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/log/</url>
       </dependency>
   
       <!-- END for test -->
  
  
  
  1.8       +4 -4      jakarta-commons/jelly/jelly-tags/bsf/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/bsf/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	25 Feb 2004 06:21:00 -0000	1.7
  +++ project.xml	10 Aug 2004 15:32:33 -0000	1.8
  @@ -25,11 +25,11 @@
     </description>
     <shortDescription>Commons Jelly BSF Tag Library</shortDescription>
     
  -  <!-- <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/tags/bsf</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/bsf</distributionDirectory>
  +  <!-- <siteDirectory>/www/jakarta.apache.org/commons/jelly/tags/bsf</siteDirectory>
  +  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/tags/bsf</distributionDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/bsf/</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/bsf/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/jelly/jelly-tags/bsf/</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jelly/jelly-tags/bsf/</url>
     </repository>-->
     
       
  
  
  
  1.10      +12 -10    jakarta-commons/jelly/jelly-tags/bean/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/bean/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	25 Feb 2004 06:10:05 -0000	1.9
  +++ project.xml	10 Aug 2004 15:32:33 -0000	1.10
  @@ -26,13 +26,13 @@
     </description>
     <shortDescription>Commons Jelly Bean Tag Library</shortDescription>
     
  -  <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/bean/</url>
  +  <url>http://jakarta.apache.org/commons/jelly/tags/bean/</url>
   
  -  <!-- <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/bean/</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/bean</distributionDirectory>
  +  <!-- <siteDirectory>/www/jakarta.apache.org/commons/jelly/bean/</siteDirectory>
  +  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/tags/bean</distributionDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/bean/</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/bean/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/jelly/jelly-tags/bean/</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jelly/jelly-tags/bean/</url>
     </repository>
     -->
     <dependencies>
  @@ -44,7 +44,7 @@
       <dependency>
         <id>commons-jelly</id>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/jelly/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/</url>
       </dependency>
         
       <!-- END for compilation -->
  @@ -52,15 +52,17 @@
       <!-- START for test-->
     
       <dependency>
  -      <id>commons-jelly+tags-log</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-log</artifactId>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/libs/log/</url>
       </dependency>
         
       <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/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/libs/junit/</url>
       </dependency>
   
       <!-- END for test -->
  
  
  
  1.8       +7 -6      jakarta-commons/jelly/jelly-tags/beanshell/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/beanshell/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml	25 Feb 2004 06:17:38 -0000	1.7
  +++ project.xml	10 Aug 2004 15:32:33 -0000	1.8
  @@ -25,11 +25,11 @@
     </description>
     <shortDescription>Commons Jelly BeanShell Tag Library</shortDescription>
     
  -  <!-- <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/tags/beanshell</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/beanshell</distributionDirectory>
  +  <!-- <siteDirectory>/www/jakarta.apache.org/commons/jelly/tags/beanshell</siteDirectory>
  +  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/tags/beanshell</distributionDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/beanshell/</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/beanshell/</url>
  +    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/jelly/jelly-tags/beanshell/</connection>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jelly/jelly-tags/beanshell/</url>
     </repository> -->
     
       
  @@ -52,9 +52,10 @@
       <!-- 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/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/libs/junit/</url>
       </dependency>
   
       <!-- END for testing -->
  
  
  

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