[jboss-cvs] JBossAS SVN: r112263 - projects/jboss-jca/branches/Branch_1_0/deployers.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Sep 22 11:04:57 EDT 2011
Author: jesper.pedersen
Date: 2011-09-22 11:04:56 -0400 (Thu, 22 Sep 2011)
New Revision: 112263
Modified:
projects/jboss-jca/branches/Branch_1_0/deployers/build.xml
Log:
Include top-level deployers directory in common-sources
Modified: projects/jboss-jca/branches/Branch_1_0/deployers/build.xml
===================================================================
--- projects/jboss-jca/branches/Branch_1_0/deployers/build.xml 2011-09-22 14:59:09 UTC (rev 112262)
+++ projects/jboss-jca/branches/Branch_1_0/deployers/build.xml 2011-09-22 15:04:56 UTC (rev 112263)
@@ -350,7 +350,8 @@
indexMetaInf="true"
update="true"
level="9"
- includes="**/deployers/common/**">
+ includes="**/deployers/**"
+ excludes="**/deployers/fungal/**">
<manifest>
<attribute name="Implementation-Title" value="IronJacamar Deployers Common - Sources"/>
<attribute name="Implementation-Version" value="${major}.${minor}.${patch}.${type}"/>
@@ -375,7 +376,8 @@
bottom="Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)">
<packageset dir="src/main/java" defaultexcludes="yes">
- <include name="**/deployers/common/**"/>
+ <include name="**/deployers/**"/>
+ <exclude name="**/deployers/fungal/**"/>
</packageset>
<link offline="true" href="http://java.sun.com/j2se/5/docs/api/" packagelistLoc="${java.home}/../docs/api"/>
More information about the jboss-cvs-commits
mailing list