You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2008/03/26 05:19:11 UTC

svn commit: r641141 - /incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml

Author: jsdelfino
Date: Tue Mar 25 21:19:10 2008
New Revision: 641141

URL: http://svn.apache.org/viewvc?rev=641141&view=rev
Log:
Merged changes from the 1.2 branch to include the tutorial in the distribution. Fixed exclude statements for the catalog-webapp module.

Modified:
    incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml

Modified: incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml?rev=641141&r1=641140&r2=641141&view=diff
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml (original)
+++ incubator/tuscany/java/sca/distribution/src/main/assembly/bin.xml Tue Mar 25 21:19:10 2008
@@ -231,6 +231,38 @@
                 <exclude>target/**/*</exclude>
             </excludes>
         </fileSet>
+        <!-- Add all the tutorials to the tutorials directory -->
+        <fileSet>
+            <directory>../tutorial</directory>
+
+            <outputDirectory>tuscany-sca-${tuscany.version}/tutorial</outputDirectory>
+            <includes>
+                <include>**/*</include>
+            </includes>
+            <excludes>
+                <exclude>*/.classpath</exclude>
+                <exclude>*/.project</exclude>
+                <exclude>*/.settings</exclude>
+                <exclude>*/.settings/**/*</exclude>
+                <exclude>*/work</exclude>
+                <exclude>*/work/**/*</exclude>
+                <exclude>*/target/classes</exclude>
+                <exclude>*/target/classes/**/*</exclude>
+                <exclude>*/target/test-classes</exclude>
+                <exclude>*/target/test-classes/**/*</exclude>
+                <exclude>*/target/surefire-reports</exclude>
+                <exclude>*/target/surefire-reports/**/*</exclude>
+                <exclude>*/**/derby.log</exclude>
+                <exclude>*/**/*.svg</exclude>
+                <exclude>*/**/*.ruleset</exclude>
+                <exclude>target</exclude>
+                <exclude>target/**/*</exclude>
+                <exclude>catalog-webapp/target/war</exclude>
+                <exclude>catalog-webapp/target/war/**/*</exclude>
+                <exclude>catalog-webapp/target/tutorial-catalog-webapp</exclude>
+                <exclude>catalog-webapp/target/tutorial-catalog-webapp/**/*</exclude>
+            </excludes>
+        </fileSet>
         <!-- Add the generated tuscany manifest classpath jar to the lib directory -->
         <fileSet>
             <directory>manifest/target</directory>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org