You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by ru...@apache.org on 2001/08/28 08:34:32 UTC

cvs commit: jakarta-alexandria/proposal/maven build.properties build.xml

rubys       01/08/27 23:34:32

  Modified:    proposal/maven build.properties build.xml
  Log:
  Minor cleanup
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-alexandria/proposal/maven/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/maven/build.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties	2001/08/27 16:35:04	1.1
  +++ build.properties	2001/08/28 06:34:32	1.2
  @@ -16,7 +16,7 @@
   commons-digester.jar = ${lib.repo}/commons-digester.jar
   commons-collections.jar = ${lib.repo}/commons-collections.jar
   commons-beanutils.jar = ${lib.repo}/commons-beanutils.jar
  -maven.jar = ./bin/maven-0.1.jar
  +maven.jar = ./bin/maven-${version}.jar
   jaxp.jar = ${lib.repo}/jaxp.jar
   crimson.jar = ${lib.repo}/crimson.jar
   ant.jar = ${lib.repo}/ant.jar
  
  
  
  1.2       +2 -2      jakarta-alexandria/proposal/maven/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/proposal/maven/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2001/08/27 16:35:04	1.1
  +++ build.xml	2001/08/28 06:34:32	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   
  -<project name="Gump" default="jar" basedir=".">
  +<project name="maven" default="jar" basedir=".">
   
     <!-- Allow any user specific values to override the defaults -->
     <property file="${user.home}/build.properties" />
  @@ -102,7 +102,7 @@
         + F A I L E D  R E Q U I R E M E N T                             |
         +----------------------------------------------------------------+
         | You must define the following property in order                |
  -      | to build Torque:                                               |
  +      | to build Maven:                                                |
         |                                                                |
         | ${name} 
         |                                                                |
  
  
  

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