dion        2004/08/11 20:40:34

  Modified:    jelly/jelly-tags/util project.xml
               jelly/jelly-tags/betwixt project.xml
               jelly/jelly-tags/html project.xml
               jelly/jelly-tags/betwixt/src/java/org/apache/commons/jelly/tags/betwixt
                        package.html
               jelly/jelly-tags/jetty project.xml
               jelly/jelly-tags/jface project.xml
               jelly/jelly-tags/sql project.xml
               jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags/junit
                        package.html
               jelly/jelly-tags/define project.xml
               jelly/jelly-tags/xmlunit project.xml
               jelly/jelly-tags/jsl project.xml
               jelly/jelly-tags/dynabean project.xml
               jelly/jelly-tags/fmt project.xml
               jelly/jelly-tags/sql/src/java/org/apache/commons/jelly/tags/sql
                        package.html
               jelly/jelly-tags/swt project.xml
               jelly/jelly-tags/jmx project.xml
  Log:
  JELLY-117
  
  Revision  Changes    Path
  1.11      +2 -1      jakarta-commons/jelly/jelly-tags/util/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/util/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml       10 Aug 2004 15:30:49 -0000      1.10
  +++ project.xml       12 Aug 2004 03:40:32 -0000      1.11
  @@ -50,7 +50,8 @@
       <!-- START for test -->
   
       <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/jelly/tags/junit/</url>
       </dependency>
  
  
  
  1.16      +5 -3      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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml       10 Aug 2004 15:32:32 -0000      1.15
  +++ project.xml       12 Aug 2004 03:40:32 -0000      1.16
  @@ -61,15 +61,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/jelly/tags/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/jelly/tags/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
       </dependency>
   
       <!-- END for test -->
  
  
  
  1.17      +8 -4      jakarta-commons/jelly/jelly-tags/html/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/html/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml       11 Aug 2004 02:23:33 -0000      1.16
  +++ project.xml       12 Aug 2004 03:40:32 -0000      1.17
  @@ -59,17 +59,20 @@
       </dependency>
       
       <dependency>
  -      <id>commons-jelly+tags-log</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-log</artifactId>
         <version>SNAPSHOT</version>
       </dependency>
       
       <dependency>
  -      <id>commons-jelly+tags-jsl</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-jsl</artifactId>
         <version>SNAPSHOT</version>
       </dependency>
       
       <dependency>
  -      <id>commons-jelly+tags-xml</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-xml</artifactId>
         <version>SNAPSHOT</version>
       </dependency>
       
  @@ -78,7 +81,8 @@
       <!-- 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/jelly/tags/junit/</url>
       </dependency>
  
  
  
  1.4       +1 -1      
jakarta-commons/jelly/jelly-tags/betwixt/src/java/org/apache/commons/jelly/tags/betwixt/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/jelly-tags/betwixt/src/java/org/apache/commons/jelly/tags/betwixt/package.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- package.html      25 Feb 2004 06:19:19 -0000      1.3
  +++ package.html      12 Aug 2004 03:40:32 -0000      1.4
  @@ -19,7 +19,7 @@
   <body>
   
     <p>A tag library for turning XML into beans or beans into XML using the
  -  <a 
href="http://jakarta.apache.org/commons/sandbox/jelly/tags.html#jelly:betwixt";>Betwixt</a>
 library
  +  <a 
href="http://jakarta.apache.org/commons/jelly/libs/betwixt/tags.html";>Betwixt</a> 
library
     </p>
     
   </body>
  
  
  
  1.16      +2 -1      jakarta-commons/jelly/jelly-tags/jetty/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jetty/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml       11 Aug 2004 02:27:20 -0000      1.15
  +++ project.xml       12 Aug 2004 03:40:33 -0000      1.16
  @@ -60,7 +60,8 @@
   
       <!-- for testing -->
       <dependency>
  -      <id>commons-jelly+tags-http</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-http</artifactId>
         <version>SNAPSHOT</version>
       </dependency>
   
  
  
  
  1.8       +6 -3      jakarta-commons/jelly/jelly-tags/jface/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jface/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml       11 Aug 2004 02:27:20 -0000      1.7
  +++ project.xml       12 Aug 2004 03:40:33 -0000      1.8
  @@ -46,7 +46,8 @@
       </dependency>
   
       <dependency>
  -      <id>commons-jelly+tags-swt</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-swt</artifactId>
         <version>SNAPSHOT</version>
       </dependency>
     
  @@ -80,11 +81,13 @@
         <version>1.0</version>
       </dependency>
       <dependency>
  -      <id>commons-jelly+tags-log</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-log</artifactId>
         <version>SNAPSHOT</version>
       </dependency>
       <dependency>
  -      <id>commons-jelly+tags-define</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-define</artifactId>
         <version>SNAPSHOT</version>
       </dependency>
         
  
  
  
  1.10      +3 -2      jakarta-commons/jelly/jelly-tags/sql/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/sql/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml       11 Aug 2004 02:27:20 -0000      1.9
  +++ project.xml       12 Aug 2004 03:40:33 -0000      1.10
  @@ -56,9 +56,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/jelly/tags/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
       </dependency>
       
       <!-- END for testing -->
  
  
  
  1.3       +1 -1      
jakarta-commons/jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags/junit/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/jelly-tags/junit/src/java/org/apache/commons/jelly/tags/junit/package.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- package.html      1 Mar 2004 01:40:01 -0000       1.2
  +++ package.html      12 Aug 2004 03:40:33 -0000      1.3
  @@ -34,7 +34,7 @@
     </p>
     
     <p>There is an example of these tags in action 
  -     <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/junit/suite.jelly?rev=HEAD&content-type=text/vnd.viewcvs-markup";>here</a>
  +     <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jelly/jelly-tags/junit/src/test/org/apache/commons/jelly/tags/junit/suite.jelly?rev=HEAD&content-type=text/vnd.viewcvs-markup";>here</a>
     </p>
   </body>
   </html>
  
  
  
  1.11      +8 -4      jakarta-commons/jelly/jelly-tags/define/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/define/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml       11 Aug 2004 02:09:57 -0000      1.10
  +++ project.xml       12 Aug 2004 03:40:33 -0000      1.11
  @@ -51,25 +51,29 @@
       <!-- START for test -->
     
       <dependency>
  -      <id>commons-jelly+tags-dynabean</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-dynabean</artifactId>
         <version>SNAPSHOT</version>
         <url>http://jakarta.apache.org/commons/jelly/tags/dynabean/</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/jelly/tags/junit/</url>
       </dependency>
   
       <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/jelly/tags/log/</url>
       </dependency>
         
       <dependency>
  -      <id>commons-jelly+tags-xml</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-xml</artifactId>
         <version>SNAPSHOT</version>
         <url>http://jakarta.apache.org/commons/jelly/tags/xml/</url>
       </dependency>
  
  
  
  1.11      +5 -3      jakarta-commons/jelly/jelly-tags/xmlunit/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/xmlunit/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml       11 Aug 2004 02:27:20 -0000      1.10
  +++ project.xml       12 Aug 2004 03:40:33 -0000      1.11
  @@ -61,13 +61,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/jelly/tags/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
       </dependency>
   
       <dependency>
  -      <id>commons-jelly+tags-xml</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-xml</artifactId>
         <version>SNAPSHOT</version>
       </dependency>
       
  
  
  
  1.18      +1 -1      jakarta-commons/jelly/jelly-tags/jsl/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jsl/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml       11 Aug 2004 02:27:20 -0000      1.17
  +++ project.xml       12 Aug 2004 03:40:33 -0000      1.18
  @@ -75,7 +75,7 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-junit</artifactId>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/jelly/tags/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
       </dependency>
   
       <dependency>
  
  
  
  1.9       +3 -2      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml       10 Aug 2004 15:32:32 -0000      1.8
  +++ project.xml       12 Aug 2004 03:40:34 -0000      1.9
  @@ -51,9 +51,10 @@
       <!-- START for test -->
   
       <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/jelly/tags/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
       </dependency>
   
       <!-- END for test -->
  
  
  
  1.10      +3 -2      jakarta-commons/jelly/jelly-tags/fmt/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/fmt/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml       11 Aug 2004 02:12:37 -0000      1.9
  +++ project.xml       12 Aug 2004 03:40:34 -0000      1.10
  @@ -68,7 +68,8 @@
       </dependency>
       
       <dependency>
  -             <id>commons-jelly+tags-beanshell</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-beanshell</artifactId>
         <version>SNAPSHOT</version>
       </dependency>
   
  @@ -76,7 +77,7 @@
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-junit</artifactId>
         <version>SNAPSHOT</version>
  -      <url>http://jakarta.apache.org/commons/jelly/tags/log/</url>
  +      <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
       </dependency>
   
        <dependency>
  
  
  
  1.2       +1 -1      
jakarta-commons/jelly/jelly-tags/sql/src/java/org/apache/commons/jelly/tags/sql/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/jelly/jelly-tags/sql/src/java/org/apache/commons/jelly/tags/sql/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html      7 Jan 2003 13:47:05 -0000       1.1
  +++ package.html      12 Aug 2004 03:40:34 -0000      1.2
  @@ -7,7 +7,7 @@
     </p>
     
     <p>There are some examples of these tags in action 
  -  <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/sql/";>here</a>
  +  <a 
href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/jelly/jelly-tags/sql/src/test/org/apache/commons/jelly/tags/sql/";>here</a>
     </p>
   </body>
   </html>
  
  
  
  1.11      +2 -1      jakarta-commons/jelly/jelly-tags/swt/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/swt/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml       11 Aug 2004 02:27:20 -0000      1.10
  +++ project.xml       12 Aug 2004 03:40:34 -0000      1.11
  @@ -62,7 +62,8 @@
         <version>1.0</version>
       </dependency>
       <dependency>
  -      <id>commons-jelly+tags-log</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-log</artifactId>
         <version>SNAPSHOT</version>
       </dependency>
        
  
  
  
  1.5       +7 -4      jakarta-commons/jelly/jelly-tags/jmx/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/jmx/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       11 Aug 2004 02:27:20 -0000      1.4
  +++ project.xml       12 Aug 2004 03:40:34 -0000      1.5
  @@ -34,7 +34,7 @@
     
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/tags/jmx</distributionDirectory>
     <repository>
       <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-commons/jelly/jelly-tags/jmx/</connection>
  -    
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/jmx/</url>
  +    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jelly/jelly-tags/jmx/</url>
     </repository>-->
     
     <dependencies>
  @@ -50,7 +50,8 @@
       </dependency>
         
       <dependency>
  -      <id>commons-jelly+tags-bean</id>
  +      <groupId>commons-jelly</groupId>
  +      <artifactId>commons-jelly-tags-bean</artifactId>
         <version>SNAPSHOT</version>
         <url>http://jakarta.apache.org/commons/jelly/tags/bean/</url>
       </dependency>
  @@ -65,13 +66,15 @@
       <!-- 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/jelly/tags/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/jelly/tags/junit/</url>
       </dependency>
  
  
  

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

Reply via email to