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 11:18:00 UTC

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

Author: nash
Date: Mon Oct 25 09:17:56 2010
New Revision: 1026989

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

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

Propchange: tuscany/sca-java-1.x/trunk/tutorials/store/catalog-mediation/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Oct 25 09:17:56 2010
@@ -1,17 +1,19 @@
 target
+work
+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
-build.xml
-work
-derby.log
-
+.externalToolBuilders

Modified: tuscany/sca-java-1.x/trunk/tutorials/store/catalog-mediation/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/store/catalog-mediation/pom.xml?rev=1026989&r1=1026988&r2=1026989&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/store/catalog-mediation/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/store/catalog-mediation/pom.xml Mon Oct 25 09:17:56 2010
@@ -67,6 +67,7 @@
                   <exclude>**/.*/**</exclude>
                   <exclude>pom.xml</exclude>
                   <exclude>build.xml</exclude>
+                  <exclude>build-dependency.xml</exclude>
                   <exclude>target/**</exclude>
               </excludes>
           </resource>
@@ -81,6 +82,7 @@
                     <execution>
                         <configuration>
                             <pathToRootDir>../../..</pathToRootDir>
+                            <buildDependencyFileOnly>true</buildDependencyFileOnly>
                         </configuration>
                         <goals>
                             <goal>generate</goal>