dion        02/05/07 09:56:59

  Modified:    src/templates/build j2ee.properties
  Log:
  Change to new property names
  
  Revision  Changes    Path
  1.8       +3 -3      jakarta-turbine-maven/src/templates/build/j2ee.properties
  
  Index: j2ee.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/j2ee.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- j2ee.properties   7 May 2002 16:09:40 -0000       1.7
  +++ j2ee.properties   7 May 2002 16:56:59 -0000       1.8
  @@ -1,5 +1,5 @@
   # properties file for build-j2ee.xml
  -maven.j2ee.war.src=${src.dir}/webapps
  +maven.j2ee.war.src=${maven.src.dir}/webapps
   maven.j2ee.war.content=${maven.j2ee.war.src}/${maven.j2ee.war.name}
   # classes are relative to build.dir
   maven.j2ee.war.classes.includes=**
  @@ -9,12 +9,12 @@
   maven.j2ee.war.lib.excludes=
   # - not used any more. not sure if this is good/bad
   # maven.j2ee.war.manifest=${conf.dir}/${maven.j2ee.war.name}-MANIFEST.MF
  -maven.j2ee.war.webxml=${conf.dir}/${maven.j2ee.war.name}-web.xml
  +maven.j2ee.war.webxml=${maven.conf.dir}/${maven.j2ee.war.name}-web.xml
   
   ##
   # EAR Target properties
   ##
   # maven.j2ee.ear.name
  -maven.j2ee.ear.appxml=${conf.dir}/${maven.j2ee.ear.name}-application.xml
  +maven.j2ee.ear.appxml=${maven.conf.dir}/${maven.j2ee.ear.name}-application.xml
   maven.j2ee.ear.includes=*.jar, *.war
   maven.j2ee.ear.excludes=
  
  
  

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

Reply via email to