You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2012/08/09 21:03:18 UTC

[6/26] git commit: some additional shuffling fo deps

some additional shuffling fo deps


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e4322ae9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e4322ae9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e4322ae9

Branch: refs/heads/deps-ctrl
Commit: e4322ae987a975d1414f2de88f8b4cceaa85a5fe
Parents: c5d9e38
Author: David Nalley <da...@gnsa.us>
Authored: Wed Aug 8 15:38:27 2012 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Wed Aug 8 15:38:27 2012 -0400

----------------------------------------------------------------------
 build/dldeps.xml |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e4322ae9/build/dldeps.xml
----------------------------------------------------------------------
diff --git a/build/dldeps.xml b/build/dldeps.xml
index 5f3cb1f..58930df 100644
--- a/build/dldeps.xml
+++ b/build/dldeps.xml
@@ -45,11 +45,24 @@
       dest="deps/jetty-6.1.26.jar" usetimestamp="true" />
    <get src="http://repo1.maven.org/maven2/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar"
       dest="deps/jetty-util-6.1.26.jar" usetimestamp="true" />
+    <get src="http://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar" 
+      dest="deps/commons-codec-1.6.jar" usetimestamp="true" />
+   <get src="http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar" 
+      dest="deps/commons-collections-3.2.1.jar" usetimestamp="true" />
+   <get src="http://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar" 
+      dest="deps/commons-lang-2.6.jar" usetimestamp="true" />
+    <get src="http://repo1.maven.org/maven2/org/apache/tomcat/servlet-api/6.0.35/servlet-api-6.0.35.jar" 
+      dest="deps/servlet-api-6.0.35.jar" usetimestamp="true" />
 <!--############# AWS STUFF BELOW THIS LINE ####################-->
    <get src="http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-api/1.2.8/axiom-api-1.2.8.jar" 
       dest="deps/awsapi-lib/axiom-api-1.2.8.jar" usetimestamp="true" />
    <get src="http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-impl/1.2.8/axiom-impl-1.2.8.jar"
       dest="deps/awsapi-lib/axiom-impl-1.2.8.jar" usetimestamp="true" />  
+   <get src="http://repo1.maven.org/maven2/org/apache/axis2/axis2/1.5.1/axis2-1.5.1.jar"
+      dest="deps/awsapi-lib/axis2-1.5.1.jar" usetimestamp="true" />
+   <get src="http://central.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.46/bcprov-jdk15on-1.46.jar" 
+      dest="deps/bcprov-jdk15on-1.46.jar" usetimestamp="true" />
+
 
   </target>
 
@@ -67,10 +80,6 @@
       dest="deps/apache-log4j-extras-1.1.jar" usetimestamp="true" />
     <get src="http://central.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.46/bcprov-jdk15on-1.46.jar" 
       dest="deps/bcprov-jdk15on-1.46.jar" usetimestamp="true" />
-    <get src="http://repo1.maven.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar" 
-      dest="deps/commons-codec-1.6.jar" usetimestamp="true" />
-    <get src="http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar" 
-      dest="deps/commons-collections-3.2.1.jar" usetimestamp="true" />
     <get src="http://repo1.maven.org/maven2/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar" 
       dest="deps/common-discovery-0.5.jar" usetimestamp="true" />
     <get src="http://repo1.maven.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar" 
@@ -87,6 +96,7 @@
       dest="deps/wsdl4j-1.6.2.jar" usetimestamp="true" />
     <get src="http://repo1.maven.org/maven2/commons-configuration/commons-configuration/1.8/commons-configuration-1.8.jar"
       dest="deps/commons-configuration-1.8.jar" usetimestamp="true" />
+
     <!-- AWS runtime deps below -->
     <mkdir dir="deps/awsapi-lib" />
     <get src="http://mirrors.ibiblio.org/pub/mirrors/maven/antlr/jars/antlr-2.7.6.jar"