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 2003/01/06 16:47:05 UTC

cvs commit: jakarta-commons-sandbox/jelly/jelly-tags/validate maven.xml project.properties project.xml .cvsignore

dion        2003/01/06 07:47:04

  Added:       jelly/jelly-tags/validate maven.xml project.properties
                        project.xml .cvsignore
  Log:
  Move out validate plugin
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/jelly/jelly-tags/validate/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project default="java:jar">
  
  </project>
  
  
  
  1.1                  jakarta-commons-sandbox/jelly/jelly-tags/validate/project.properties
  
  Index: project.properties
  ===================================================================
  # -------------------------------------------------------------------
  # P R O J E C T  P R O P E R T I E S
  # -------------------------------------------------------------------
  
  maven.junit.fork=true
  
  maven.compile.deprecation = on
  
  # Installation dir
  maven.dist.install.dir = /usr/local/jelly
  
  maven.checkstyle.properties=../tag-checkstyle.properties
  
  
  1.1                  jakarta-commons-sandbox/jelly/jelly-tags/validate/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <!DOCTYPE project [
    <!-- see file for description -->
    <!ENTITY commonDeps SYSTEM "file:../../commonDependencies.ent">
  ]>
  <project>
    <extend>../tag-project.xml</extend>
    <id>commons-jelly-tags-validate</id>
    <name>commons-jelly-tags-validate</name>
    <groupId>commons-jelly</groupId>
    <package>org.apache.commons.jelly.tags.validate</package>
  
    <description>
        This is a Jelly interface for XML validation.
    </description>
    <shortDescription>Commons Jelly Validate Tag Library</shortDescription>
    
    <siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/tags/validate</siteDirectory>
    <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/validate</distributionDirectory>
    <repository>
      <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/validate/</connection>
      <url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/validate/</url>
    </repository>
    
      
    <dependencies>
    
      &commonDeps;
    
      <!-- START for compilation -->
    
      <dependency>
        <id>commons-jelly</id>
        <version>SNAPSHOT</version>
      </dependency>
    
      <dependency>
        <id>isorelax</id>
        <version>20020414</version>
      </dependency>
  
      <dependency>
        <id>junit</id>
        <version>3.8.1</version>
      </dependency>
  
      <dependency>
        <id>msv</id>
        <version>20020414</version>
      </dependency>
      <!-- END for compilation -->
  
  	<!-- runtime dependencies -->
      <dependency>
        <id>xsdlib</id>
        <version>20020414</version>
      </dependency>
  
      <dependency>
        <id>relaxngDatatype</id>
        <version>20020414</version>
      </dependency>
      <!-- END runtime -->
      
    </dependencies>
    
  </project>
  
  
  
  1.1                  jakarta-commons-sandbox/jelly/jelly-tags/validate/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  maven.log
  target
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>