[jboss-cvs] JBossAS SVN: r112262 - projects/jboss-jca/trunk/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 22 10:59:09 EDT 2011


Author: jesper.pedersen
Date: 2011-09-22 10:59:09 -0400 (Thu, 22 Sep 2011)
New Revision: 112262

Modified:
   projects/jboss-jca/trunk/deployers/build.xml
Log:
Include top-level deployers directory in common-sources

Modified: projects/jboss-jca/trunk/deployers/build.xml
===================================================================
--- projects/jboss-jca/trunk/deployers/build.xml	2011-09-21 19:10:12 UTC (rev 112261)
+++ projects/jboss-jca/trunk/deployers/build.xml	2011-09-22 14:59:09 UTC (rev 112262)
@@ -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 &#169; 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