You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/09/24 16:13:33 UTC

svn commit: r1000878 - in /tuscany/sca-java-1.x/branches/sca-java-1.6.1: demos/alert-aggregator-webapp/ demos/bigbank/ modules/web-javascript-dojo/ samples/customer-dojo-webapp/ samples/customer-dojo/ samples/helloworld-dojo-webapp/

Author: nash
Date: Fri Sep 24 14:13:32 2010
New Revision: 1000878

URL: http://svn.apache.org/viewvc?rev=1000878&view=rev
Log:
Delete temporary dojo directory after maven packaging

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/alert-aggregator-webapp/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/modules/web-javascript-dojo/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo-webapp/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo/pom.xml
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/pom.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/alert-aggregator-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/alert-aggregator-webapp/pom.xml?rev=1000878&r1=1000877&r2=1000878&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/alert-aggregator-webapp/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/alert-aggregator-webapp/pom.xml Fri Sep 24 14:13:32 2010
@@ -239,7 +239,7 @@
                     </execution>
                     <execution>
                         <id>clean-dojo-files</id>
-                        <phase>clean</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/pom.xml?rev=1000878&r1=1000877&r2=1000878&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/demos/bigbank/pom.xml Fri Sep 24 14:13:32 2010
@@ -173,7 +173,7 @@
                     </execution>
                     <execution>
                         <id>clean-dojo-files</id>
-                        <phase>clean</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/modules/web-javascript-dojo/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/modules/web-javascript-dojo/pom.xml?rev=1000878&r1=1000877&r2=1000878&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/modules/web-javascript-dojo/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/modules/web-javascript-dojo/pom.xml Fri Sep 24 14:13:32 2010
@@ -97,7 +97,7 @@
                     </execution>
                     <execution>
                         <id>clean-dojo-files</id>
-                        <phase>clean</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo-webapp/pom.xml?rev=1000878&r1=1000877&r2=1000878&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo-webapp/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo-webapp/pom.xml Fri Sep 24 14:13:32 2010
@@ -135,7 +135,7 @@
                     </execution>
                     <execution>
                         <id>clean-dojo-files</id>
-                        <phase>clean</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo/pom.xml?rev=1000878&r1=1000877&r2=1000878&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/customer-dojo/pom.xml Fri Sep 24 14:13:32 2010
@@ -154,7 +154,7 @@
                     </execution>
                     <execution>
                         <id>clean-dojo-files</id>
-                        <phase>clean</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/pom.xml?rev=1000878&r1=1000877&r2=1000878&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/pom.xml Fri Sep 24 14:13:32 2010
@@ -121,7 +121,7 @@
                     </execution>
                     <execution>
                         <id>clean-dojo-files</id>
-                        <phase>clean</phase>
+                        <phase>package</phase>
                         <goals>
                             <goal>run</goal>
                         </goals>