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/10/25 10:55:15 UTC

svn commit: r1026977 - in /tuscany/sca-java-1.x/trunk/tutorials/store/catalog-webapp: ./ build.xml pom.xml

Author: nash
Date: Mon Oct 25 08:55:14 2010
New Revision: 1026977

URL: http://svn.apache.org/viewvc?rev=1026977&view=rev
Log:
Merge r998069 Add build.xml file with generated dependencies

Added:
    tuscany/sca-java-1.x/trunk/tutorials/store/catalog-webapp/build.xml
      - copied unchanged from r998069, tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/catalog-webapp/build.xml
Modified:
    tuscany/sca-java-1.x/trunk/tutorials/store/catalog-webapp/   (props changed)
    tuscany/sca-java-1.x/trunk/tutorials/store/catalog-webapp/pom.xml

Propchange: tuscany/sca-java-1.x/trunk/tutorials/store/catalog-webapp/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Oct 25 08:55:14 2010
@@ -4,15 +4,16 @@ dojo
 *.iws
 *.ipr
 *.iml
-.project
-.classpath
 derby.log
 maven.log
+maven-eclipse.xml
+build-dependency.xml
 velocity.log*
 junit*.properties
 surefire*.properties
+.project
+.classpath
 .settings
 .deployables
 .wtpmodules
 .externalToolBuilders
-build.xml

Modified: tuscany/sca-java-1.x/trunk/tutorials/store/catalog-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/store/catalog-webapp/pom.xml?rev=1026977&r1=1026976&r2=1026977&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/store/catalog-webapp/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/store/catalog-webapp/pom.xml Mon Oct 25 08:55:14 2010
@@ -77,7 +77,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
-                  <exclude>target/**</exclude>
+                  <exclude>build-dependency.xml</exclude>
                   <exclude>webapp/**</exclude>
                   <exclude>target/**</exclude>
               </excludes>
@@ -100,7 +100,8 @@
                     <execution>
                         <configuration>
                             <pathToRootDir>../../..</pathToRootDir>
-                        </configuration>
+                            <buildDependencyFileOnly>true</buildDependencyFileOnly>
+                        </configuration>                    
                         <goals>
                             <goal>generate</goal>
                         </goals>