Browse Source

changed email address of Rob van Oostrum to rob at springwellfarms dot ca

PR: 14709


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274638 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 22 years ago
parent
commit
85b2032078
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      docs/manual/OptionalTasks/ejb.html
  2. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.java
  3. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/ejb/JbossDeploymentTool.java

+ 2
- 2
docs/manual/OptionalTasks/ejb.html View File

@@ -19,7 +19,7 @@
<li>Conor MacNeill</li> <li>Conor MacNeill</li>
<li>Cyrille Morvan (<a href="mailto:cmorvan@ingenosya.com">cmorvan@ingenosya.com</a>)</li> <li>Cyrille Morvan (<a href="mailto:cmorvan@ingenosya.com">cmorvan@ingenosya.com</a>)</li>
<li>Greg Nelson (<a href="mailto:gn@sun.com">gn@sun.com</a>)</li> <li>Greg Nelson (<a href="mailto:gn@sun.com">gn@sun.com</a>)</li>
<li>Rob van Oostrum(<a href="mailto:rvanoo@xs4all.nl">rvanoo@xs4all.nl</a>)</li>
<li>Rob van Oostrum(<a href="mailto:rob@springwellfarms.ca">rob@springwellfarms.ca</a>)</li>
</ul> </ul>


<p>Version @VERSION@<br> <p>Version @VERSION@<br>
@@ -531,7 +531,7 @@ specify the BEA Home to have this task work correctly under 6.0</p>
<h2><a name="ejbjar">ejbjar</a></h2> <h2><a name="ejbjar">ejbjar</a></h2>
<h3><b>Description:</b></h3> <h3><b>Description:</b></h3>


<p>This task is designed to support building of EJB jar files (EJB 1.1 &amp; 2.0).
<p>This task is designed to support building of EJB jar files (EJB 1.1 &amp; 2.0).
Support is currently provided for 'vanilla' EJB jar files - i.e. those containing only Support is currently provided for 'vanilla' EJB jar files - i.e. those containing only
the user generated class files and the standard deployment descriptor. Nested the user generated class files and the standard deployment descriptor. Nested
elements provide support for vendor specific deployment tools. These currently elements provide support for vendor specific deployment tools. These currently


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.java View File

@@ -91,7 +91,7 @@ import org.xml.sax.SAXException;
* *
* @author <a href="mailto:tfennell@sapient.com">Tim Fennell</a> * @author <a href="mailto:tfennell@sapient.com">Tim Fennell</a>
* @author Conor MacNeill * @author Conor MacNeill
* @author <a href="mailto:rvanoo@xs4all.nl">Rob van Oostrum</a>
* @author <a href="mailto:rob@springwellfarms.ca">Rob van Oostrum</a>
* */ * */
public class EjbJar extends MatchingTask { public class EjbJar extends MatchingTask {




+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/ejb/JbossDeploymentTool.java View File

@@ -64,7 +64,7 @@ import org.apache.tools.ant.Project;
* compilation. * compilation.
* *
* @author <a href="mailto:p.austin@talk21.com">Paul Austin</a> * @author <a href="mailto:p.austin@talk21.com">Paul Austin</a>
* @author <a href="mailto:rvanoo@xs4all.nl">Rob van Oostrum</a>
* @author <a href="mailto:rob@springwellfarms.ca">Rob van Oostrum</a>
* @version 1.0 * @version 1.0
* @see EjbJar#createJboss * @see EjbJar#createJboss
*/ */


Loading…
Cancel
Save