You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/03/25 08:31:13 UTC

svn commit: r640725 - in /incubator/tuscany/branches/sca-java-1.2: distribution/src/main/assembly/bin.xml samples/helloworld-bpel/build.xml

Author: lresende
Date: Tue Mar 25 00:31:12 2008
New Revision: 640725

URL: http://svn.apache.org/viewvc?rev=640725&view=rev
Log:
TUSCANY-1994 - Tweaking the build.xml to not generate the sample jar as a temporary fix for 1.2 release

Modified:
    incubator/tuscany/branches/sca-java-1.2/distribution/src/main/assembly/bin.xml
    incubator/tuscany/branches/sca-java-1.2/samples/helloworld-bpel/build.xml

Modified: incubator/tuscany/branches/sca-java-1.2/distribution/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/distribution/src/main/assembly/bin.xml?rev=640725&r1=640724&r2=640725&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/distribution/src/main/assembly/bin.xml (original)
+++ incubator/tuscany/branches/sca-java-1.2/distribution/src/main/assembly/bin.xml Tue Mar 25 00:31:12 2008
@@ -109,6 +109,8 @@
                 <exclude>domain-webapp/**/*</exclude>
                 <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp</exclude>
                 <exclude>feed-aggregator-webapp/target/sample-feed-aggregator-webapp/**/*</exclude>
+                <exclude>helloworld-bpel/target</exclude>
+                <exclude>helloworld-bpel/target/**/*</exclude>
                 <exclude>helloworld-dojo-webapp/src/main/webapp/dojo</exclude>
                 <exclude>helloworld-dojo-webapp/src/main/webapp/dojo/**/*</exclude>
                 <exclude>helloworld-dojo-webapp/target/sample-helloworld-dojo-webapp</exclude>

Modified: incubator/tuscany/branches/sca-java-1.2/samples/helloworld-bpel/build.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-1.2/samples/helloworld-bpel/build.xml?rev=640725&r1=640724&r2=640725&view=diff
==============================================================================
--- incubator/tuscany/branches/sca-java-1.2/samples/helloworld-bpel/build.xml (original)
+++ incubator/tuscany/branches/sca-java-1.2/samples/helloworld-bpel/build.xml Tue Mar 25 00:31:12 2008
@@ -67,11 +67,11 @@
         <copy todir="target/classes">
             <fileset dir="src/main/resources"/>
         </copy>
-        <jar destfile="target/${test.jar}" basedir="target/classes">
+        <!--jar destfile="target/${test.jar}" basedir="target/classes">
             <manifest>
                 <attribute name="Main-Class" value="${test.class}" /> 
             </manifest>
-        </jar>
+        </jar-->
     </target>
 
     <target name="run">



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