vmassol     2002/06/15 07:31:38

  Modified:    src/templates/build/plugins/j2ee default.properties
  Log:
  reworked documentation
  
  Revision  Changes    Path
  1.8       +22 -8     
jakarta-turbine-maven/src/templates/build/plugins/j2ee/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/j2ee/default.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- default.properties        15 Jun 2002 13:55:31 -0000      1.7
  +++ default.properties        15 Jun 2002 14:31:38 -0000      1.8
  @@ -6,9 +6,14 @@
   # -------------------------------------------------------------------
   
   # -------------------------------------------------------------------
  -# Properties for the war target
  +# Properties for the "war" target
   # -------------------------------------------------------------------
   
  +# List of mandatory properties that need to be defined in the project
  +# properties for the "war" target :
  +#
  +# maven.j2ee.war.name : name of the webapp
  +
   # Location of where webapps are located in the source tree. There can
   # be several webapps but only one is built at a time and the one that
   # is built is the one specified by ${maven.j2ee.war.name} which must
  @@ -32,17 +37,26 @@
   maven.j2ee.war.lib.includes=
   maven.j2ee.war.lib.excludes=servlet*.jar
   
  -##
  -# EAR Target properties
  -##
  -# maven.j2ee.ear.name
  +# -------------------------------------------------------------------
  +# Properties for the "ear" target
  +# -------------------------------------------------------------------
  +
  +# List of mandatory properties that need to be defined in the project
  +# properties for the "ear" target :
  +#
  +# maven.j2ee.ear.name : name of the ear
  +
  +# Location of the ear application.xml file
   maven.j2ee.ear.appxml=${maven.conf.dir}/${maven.j2ee.ear.name}-application.xml
  +
  +# J2EE modules to include and exclude from the ear
  +# Note: These files are relative to ${maven.build.dir}
   maven.j2ee.ear.includes=*.jar, *.war
   maven.j2ee.ear.excludes=
   
  -######################
  -#EJB Target Properties
  -######################
  +# -------------------------------------------------------------------
  +# Properties for the "ejb" target
  +# -------------------------------------------------------------------
   
   # Required
   
  
  
  

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

Reply via email to