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/09/12 17:02:52 UTC

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

dion        2004/09/12 08:02:52

  Modified:    jelly/jelly-tags/validate project.xml
  Log:
  format
  
  Revision  Changes    Path
  1.16      +15 -29    jakarta-commons/jelly/jelly-tags/validate/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/validate/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	10 Sep 2004 07:37:13 -0000	1.15
  +++ project.xml	12 Sep 2004 15:02:52 -0000	1.16
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!--
     Copyright 2002-2004 The Apache Software Foundation
   
  @@ -14,68 +15,57 @@
     See the License for the specific language governing permissions and
     limitations under the License.
   -->
  +
   <project>
     <extend>${basedir}/../tag-project.xml</extend>
     <id>commons-jelly-tags-validate</id>
     <name>commons-jelly-tags-validate</name>
  -
  +  <currentVersion>1.0</currentVersion>
     <package>org.apache.commons.jelly.tags.validate</package>
  -
  -  <description>
  -      This is a Jelly interface for XML validation.
  -  </description>
  +  <description>This is a Jelly interface for XML validation.</description>
     <shortDescription>Commons Jelly Validate Tag Library</shortDescription>
  -  
  -  <!-- <siteDirectory>/www/jakarta.apache.org/commons/jelly/tags/validate</siteDirectory>
  -  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/jelly/tags/validate</distributionDirectory>
  -  <repository>
  -    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/jelly/jelly-tags/validate/</connection>
  -    <url>http://cvs.apache.org/viewcvs/jakarta-commons/jelly/jelly-tags/validate/</url>
  -  </repository>-->
  -  
  -    
  +  <versions>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>COMMONS-JELLY-VALIDATE-1_0</tag>
  +    </version>
  +  </versions>
  +
     <dependencies>
  -  
  -    
  -  
       <!-- START for compilation -->
  -  
  +
       <dependency>
         <id>commons-jelly</id>
         <version>1.0-beta-4</version>
       </dependency>
  -  
       <dependency>
         <groupId>msv</groupId>
         <artifactId>isorelax</artifactId>
         <version>20030807</version>
       </dependency>
  -
       <dependency>
         <id>junit</id>
         <version>3.8.1</version>
       </dependency>
  -
       <dependency>
         <id>msv</id>
         <version>20030807</version>
       </dependency>
       <!-- END for compilation -->
  -
       <!-- runtime dependencies -->
  +
       <dependency>
         <groupId>msv</groupId>
         <artifactId>xsdlib</artifactId>
         <version>20030807</version>
       </dependency>
  -
       <dependency>
         <groupId>msv</groupId>
         <artifactId>relaxngDatatype</artifactId>
         <version>20030807</version>
       </dependency>
       <!-- END runtime -->
  -  
       <!-- START for test -->
   
       <dependency>
  @@ -84,18 +74,14 @@
         <version>1.0</version>
         <url>http://jakarta.apache.org/commons/jelly/libs/junit/</url>
       </dependency>
  -
       <!-- END for test -->
  -
       <!-- START for running demos -->
   
       <dependency>
         <id>commons-cli</id>
         <version>1.0</version>
       </dependency>
  -        
       <!-- END for running demos -->
  -  
  +
     </dependencies>
  -  
   </project>
  
  
  

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