dion        02/05/25 04:55:09

  Modified:    xdocs/ref/j2ee properties.xml build-file.xml
               src/templates/build/plugins/j2ee default.properties
  Log:
  Update docs about neew/rearranged properties for inclusion of files
  into META-INF, including the specification of ejb-jar.xml
  
  Revision  Changes    Path
  1.6       +31 -14    jakarta-turbine-maven/xdocs/ref/j2ee/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/j2ee/properties.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- properties.xml    23 May 2002 09:04:31 -0000      1.5
  +++ properties.xml    25 May 2002 11:55:09 -0000      1.6
  @@ -152,13 +152,39 @@
             </td>
           </tr>
           <tr>
  -          <td><a name="maven.j2ee.ejb.ejb-xml">maven.j2ee.ejb.ejb-xml</a></td>
  +          <td><a name="maven.j2ee.ejb.conf.dir">maven.j2ee.ejb.conf.dir</a></td>
  +          <td>No</td>
  +          <td>
  +            Specifies the directory to be used to find the deployment descriptor
  +            and other files to be placed in <code>META-INF</code> directory of 
  +            the resulting  ejb jar. It defaults to
  +            <code><a href="../properties.html#Directory Layout 
Settings">${maven.conf.dir}</a>/<a 
href="properties.html#maven.j2ee.ejb.name">${maven.j2ee.ejb.name}</a></code>
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            <a name="maven.j2ee.ejb.conf.includes">maven.j2ee.ejb.conf.includes
  +            </a>
  +          </td>
  +          <td>Yes</td>
  +          <td>
  +            Specifies the a pattern of files to be included in the 
  +            <code>META-INF</code> directory of the resulting ejb jar, relative 
  +            to the <code>${maven.j2ee.ejb.conf.dir}</code>. It defaults to
  +            <code>ejb-jar.xml</code>.
  +          </td>
  +        </tr>
  +        <tr>
  +          <td>
  +            <a name="maven.j2ee.ejb.conf.excludes">maven.j2ee.ejb.conf.excludes
  +            </a>
  +          </td>
             <td>Yes</td>
             <td>
  -            Specifies the deployment descriptor to be used when building the ejb 
jar.
  -            It will be placed in <code>META-INF</code> directory of the resulting
  -            ejb jar. It defaults to
  -            <code><a href="../properties.html#Directory Layout 
Settings">${maven.conf.dir}</a>/<a 
href="properties.html#maven.j2ee.ejb.name">${maven.j2ee.ejb.name}</a>/ejb-jar.xml</code>
  +            Specifies the a pattern of files to be excluded from the 
  +            <code>META-INF</code> directory of the resulting ejb jar, relative 
  +            to the <code>${maven.j2ee.ejb.conf.dir}</code>. It defaults to
  +            blank.
             </td>
           </tr>
           <tr>
  @@ -176,15 +202,6 @@
             <td>
               Specifies the pattern of compiled class files to be 
<strong>excluded</strong> 
               from the generated ejb jar. Defaults to <code>**/package.html</code>.
  -          </td>
  -        </tr>
  -        <tr>
  -          <td><a 
name="maven.j2ee.ejb.meta-inf-includes">maven.j2ee.ejb.meta-inf-includes</a></td>
  -          <td>Yes</td>
  -          <td>
  -            Specifies the a pattern of files to be included in the 
<code>META-INF</code>
  -            directory of the generated ejb jar. This can be used to include 
container
  -            specific files, for example <code>mvcsoft-pm.xml</code>.
             </td>
           </tr>
           <tr>
  
  
  
  1.12      +9 -5      jakarta-turbine-maven/xdocs/ref/j2ee/build-file.xml
  
  Index: build-file.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/j2ee/build-file.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build-file.xml    23 May 2002 09:04:31 -0000      1.11
  +++ build-file.xml    25 May 2002 11:55:09 -0000      1.12
  @@ -202,8 +202,9 @@
               <td>
                 A J2EE enterprise bean deployment descriptor, which
                 is placed in the root of the resulting ear file.
  -              The <code><a 
href="properties.html#maven.j2ee.ejb.ejb-xml">${maven.j2ee.ejb.ejb-xml}</a></code> 
  -              property defines the location of this file.
  +              The <code><a href="properties.html#maven.j2ee.ejb.conf.dir">
  +              ${maven.j2ee.ejb.conf.dir}</a></code> and associated includes and
  +              excludes properties defines the location of this file.
               </td>
             </tr>
             <tr>
  @@ -221,9 +222,12 @@
               <td>
                 Files to be included the <code>META-INF</code> directory of the ejb
                 jar file may be specified using the  
  -              <code><a 
href="properties.html#maven.j2ee.ejb.meta-inf-includes">${maven.j2ee.ejb.meta-inf-includes}</a></code>
  -              and <code><a 
href="properties.html#maven.j2ee.ejb.meta-inf-excludes">${maven.j2ee.ejb.meta-inf-excludes}</a></code>
 
  -              properties.
  +              <code><a href="properties.html#maven.j2ee.ejb.conf.dir">
  +              ${maven.j2ee.ejb.conf.dir}</a></code>, 
  +              <code><a href="properties.html#maven.j2ee.ejb.conf.includes">
  +              ${maven.j2ee.ejb.conf.includes}</a></code> and  
  +              <code><a href="properties.html#maven.j2ee.ejb.conf.excludes">
  +              ${maven.j2ee.ejb.conf.excludes}</a></code> properties.
               </td>
             </tr>
           </table>
  
  
  
  1.4       +0 -3      
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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- default.properties        25 May 2002 11:40:32 -0000      1.3
  +++ default.properties        25 May 2002 11:55:09 -0000      1.4
  @@ -37,9 +37,6 @@
   
   # Optional
   
  -# Include extra files in the ejb jar META-INF directory 
  -#maven.j2ee.ejb.meta-inf-includes=
  -
   # Local Interfaces Jar
   #maven.j2ee.ejb.local.includes=**/interfaces/*Local*.class
   #maven.j2ee.ejb.local.excludes=**/package.html
  
  
  

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

Reply via email to