Make maven.ejb.src optional

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114628 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion
2004-01-29 02:31:22 +00:00
parent 5566b2919c
commit 45d41f047d
3 changed files with 8 additions and 2 deletions

View File

@@ -101,7 +101,9 @@
</ant:section>
</ant:manifest>
<ant:fileset dir="${maven.ejb.src}"/>
<util:available file="${maven.ejb.src}">
<ant:fileset dir="${maven.ejb.src}"/>
</util:available>
<ant:fileset dir="${maven.build.dest}"
includes="${maven.ejb.includes}"
excludes="${maven.ejb.excludes}">

View File

@@ -7,6 +7,9 @@
<body>
<release version="1.3" date="in CVS">
<action dev="dion" type="fix">
Only include maven.ejb.src if it exists
</action>
</release>
<release version="1.2" date="2003-11-26">

View File

@@ -22,7 +22,8 @@
<td>maven.ejb.src</td>
<td>Yes</td>
<td>
Root of files to be included within the ejb-jar. The same directory structure will be followed within the assembled jar file.
Root of files to be included within the ejb-jar.
The same directory structure will be followed within the assembled jar file.
</td>
<td>
src/ejb