You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2014/10/11 23:25:20 UTC

svn commit: r1631124 - /sling/trunk/tooling/ide/source-bundle/assembly.xml

Author: rombert
Date: Sat Oct 11 21:25:20 2014
New Revision: 1631124

URL: http://svn.apache.org/r1631124
Log:
SLING-3685 - Document and further automate the IDE tooling release process

Updated assembly rules in source-release

Modified:
    sling/trunk/tooling/ide/source-bundle/assembly.xml

Modified: sling/trunk/tooling/ide/source-bundle/assembly.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/ide/source-bundle/assembly.xml?rev=1631124&r1=1631123&r2=1631124&view=diff
==============================================================================
--- sling/trunk/tooling/ide/source-bundle/assembly.xml (original)
+++ sling/trunk/tooling/ide/source-bundle/assembly.xml Sat Oct 11 21:25:20 2014
@@ -30,6 +30,11 @@
             <excludes>
                 <exclude>**/target/**</exclude>
                 <exclude>**/*.jar</exclude>
+                <exclude>**/.project</exclude>
+                <exclude>**/.classpath</exclude>
+                <exclude>**/.settings/**</exclude>
+                <exclude>**/*.class</exclude>
+                <exclude>**/derby.log</exclude>
             </excludes>
         </fileSet>
         <!-- additionally include the required license files -->
@@ -38,4 +43,4 @@
             <outputDirectory></outputDirectory>
         </fileSet>
     </fileSets>
-</assembly>
\ No newline at end of file
+</assembly>