You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by se...@apache.org on 2010/05/16 13:17:25 UTC

svn commit: r944798 - /jakarta/bsf/branches/bsf3.x/distribution/src.xml

Author: sebb
Date: Sun May 16 11:17:25 2010
New Revision: 944798

URL: http://svn.apache.org/viewvc?rev=944798&view=rev
Log:
Tidy up exclusions; exclude engines-download now it is no longer under target

Modified:
    jakarta/bsf/branches/bsf3.x/distribution/src.xml

Modified: jakarta/bsf/branches/bsf3.x/distribution/src.xml
URL: http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/distribution/src.xml?rev=944798&r1=944797&r2=944798&view=diff
==============================================================================
--- jakarta/bsf/branches/bsf3.x/distribution/src.xml (original)
+++ jakarta/bsf/branches/bsf3.x/distribution/src.xml Sun May 16 11:17:25 2010
@@ -51,17 +51,12 @@
                 <include>testing/**/*</include>
             </includes>
             <excludes>
-                <exclude>**/target</exclude>
-                <exclude>**/target/**/*</exclude>
-                <exclude>**/build</exclude>
-                <exclude>**/build/**/*</exclude>
-                <exclude>**/.settings</exclude>
+                <exclude>bsf-engines/engines-download/**</exclude>
+                <exclude>**/target/**</exclude>
+                <exclude>**/build/**</exclude>
+                <exclude>**/.settings/**</exclude>
                 <exclude>**/.classpath</exclude>
                 <exclude>**/.project</exclude>
-                <exclude>**/.wtpmodules</exclude>
-                <exclude>**/*.iml</exclude>
-                <exclude>**/.settings</exclude>
-                <exclude>**/.settings/**/*</exclude>
             </excludes>
         </fileSet>
     </fileSets>



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org