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 2005/01/16 21:04:24 UTC

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

dirkv       2005/01/16 12:04:24

  Modified:    jci      project.properties project.xml
  Log:
  commons website build
  
  Revision  Changes    Path
  1.2       +26 -0     jakarta-commons-sandbox/jci/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jci/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	3 Jan 2005 23:54:18 -0000	1.1
  +++ project.properties	16 Jan 2005 20:04:24 -0000	1.2
  @@ -1,3 +1,29 @@
  +#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
  +
   # ------------------------------------------------------------------------
   # M A V E N  J A R  O V E R R I D E
   # ------------------------------------------------------------------------
  
  
  
  1.2       +20 -34    jakarta-commons-sandbox/jci/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jci/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	3 Jan 2005 23:54:18 -0000	1.1
  +++ project.xml	16 Jan 2005 20:04:24 -0000	1.2
  @@ -1,43 +1,23 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <project>
  -  <pomVersion>3</pomVersion>
  -  <artifactId>jci</artifactId>
  -  <name>jci</name>
  -  <groupId>commons</groupId>
  -  <currentVersion>0.1-dev</currentVersion>
  +  <extend>../sandbox-build/project.xml</extend>
  +  <name>Commons JCI</name>
  +  <id>commons-jci</id>
  +  <logo>/images/jci-logo-white.png</logo>
  +  <url>http://jakarta.apache.org/commons/sandbox/jci/</url>
     <inceptionYear>2004</inceptionYear>
  +  <shortDescription>Commons JCI</shortDescription>
  +  <description>Commons JCI (java compiler interface)</description>
   
  -  <logo>/images/logo.gif</logo>
  -
  -  <shortDescription>java compiler interface</shortDescription>
  +  <currentVersion>0.1-dev</currentVersion>
  +  <versions>
  +  </versions>
  +  <branches>
  +  </branches>
   
  -  <description>
  -  </description>
  +  <!-- Note "commons" package is missing -->
  +  <package>org.apache.jci.*</package>
   
  -  <url>http://</url>
  -  <siteAddress></siteAddress>
  -  <siteDirectory>/</siteDirectory>
  -
  -  <mailingLists>
  -    <mailingList>
  -      <name>${pom.name} Dev List</name>
  -    </mailingList>
  -    <mailingList>
  -      <name>${pom.name} User List</name>
  -    </mailingList>
  -  </mailingLists>
  -
  -  <build>
  -    <sourceDirectory>src/java</sourceDirectory>
  -    <!--
  -    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
  -    <unitTest>
  -      <includes>
  -        <include>**/*Test.java</include>
  -      </includes>
  -    </unitTest>
  -    -->
  -  </build>
   
     <developers>
   
  @@ -68,6 +48,12 @@
        <groupId>commons-lang</groupId>
        <artifactId>commons-lang</artifactId>
        <version>2.0</version>
  +   </dependency>
  +
  +   <dependency>
  +     <groupId>commons-logging</groupId>
  +     <artifactId>commons-logging</artifactId>
  +     <version>1.0.4</version>
      </dependency>
   
      <dependency>
  
  
  

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