You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/11/25 06:36:50 UTC

cvs commit: maven build-bootstrap.xml project.properties build-bootstrap.properties

jvanzyl     2003/11/24 21:36:50

  Modified:    .        build-bootstrap.xml project.properties
  Removed:     .        build-bootstrap.properties
  Log:
  o rolling bootstrap properties into the normal project.properties
    file as they are required in the build-bootstrap.xml and maven.xml
    during the bootstrap.
  
  Revision  Changes    Path
  1.212     +0 -1      maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/maven/build-bootstrap.xml,v
  retrieving revision 1.211
  retrieving revision 1.212
  diff -u -r1.211 -r1.212
  --- build-bootstrap.xml	24 Nov 2003 21:25:14 -0000	1.211
  +++ build-bootstrap.xml	25 Nov 2003 05:36:50 -0000	1.212
  @@ -4,7 +4,6 @@
   
     <property file="${user.home}/build.properties"/>
     <property file="${basedir}/project.properties"/>
  -  <property file="${basedir}/build-bootstrap.properties"/>
     <property environment="env"/>
     <property name="maven.home" value="${env.MAVEN_HOME}"/>
   
  
  
  
  1.51      +30 -0     maven/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven/project.properties,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- project.properties	24 Nov 2003 20:18:00 -0000	1.50
  +++ project.properties	25 Nov 2003 05:36:50 -0000	1.51
  @@ -76,3 +76,33 @@
   maven.bootstrap.plugins = clean/**,jar/**,java/**,license/**,plugin/**,test/**,touchstone/**,touchstone-partner/**
   maven.bootstrap.reactor = clean/project.xml,jar/project.xml,java/project.xml,license/project.xml,plugin/project.xml,touchstone/project.xml,touchstone-partner/project.xml
   maven.plugins.directory = ${basedir}/../maven-plugins
  +
  +maven.get.jars.baseUrl = http://www.ibiblio.org/maven
  +maven.bootstrap.dir = ${basedir}/bootstrap
  +
  +# ------------------------------------------------------------------------------
  +# bootstrap is offline or online - online by default . Pass this property
  +# as -o from the command prompt if you are offline
  +# Online mode:
  +# maven.bootstrap.online =
  +# Offline mode:
  +# maven.bootstrap.online = -o
  +# ------------------------------------------------------------------------------
  +maven.bootstrap.online=
  +
  +# ------------------------------------------------------------------------------
  +# The bootstrap classes consist of an Ant task front that:
  +#
  +# a) parses the POM using a simple subclass of DefaultHandler
  +# b) downloads Maven's dependencies
  +# ------------------------------------------------------------------------------
  +maven.bootstrap.classes = ${maven.bootstrap.dir}/bootstrap-classes
  +
  +# ------------------------------------------------------------------------------
  +# The phase1 classes are all the Maven classes compiled using Ant instead
  +# of Maven itself.
  +# ------------------------------------------------------------------------------
  +maven.bootstrap.phase1.classes = ${maven.bootstrap.dir}/phase1-classes
  +
  +maven.bootstrap.install.dir = ${maven.bootstrap.dir}/install-phase1
  +maven.bootstrap.bin.dir = ${maven.bootstrap.dir}/bin
  
  
  

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