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 00:29:57 UTC

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

dion        2004/09/11 15:29:57

  Modified:    jelly/jelly-tags/xmlunit project.xml
  Log:
  format
  
  Revision  Changes    Path
  1.16      +15 -16    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.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	10 Sep 2004 23:47:04 -0000	1.15
  +++ project.xml	11 Sep 2004 22:29:57 -0000	1.16
  @@ -1,4 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +
   <!--
     Copyright 2002-2004 The Apache Software Foundation
   
  @@ -14,61 +15,59 @@
     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-xmlunit</id>
     <name>commons-jelly-tags-xmlunit</name>
  -
  +  <currentVersion>1.0</currentVersion>
     <package>org.apache.commons.jelly.tags.xmlunit</package>
  -
  -  <description>
  -      This is a Jelly interface for unit testing XML applications.
  -  </description>
  +  <description>This is a Jelly interface for unit testing XML applications.</description>
     <shortDescription>Commons Jelly XMLUnit Tag Library</shortDescription>
  -  
  +  <versions>
  +    <version>
  +      <id>1.0</id>
  +      <name>1.0</name>
  +      <tag>COMMONS-JELLY-XMLUNIT-1_0</tag>
  +    </version>
  +  </versions>
     <dependencies>
  +    <!-- START for compilation -->
   
  -     <!-- START for compilation -->
  -  
       <dependency>
         <id>commons-jelly</id>
         <version>1.0-beta-4</version>
       </dependency>
  -      
       <dependency>
         <id>xmlunit</id>
         <version>0.8</version>
       </dependency>
  -     
       <!-- for some reason I had to add this in or the 1.3.1 compiler barfed -->
  +
       <dependency>
         <id>junit</id>
         <version>3.8.1</version>
       </dependency>
       <!-- END for compilation -->
  -
       <!-- START for testing -->
  -    
  +
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-junit</artifactId>
         <version>1.0</version>
         <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
       </dependency>
  -
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
         <version>1.0</version>
       </dependency>
  -    
       <dependency>
         <id>xalan</id>
         <version>2.3.1</version>
         <url>http://xml.apache.org/xalan-j/</url>
       </dependency>
       <!-- END for testing -->
  -    
  +
     </dependencies>
  -  
   </project>
  
  
  

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