You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/02/23 01:49:24 UTC

cvs commit: jakarta-turbine-maven/src/templates/build Control.vm build.xml default.properties

jvanzyl     02/02/22 16:49:24

  Modified:    src/templates/build Control.vm build.xml default.properties
  Log:
  - collections isn't used
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-turbine-maven/src/templates/build/Control.vm
  
  Index: Control.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/Control.vm,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Control.vm	22 Feb 2002 03:32:55 -0000	1.3
  +++ Control.vm	23 Feb 2002 00:49:24 -0000	1.4
  @@ -1,4 +1,4 @@
  -#set ($buildElements = ["build-docs.xml","build-test.xml","build.xml","default.properties","LICENSE","README.txt","test.sh"])
  +#set ($buildElements = ["build-docs.xml","build-test.xml","build.xml","default.properties","LICENSE","README.txt","build-maven-jar.sh","maven-in-ant-home.sh","maven-out-ant-home.sh"])
   
   $project
   $project.name
  
  
  
  1.8       +20 -20    jakarta-turbine-maven/src/templates/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.xml	22 Feb 2002 23:39:41 -0000	1.7
  +++ build.xml	23 Feb 2002 00:49:24 -0000	1.8
  @@ -43,6 +43,26 @@
     </target>
   
     <!-- ================================================================== -->
  +  <!-- E N V I R O N M E N T                                              -->
  +  <!-- ================================================================== -->
  +
  +  <target 
  +    name="env"
  +    depends="init">
  +
  +    <property name="classpath" refid="classpath"/>
  +
  +    <echo>
  +      java.home = ${java.home}
  +      user.home = ${user.home}
  +      lib.repo = ${lib.repo}
  +      
  +      Classpath:
  +      ${classpath}
  +    </echo>      
  +  </target>
  +
  +  <!-- ================================================================== -->
     <!-- U P D A T E  J A R S                                               -->
     <!-- ================================================================== -->
   
  @@ -82,26 +102,6 @@
         proxyPort="${proxy.port}"
       />
     </target>    
  -
  -  <!-- ================================================================== -->
  -  <!-- E N V I R O N M E N T                                              -->
  -  <!-- ================================================================== -->
  -
  -  <target 
  -    name="env"
  -    depends="init">
  -
  -    <property name="classpath" refid="classpath"/>
  -
  -    <echo>
  -      java.home = ${java.home}
  -      user.home = ${user.home}
  -      lib.repo = ${lib.repo}
  -      
  -      Classpath:
  -      ${classpath}
  -    </echo>      
  -  </target>
   
     <!-- ================================================================== -->
     <!-- U S A G E                                                          -->
  
  
  
  1.4       +2 -1      jakarta-turbine-maven/src/templates/build/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/default.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- default.properties	21 Feb 2002 21:03:45 -0000	1.3
  +++ default.properties	23 Feb 2002 00:49:24 -0000	1.4
  @@ -5,6 +5,7 @@
   name = $project.name
   version = $project.currentVersion
   project = $project.id
  +id = $project.id
   organization = $project.organization
   inception.year = $project.inceptionYear
   package = $project.package
  @@ -28,7 +29,7 @@
   # These names will actually be based on the versioning document
   # that morgan checked into jakarta-site2 the other day.
   
  -final.name = ${project}-${version}
  +final.name = ${id}-${version}
   final.dir = ${basedir}/${final.name}
   
   javadoc.destdir = ${basedir}/docs/apidocs
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>