You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ka...@apache.org on 2003/01/22 03:22:14 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/war plugin.properties

kaz         2003/01/21 18:22:14

  Modified:    src/plugins-build/ear plugin.properties
               src/plugins-build/war plugin.properties
  Log:
  Removing the ^Ms in these files.
  
  Revision  Changes    Path
  1.2       +12 -1     jakarta-turbine-maven/src/plugins-build/ear/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/ear/plugin.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.properties	19 Nov 2002 23:12:15 -0000	1.1
  +++ plugin.properties	22 Jan 2003 02:22:14 -0000	1.2
  @@ -1 +1,12 @@
  -# -------------------------------------------------------------------
# P L U G I N  P R O P E R T I E S
# -------------------------------------------------------------------
# ear plugin.
# -------------------------------------------------------------------
# Location of additional sources to include in the ear file 
maven.ear.src=${maven.src.dir}/application
# Location of xml configs and manifest files
maven.ear.descriptordir=${maven.ear.src}/META-INF
maven.ear.appxml=${maven.ear.descriptordir}/application.xml
maven.ear.manifest=${maven.ear.descriptordir}/MANIFEST.MF
  \ No newline at end of file
  +# -------------------------------------------------------------------
  +# P L U G I N  P R O P E R T I E S
  +# -------------------------------------------------------------------
  +# ear plugin.
  +# -------------------------------------------------------------------
  +# Location of additional sources to include in the ear file 
  +maven.ear.src=${maven.src.dir}/application
  +# Location of xml configs and manifest files
  +maven.ear.descriptordir=${maven.ear.src}/META-INF
  +maven.ear.appxml=${maven.ear.descriptordir}/application.xml
  +maven.ear.manifest=${maven.ear.descriptordir}/MANIFEST.MF
  +
  
  
  
  1.7       +17 -3     jakarta-turbine-maven/src/plugins-build/war/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/war/plugin.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.properties	25 Aug 2002 09:20:34 -0000	1.6
  +++ plugin.properties	22 Jan 2003 02:22:14 -0000	1.7
  @@ -1,3 +1,17 @@
  -# -------------------------------------------------------------------
# P L U G I N  P R O P E R T I E S
# -------------------------------------------------------------------
# War plugin.
# -------------------------------------------------------------------

# Location of where the webapp is located in the source tree. The
# WEB-INF directory is located right under ${maven.war.src}.
maven.war.src=${maven.src.dir}/webapp
  -
# Location of web.xml file
maven.war.webxml=${maven.war.src}/WEB-INF/web.xml
  -
# Classes to include and exclude from WEB-INF/classes
# Note: Classes are relative to build.dir
maven.war.classes.includes=**
maven.war.classes.excludes=**/package.html

# Location where the webapp or the war will be created. Defaults to
# ${maven.build.dir}
maven.war.build.dir = ${maven.build.dir}
  \ No newline at end of file
  +# -------------------------------------------------------------------
  +# P L U G I N  P R O P E R T I E S
  +# -------------------------------------------------------------------
  +# War plugin.
  +# -------------------------------------------------------------------
  +# Location of where the webapp is located in the source tree. The
  +# WEB-INF directory is located right under ${maven.war.src}.
  +maven.war.src=${maven.src.dir}/webapp
  +# Location of web.xml file
  +maven.war.webxml=${maven.war.src}/WEB-INF/web.xml
  +# Classes to include and exclude from WEB-INF/classes
  +# Note: Classes are relative to build.dir
  +maven.war.classes.includes=**
  +maven.war.classes.excludes=**/package.html
  +# Location where the webapp or the war will be created. Defaults to
  +# ${maven.build.dir}
  +maven.war.build.dir = ${maven.build.dir}