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/17 10:50:52 UTC

svn commit: r998020 - in /tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/store-webapp: ./ pom.xml

Author: nash
Date: Fri Sep 17 08:50:52 2010
New Revision: 998020

URL: http://svn.apache.org/viewvc?rev=998020&view=rev
Log:
Generate build.xml instead of build-dependency.xml

Modified:
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/store-webapp/   (props changed)
    tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/store-webapp/pom.xml

Propchange: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/store-webapp/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Fri Sep 17 08:50:52 2010
@@ -7,7 +7,7 @@ dojo
 derby.log
 maven.log
 maven-eclipse.xml
-build-dependency.xml
+build.xml
 velocity.log*
 junit*.properties
 surefire*.properties

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/store-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/store-webapp/pom.xml?rev=998020&r1=998019&r2=998020&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/store-webapp/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/samples/store-webapp/pom.xml Fri Sep 17 08:50:52 2010
@@ -110,9 +110,6 @@
                 <version>1.6.1-SNAPSHOT</version>
                 <executions>
                     <execution>
-                        <configuration>
-                            <buildDependencyFileOnly>true</buildDependencyFileOnly>
-                        </configuration>                    
                         <goals>
                             <goal>generate</goal>
                         </goals>