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/07/31 23:18:58 UTC

[8/10] git commit: removing netapp jars and support from default build (with some other jars)

removing netapp jars and support from default build (with some other jars)


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

Branch: refs/heads/deps-ctrl
Commit: 6784a163fa8dd5ad47312821370f70496026ae22
Parents: 69871d0
Author: David Nalley <da...@gnsa.us>
Authored: Fri Jul 27 21:25:01 2012 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Fri Jul 27 21:25:01 2012 -0400

----------------------------------------------------------------------
 build/build-cloud-plugins.xml |    4 ++--
 build/dldeps.xml              |    4 ++++
 deps/cloud-jasypt-1.8.jar     |  Bin 178961 -> 0 bytes
 deps/cloud-jnetpcap.jar       |  Bin 540571 -> 0 bytes
 deps/cloud-jsch-0.1.42.jar    |  Bin 185746 -> 0 bytes
 deps/cloud-jstl-1.2.jar       |  Bin 414240 -> 0 bytes
 deps/cloud-junit.jar          |  Bin 237047 -> 0 bytes
 deps/cloud-manageontap.jar    |  Bin 55444 -> 0 bytes
 8 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6784a163/build/build-cloud-plugins.xml
----------------------------------------------------------------------
diff --git a/build/build-cloud-plugins.xml b/build/build-cloud-plugins.xml
index 8791c4a..9423e16 100755
--- a/build/build-cloud-plugins.xml
+++ b/build/build-cloud-plugins.xml
@@ -184,9 +184,9 @@
   </path>
 
 
-  <target name="compile-plugins" description="Compile all of the jars corresponding to plugins" depends="compile-utils, compile-api, compile-core, compile-server, compile-hypervisors, compile-deployment-planners, compile-host-allocators, compile-network-elements, compile-user-authenticators, compile-storage-allocators, compile-file-systems "/>
+  <target name="compile-plugins" description="Compile all of the jars corresponding to plugins" depends="compile-utils, compile-api, compile-core, compile-server, compile-hypervisors, compile-deployment-planners, compile-host-allocators, compile-network-elements, compile-user-authenticators, compile-storage-allocators"/>
 
-  <target name="build-plugins" depends="build-hypervisors, build-network-elements, build-deployment-planners, build-host-allocators, build-storage-allocators, build-user-authenticators, build-file-systems" description="Builds all jar's for the plug-in's"/>
+  <target name="build-plugins" depends="build-hypervisors, build-network-elements, build-deployment-planners, build-host-allocators, build-storage-allocators, build-user-authenticators" description="Builds all jar's for the plug-in's"/>
 
   <target name="clean-plugins" description="Clean all of the generated files by the plugins">
       <delete file="${build.log}" />

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6784a163/build/dldeps.xml
----------------------------------------------------------------------
diff --git a/build/dldeps.xml b/build/dldeps.xml
index 410feaa..3b64703 100644
--- a/build/dldeps.xml
+++ b/build/dldeps.xml
@@ -15,6 +15,9 @@
    <get src="http://repo1.maven.org/maven2/javax/mail/mail/1.4/mail-1.4.jar" dest="deps/email-1.4.jar" usetimestamp="true" />
    <get src="http://repo1.maven.org/maven2/com/google/code/gson/gson/1.7.2/gson-1.7.2.jar" dest="deps/gson-1.7.2.jar" usetimestamp="true" />
    <get src="http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcore/4.2.1/httpcore-4.2.1.jar" dest="deps/httpcore-4.2.1.jar" usetimestamp="true" />
+   <get src="http://repo1.maven.org/maven2/org/jasypt/jasypt/1.8/jasypt-1.8.jar" dest="deps/jasypt-1.9.jar" usetimestamp="true" />
+   <get src="http://repo1.maven.org/maven2/com/jcraft/jsch/0.1.42/jsch-0.1.42.jar" dest="deps/jsch-0.1.42.jar" usetimestamp="true" />
+   <get src="http://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar" dest="deps/junit-4.10.jar" usetimestamp="true" />
   </target>
 
   <target name="resolveOptBuildDeps">
@@ -32,6 +35,7 @@
     <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" dest="deps/commons-lang-2.6.jar" usetimestamp="true" />
     <get src="http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar" dest="deps/commons-loggin-1.1.1.jar" usetimestamp="true" />
+    <get src="http://search.maven.org/remotecontent?filepath=jstl/jstl/1.2/jstl-1.2.jar" dest="deps/jstl-1.2.jar" usetimestamp="true" />
   </target>
 
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6784a163/deps/cloud-jasypt-1.8.jar
----------------------------------------------------------------------
diff --git a/deps/cloud-jasypt-1.8.jar b/deps/cloud-jasypt-1.8.jar
deleted file mode 100644
index daaed00..0000000
Binary files a/deps/cloud-jasypt-1.8.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6784a163/deps/cloud-jnetpcap.jar
----------------------------------------------------------------------
diff --git a/deps/cloud-jnetpcap.jar b/deps/cloud-jnetpcap.jar
deleted file mode 100644
index 01b9001..0000000
Binary files a/deps/cloud-jnetpcap.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6784a163/deps/cloud-jsch-0.1.42.jar
----------------------------------------------------------------------
diff --git a/deps/cloud-jsch-0.1.42.jar b/deps/cloud-jsch-0.1.42.jar
deleted file mode 100644
index c65eff0..0000000
Binary files a/deps/cloud-jsch-0.1.42.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6784a163/deps/cloud-jstl-1.2.jar
----------------------------------------------------------------------
diff --git a/deps/cloud-jstl-1.2.jar b/deps/cloud-jstl-1.2.jar
deleted file mode 100644
index 0fd275e..0000000
Binary files a/deps/cloud-jstl-1.2.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6784a163/deps/cloud-junit.jar
----------------------------------------------------------------------
diff --git a/deps/cloud-junit.jar b/deps/cloud-junit.jar
deleted file mode 100644
index 524cd65..0000000
Binary files a/deps/cloud-junit.jar and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/6784a163/deps/cloud-manageontap.jar
----------------------------------------------------------------------
diff --git a/deps/cloud-manageontap.jar b/deps/cloud-manageontap.jar
deleted file mode 100644
index 3f2a671..0000000
Binary files a/deps/cloud-manageontap.jar and /dev/null differ