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 16:32:30 UTC

svn commit: r1027140 - in /tuscany/sca-java-1.x/trunk/samples/simple-bigbank-spring: build-dojo.xml pom.xml

Author: nash
Date: Mon Oct 25 14:32:29 2010
New Revision: 1027140

URL: http://svn.apache.org/viewvc?rev=1027140&view=rev
Log:
Merge r1000868 Remove unused dojo dependency

Removed:
    tuscany/sca-java-1.x/trunk/samples/simple-bigbank-spring/build-dojo.xml
Modified:
    tuscany/sca-java-1.x/trunk/samples/simple-bigbank-spring/pom.xml

Modified: tuscany/sca-java-1.x/trunk/samples/simple-bigbank-spring/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/samples/simple-bigbank-spring/pom.xml?rev=1027140&r1=1027139&r2=1027140&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/samples/simple-bigbank-spring/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/samples/simple-bigbank-spring/pom.xml Mon Oct 25 14:32:29 2010
@@ -214,13 +214,6 @@
         </dependency>
 
         <dependency>
-            <groupId>org.dojotoolkit</groupId>
-            <artifactId>dojo</artifactId>
-            <version>1.3.0</version>
-            <type>zip</type>
-        </dependency>        
-
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.5</version>
@@ -230,54 +223,7 @@
     </dependencies>
 
     <build>
-            <finalName>${artifactId}</finalName>
-            <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                    
-                <dependencies>
-                    <dependency>
-                        <groupId>ant</groupId>
-                        <artifactId>ant-trax</artifactId>
-                        <version>1.6.5</version>
-                    </dependency>
-                </dependencies>
-                
-                <executions>
-                    <execution>
-                        <id>copy-dojo-files</id>
-                        <phase>generate-resources</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <tasks>
-                                <ant antfile="./build-dojo.xml" target="unpack-dojo-files">
-                                    <property name="localRepository" value="${settings.localRepository}"/>
-                                    <property name="artifactId" value="${artifactId}"/>
-                                </ant>
-                            </tasks>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>clean-dojo-files</id>
-                        <phase>clean</phase>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                        <configuration>
-                            <tasks>
-                                <ant antfile="./build-dojo.xml" target="clean-dojo-files">
-                                    <property name="localRepository" value="${settings.localRepository}"/>
-                                    <property name="artifactId" value="${artifactId}"/>
-                                </ant>
-                            </tasks>
-                        </configuration>
-                    </execution>
-                </executions>
-                </plugin>            
-                </plugins>
+        <finalName>${artifactId}</finalName>
     </build>
 
 </project>