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/10/17 16:13:20 UTC

cvs commit: jakarta-commons-sandbox/xmlio .cvsignore project.properties project.xml

dirkv       2004/10/17 07:13:20

  Added:       xmlio    .cvsignore project.properties project.xml
  Log:
  sandbox style project
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/xmlio/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  build.properties
  dist
  .classpath
  .project
  .checkstyle
  target
  maven.log
  velocity.log
  eclipse_classes
  
  
  
  1.1                  jakarta-commons-sandbox/xmlio/project.properties
  
  Index: project.properties
  ===================================================================
  maven.checkstyle.properties = checkstyle.xml
  
  # uncomment the next line to work in offline mode (no jar download & no linkcheck)
  #maven.mode.online=
  
  maven.javadoc.author=false
  maven.javadoc.links=http://java.sun.com/products/jdk/1.4/docs/api
  
  maven.xdoc.jsl=../../jakarta-commons/commons-build/commons-site.jsl
  maven.xdoc.date=bottom
  maven.xdoc.poweredby.image=maven-feather.png
  maven.xdoc.version=${pom.currentVersion}
  maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  
  maven.compile.debug=on
  maven.compile.deprecation=off
  maven.compile.optimize=off
  
  maven.jarResources.basedir=src/java
  maven.jar.excludes=**/package.html
  maven.junit.fork=true
  maven.junit.sysproperties=org.xml.sax.driver
  org.xml.sax.driver=org.apache.xerces.parsers.SAXParser
  
  clover.excludes=**/Test*.java
  
  
  
  1.1                  jakarta-commons-sandbox/xmlio/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0"?>
  <project>
    <extend>../sandbox-build/project.xml</extend>
    <name>Commons XMLIO</name>
    <id>commons-xmlio</id>
    <logo>/images/xmlio-logo-white.png</logo>
    <url>http://jakarta.apache.org/commons/sandbox/xmlio/</url>
    <inceptionYear>2004</inceptionYear>
    <shortDescription>Commons XMLIO</shortDescription>
    <description>Commons XMLIO</description>
  
    <currentVersion>0.1-dev</currentVersion>
    <versions>
    </versions>
    <branches>
    </branches>
  
    <developers>
      <developer>
        <name>Oliver Zeigermann</name>
        <id>ozeigermann</id>
        <email></email>
        <organization></organization>
      </developer>
    </developers>
    
    <dependencies>
  <!--
      <dependency>
        <groupId>geronimo-spec</groupId>
        <artifactId>geronimo-spec-j2ee</artifactId>
        <version>1.0-M1</version>
      </dependency>
      <dependency>
        <id>commons-codec</id>
        <version>1.2</version>
      </dependency>
      <dependency>
        <id>commons-collections</id>
        <version>3.0</version>
      </dependency>
      <dependency>
        <id>log4j</id>
        <version>1.2.8</version>
      </dependency>
      <dependency>
        <id>junit</id>
        <version>3.8.1</version>
      </dependency>
  -->
      <!-- these two are required by maven -->
      <dependency><id>xml-apis</id><version>2.0.2</version></dependency>
      <dependency><id>xerces</id><version>2.0.2</version></dependency>
      <!-- /these two are required by maven -->
    </dependencies>
  
    <build>
      <unitTest>
        <includes>
          <include>org/apache/commons/transaction/file/FileResourceManagerTest.java</include>
        </includes>
      </unitTest>
    </build>
  
    <reports>
      <report>maven-changelog-plugin</report>
      <report>maven-changes-plugin</report>
      <report>maven-developer-activity-plugin</report>
      <report>maven-file-activity-plugin</report>
      <report>maven-javadoc-plugin</report>
      <report>maven-jdepend-plugin</report>
      <report>maven-junit-report-plugin</report>
      <report>maven-jxr-plugin</report>
      <report>maven-license-plugin</report>
      <report>maven-tasklist-plugin</report>
    </reports>
  
  </project>
  
  
  

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