vmassol     2003/11/26 13:08:02

  Modified:    ejb      plugin.properties project.properties project.xml
  Log:
  A few more things I have forgotten before the 1.2 release...
  
  Revision  Changes    Path
  1.5       +1 -1      maven-plugins/ejb/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/plugin.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.properties 3 Sep 2003 14:12:31 -0000       1.4
  +++ plugin.properties 26 Nov 2003 21:08:02 -0000      1.5
  @@ -1 +1 @@
  -# -------------------------------------------------------------------
# P L U G I N  P R O P E R T I E S
# -------------------------------------------------------------------
# ejb plugin.
# -------------------------------------------------------------------
maven.ejb.index=false
maven.ejb.client.index=false

# Location of where ejb sources (non-java) are located.
maven.ejb.src=${maven.src.dir}/ejb
# Location of ejb xml configs - not used atm due to using jar task not ejbjar
maven.ejb.descriptordir=${maven.ejb.src}/META-INF
maven.ejb.manifest=${maven.ejb.descriptordir}/MANIFEST.MF
# Exclude from the client jar those things that should only exist on the EJB server.
# This list is probably incomplete...
# Users' projects can add to the list by setting maven.ejb.client.excludes.
maven.ejb.client.base.excludes=**/*Bean.class,**/*CMP.class,**/*Session.class
# Files to include and exclude from ejb
# Note: Files are relative to build.dir
maven.ejb.includes=**
maven.ejb.excludes=**/package.html
  \ No newline at end of file
  +# -------------------------------------------------------------------
# P L U G I N  P R O P E R T I E S
# -------------------------------------------------------------------
# ejb plugin.
# -------------------------------------------------------------------
maven.ejb.index=false
maven.ejb.client.index=false

# Location of where ejb sources (non-java) are located.
maven.ejb.src=${maven.src.dir}/ejb

# Location of ejb xml configs - not used atm due to using jar task not ejbjar
maven.ejb.descriptordir=${maven.ejb.src}/META-INF
maven.ejb.manifest=${maven.ejb.descriptordir}/MANIFEST.MF

# Exclude from the client jar those things that should only exist on the EJB server.
# This list is probably incomplete...
# Users' projects can add to the list by setting maven.ejb.client.excludes.
maven.ejb.client.base.excludes=**/*Bean.class,**/*CMP.class,**/*Session.class

# Files to include and exclude from ejb
# Note: Files are relative to build.dir
maven.ejb.includes=**
maven.ejb.excludes=**/package.html
  \ No newline at end of file
  
  
  
  1.4       +0 -1      maven-plugins/ejb/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties        2 Nov 2003 00:03:41 -0000       1.3
  +++ project.properties        26 Nov 2003 21:08:02 -0000      1.4
  @@ -4,4 +4,3 @@
   maven.xdoc.date=left
   maven.xdoc.version=${pom.currentVersion}
   maven.license.licenseFile=${basedir}/../LICENSE.txt
  -
  
  
  
  1.17      +11 -2     maven-plugins/ejb/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/ejb/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml       26 Nov 2003 20:59:41 -0000      1.16
  +++ project.xml       26 Nov 2003 21:08:02 -0000      1.17
  @@ -12,8 +12,8 @@
     
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10333</issueTrackingUrl>
     <siteDirectory>/www/maven.apache.org/reference/plugins/ejb/</siteDirectory>
     <repository>
  -    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven/src/plugins-build/ejb/</connection>
  -    <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/ejb/</url>
  +    <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven-plugins/ejb/</connection>
  +    <url>http://cvs.apache.org/viewcvs/maven-plugins/ejb/</url>
     </repository>
     <mailingLists/>
     <developers>
  @@ -43,4 +43,13 @@
       </developer>
     </developers>
     <dependencies/>
  +  <reports>
  +    <report>maven-changes-plugin</report>
  +    <report>maven-changelog-plugin</report>
  +    <report>maven-file-activity-plugin</report>
  +    <report>maven-developer-activity-plugin</report>
  +    <report>maven-file-activity-plugin</report>
  +    <report>maven-license-plugin</report>
  +    <report>maven-linkcheck-plugin</report>
  +  </reports>
   </project>
  
  
  

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

Reply via email to