summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-12-02 22:33:53 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-12-02 22:33:53 +0000
commit954ac679a11ce6003d5e616e8726be51efedc3e8 (patch)
treeab455bac5bfc4b1e43619b3bbb7ea7da149730d4 /sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml
parent3adc643712cf7b76e1a0edbadb8a7d646e300c8f (diff)
Couple more updates to the script that install dojo into the web-javascript-dojo module
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886329 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml')
-rw-r--r--sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml b/sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml
index 8a339cc2e7..6ca00cb3f2 100644
--- a/sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml
+++ b/sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml
@@ -46,6 +46,7 @@
<groupId>org.dojotoolkit</groupId>
<artifactId>dojo</artifactId>
<version>1.3.0</version>
+ <type>zip</type>
</dependency>
<dependency>
@@ -71,20 +72,6 @@
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
- <id>install-dojo</id>
- <phase>validate</phase>
- <goals>
- <goal>run</goal>
- </goals>
- <configuration>
- <tasks>
- <ant antfile="./build-dojo.xml" target="install-dojo">
- <property name="localRepository" value="${settings.localRepository}"/>
- </ant>
- </tasks>
- </configuration>
- </execution>
- <execution>
<id>copy-dojo-files</id>
<phase>generate-resources</phase>
<goals>