[jboss-svn-commits] JBL Code SVN: r34043 - labs/jbossrules/trunk/osgi-bundles.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jul 19 14:21:58 EDT 2010


Author: mark.proctor at jboss.com
Date: 2010-07-19 14:21:57 -0400 (Mon, 19 Jul 2010)
New Revision: 34043

Modified:
   labs/jbossrules/trunk/osgi-bundles/pom.xml
Log:
-clean should not delete jgroups or asm

Modified: labs/jbossrules/trunk/osgi-bundles/pom.xml
===================================================================
--- labs/jbossrules/trunk/osgi-bundles/pom.xml	2010-07-19 18:09:58 UTC (rev 34042)
+++ labs/jbossrules/trunk/osgi-bundles/pom.xml	2010-07-19 18:21:57 UTC (rev 34043)
@@ -48,7 +48,7 @@
                   <configuration>
                      <tasks>
                         <delete>
-                           <fileset dir="plugins" includes="**/*.jar" excludes="**/.svn" />
+                           <fileset dir="plugins" includes="**/*.jar" excludes="com.springsource.org.jgroups-2.2.8.jar, com.springsource.org.objectweb.asm-1.5.3.jar, **/.svn" />
                         </delete>
                      </tasks>
                   </configuration>



More information about the jboss-svn-commits mailing list