rleland     2003/08/22 20:01:24

  Modified:    .        build.properties.sample project.xml
  Added:       .        maven.xml project.properties
  Log:
  Add Maven variables
  
  Revision  Changes    Path
  1.47      +9 -1      jakarta-struts/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/build.properties.sample,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.properties.sample   10 Aug 2003 06:00:49 -0000      1.46
  +++ build.properties.sample   23 Aug 2003 03:01:24 -0000      1.47
  @@ -105,6 +105,14 @@
   # The JAR file containing the PMD package version 1.01, if available. If
   # you do not have PMD installed, do not set this property.
   pmd.jar = /Java/pmd/lib/pmd-1.01.jar
  +#############################Maven Variables #######################################
  +# CVS Start Change Log date
  +cvs.start=17 April 2003
  +
  +
  +# If you are using ssh tunneling & have a .cvspass file setup
  +cvs.developer.host=localhost
  +cvs.developer.id=rleland
   
   # Properties related to Struts Contrib
   # -----------------------------------------
  
  
  
  1.7       +9 -3      jakarta-struts/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml       22 Aug 2003 07:22:43 -0000      1.6
  +++ project.xml       23 Aug 2003 03:01:24 -0000      1.7
  @@ -51,9 +51,8 @@
     </distributionDirectory>
   
     <repository>
  -    <connection>
  -      scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-struts
  -    </connection>
  +     <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:jakarta-struts</connection>
  +     <developerConnection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvs:jakarta-struts</developerConnection>
       <url>
         http://cvs.apache.org/viewcvs/jakarta-struts/
       </url>
  @@ -214,11 +213,13 @@
       <dependency>
         <id>commons-fileupload</id>
         <version>1.0</version>
  +      <url>http://jakarta.apache.org/commons/fileupload.html</url>
       </dependency>
       
       <dependency>
         <id>commons-lang</id>
         <version>1.0.1</version>
  +      <url>http://jakarta.apache.org/commons/lang.html</url>
       </dependency>
       
       <dependency>
  @@ -242,6 +243,7 @@
       <dependency>
         <id>xml-apis</id>
         <version>2.0.2</version>
  +      <url>http://xml.apache.org/commons/</url>
       </dependency>
   
       <dependency>
  @@ -255,20 +257,24 @@
         <version>2.7.2</version>
       </dependency>
   
  +     <!-- for unit tests -->
       <dependency>
         <id>junit</id>
         <version>3.8.1</version>
  +      <url>http://www.junit.org</url>
       </dependency>
       
       <dependency>
         <groupId>cactus</groupId>
         <artifactId>cactus</artifactId>
         <version>12-1.4.1</version>
  +      <url>http://jakarta.apache.org/cactus</url>
       </dependency>
       <dependency>
         <groupId>cactus</groupId>
         <artifactId>cactus-ant</artifactId>
         <version>1.4.1</version>
  +      <url>http://jakarta.apache.org/cactus</url>
       </dependency>
     </dependencies>
   
  
  
  
  1.1                  jakarta-struts/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project default="java:jar">
  
    <preGoal name="xdoc:jelly-transform">
      <attainGoal name="html2xdoc"/>
    </preGoal>
  
  
  </project>
  
  
  1.1                  jakarta-struts/project.properties
  
  Index: project.properties
  ===================================================================
  
  # -------------------------------------------------------------------
  # P R O J E C T  P R O P E R T I E S - Modeled after Turbine project.properties
  #
  # $Id: project.properties,v 1.1 2003/08/23 03:01:24 rleland Exp $
  #
  # Do not change this file. Please use build.properties in this directory
  # to do site or installation specific changes to the project build.
  # -------------------------------------------------------------------
  
  #========================================================================
  # You can uncomment this if you're willing to use the unofficial
  # Validator-specific jar repository at the Validator site. This will
  # contain all the jars needed to build Validator, even if a jar
  # is missing on ibiblio
  #========================================================================
  
#maven.repo.remote=http://www.ibiblio.org/maven/,http://jakarta.apache.org/struts/repo
  
  maven.checkstyle.properties = conf/qa/CheckStyle.xml
  
  #keep ant & maven directories seperate.
  maven.build.dir=m-target
  
  # Include legacy javadoc in build
  maven.html2xdoc.dir = legacy
  
  # display the date on the site
  maven.xdoc.date = left
  # Display the version the web site is documenting
  maven.xdoc.version = ${pom.currentVersion}
  
  compile.debug = on
  compile.optimize = off
  compile.deprecation = on
  maven.compile.deprecation = on
  
  # -------------------------------------------------------------------
  # N I G H T L Y   B U I L D   P R O P E R T I E S
  # -------------------------------------------------------------------
  
  validator.nightly.dist.dir = \
      /www/jakarta.apache.org/builds/jakarta-struts/nightly
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to