You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hdt.apache.org by ad...@apache.org on 2013/04/09 04:17:05 UTC

git commit: HDT-24 Added remaining bundle runtime classpath items so that all hadoop dependencies now resolve

Updated Branches:
  refs/heads/master 149f0cdc2 -> 08e22ecfb


HDT-24 Added remaining bundle runtime classpath items so that all hadoop
dependencies now resolve


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

Branch: refs/heads/master
Commit: 08e22ecfb0b4c6b86c2c23f5b3d02fabcdf363ae
Parents: 149f0cd
Author: adamb <ad...@apache.org>
Authored: Mon Apr 8 21:05:27 2013 -0500
Committer: adamb <ad...@apache.org>
Committed: Mon Apr 8 21:16:00 2013 -0500

----------------------------------------------------------------------
 org.apache.hadoop.eclipse/.classpath           |   25 +++++++++++++++++
 org.apache.hadoop.eclipse/META-INF/MANIFEST.MF |   27 +++++++++++++++++-
 org.apache.hadoop.eclipse/build.properties     |   28 +++++++++++++++++-
 3 files changed, 77 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/08e22ecf/org.apache.hadoop.eclipse/.classpath
----------------------------------------------------------------------
diff --git a/org.apache.hadoop.eclipse/.classpath b/org.apache.hadoop.eclipse/.classpath
index 8a7e996..50e2d2d 100644
--- a/org.apache.hadoop.eclipse/.classpath
+++ b/org.apache.hadoop.eclipse/.classpath
@@ -3,6 +3,31 @@
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
 	<classpathentry exported="true" kind="lib" path="lib/hadoop-core-1.0.4.jar"/>
 	<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
+	<classpathentry kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
+	<classpathentry kind="lib" path="lib/commons-beanutils-core-1.8.0.jar"/>
+	<classpathentry kind="lib" path="lib/commons-cli-1.2.jar"/>
+	<classpathentry kind="lib" path="lib/commons-codec-1.4.jar"/>
+	<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
+	<classpathentry kind="lib" path="lib/commons-configuration-1.6.jar"/>
+	<classpathentry kind="lib" path="lib/commons-digester-1.8.jar"/>
+	<classpathentry kind="lib" path="lib/commons-el-1.0.jar"/>
+	<classpathentry kind="lib" path="lib/commons-httpclient-3.0.1.jar"/>
+	<classpathentry kind="lib" path="lib/commons-lang-2.4.jar"/>
+	<classpathentry kind="lib" path="lib/commons-math-2.1.jar"/>
+	<classpathentry kind="lib" path="lib/commons-net-1.4.1.jar"/>
+	<classpathentry kind="lib" path="lib/core-3.1.1.jar"/>
+	<classpathentry kind="lib" path="lib/hsqldb-1.8.0.10.jar"/>
+	<classpathentry kind="lib" path="lib/jackson-core-asl-1.8.8.jar"/>
+	<classpathentry kind="lib" path="lib/jackson-mapper-asl-1.8.8.jar"/>
+	<classpathentry kind="lib" path="lib/jasper-compiler-5.5.12.jar"/>
+	<classpathentry kind="lib" path="lib/jasper-runtime-5.5.12.jar"/>
+	<classpathentry kind="lib" path="lib/jets3t-0.6.1.jar"/>
+	<classpathentry kind="lib" path="lib/jetty-6.1.26.jar"/>
+	<classpathentry kind="lib" path="lib/jetty-util-6.1.26.jar"/>
+	<classpathentry kind="lib" path="lib/jsp-api-2.1.jar"/>
+	<classpathentry kind="lib" path="lib/kfs-0.2.2.jar"/>
+	<classpathentry kind="lib" path="lib/oro-2.0.8.jar"/>
+	<classpathentry kind="lib" path="lib/servlet-api-2.5-20081211.jar"/>
 	<classpathentry kind="src" output="target/classes" path="src/main/java">
 		<attributes>
 			<attribute name="optional" value="true"/>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/08e22ecf/org.apache.hadoop.eclipse/META-INF/MANIFEST.MF
----------------------------------------------------------------------
diff --git a/org.apache.hadoop.eclipse/META-INF/MANIFEST.MF b/org.apache.hadoop.eclipse/META-INF/MANIFEST.MF
index 1a6ef68..3d00e86 100644
--- a/org.apache.hadoop.eclipse/META-INF/MANIFEST.MF
+++ b/org.apache.hadoop.eclipse/META-INF/MANIFEST.MF
@@ -104,4 +104,29 @@ Export-Package: org.apache.hadoop,
  org.apache.hadoop.util.bloom,
  org.apache.hadoop.util.hash
 Bundle-ClassPath: lib/commons-logging-1.1.1.jar,
- lib/hadoop-core-1.0.4.jar
+ lib/hadoop-core-1.0.4.jar,
+ lib/commons-beanutils-1.7.0.jar,
+ lib/commons-beanutils-core-1.8.0.jar,
+ lib/commons-cli-1.2.jar,
+ lib/commons-codec-1.4.jar,
+ lib/commons-collections-3.2.1.jar,
+ lib/commons-configuration-1.6.jar,
+ lib/commons-digester-1.8.jar,
+ lib/commons-el-1.0.jar,
+ lib/commons-httpclient-3.0.1.jar,
+ lib/commons-lang-2.4.jar,
+ lib/commons-math-2.1.jar,
+ lib/commons-net-1.4.1.jar,
+ lib/core-3.1.1.jar,
+ lib/hsqldb-1.8.0.10.jar,
+ lib/jackson-core-asl-1.8.8.jar,
+ lib/jackson-mapper-asl-1.8.8.jar,
+ lib/jasper-compiler-5.5.12.jar,
+ lib/jasper-runtime-5.5.12.jar,
+ lib/jets3t-0.6.1.jar,
+ lib/jetty-6.1.26.jar,
+ lib/jetty-util-6.1.26.jar,
+ lib/jsp-api-2.1.jar,
+ lib/kfs-0.2.2.jar,
+ lib/oro-2.0.8.jar,
+ lib/servlet-api-2.5-20081211.jar

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/08e22ecf/org.apache.hadoop.eclipse/build.properties
----------------------------------------------------------------------
diff --git a/org.apache.hadoop.eclipse/build.properties b/org.apache.hadoop.eclipse/build.properties
index bcaa25d..b7cfd94 100644
--- a/org.apache.hadoop.eclipse/build.properties
+++ b/org.apache.hadoop.eclipse/build.properties
@@ -1,4 +1,28 @@
 output.. = bin/
 bin.includes = META-INF/,\
-               lib/hadoop-core-1.0.4.jar,\
-               lib/commons-logging-1.1.1.jar
+               lib/,\
+               lib/commons-beanutils-1.7.0.jar,\
+               lib/commons-beanutils-core-1.8.0.jar,\
+               lib/commons-cli-1.2.jar,\
+               lib/commons-codec-1.4.jar,\
+               lib/commons-collections-3.2.1.jar,\
+               lib/commons-configuration-1.6.jar,\
+               lib/commons-digester-1.8.jar,\
+               lib/commons-el-1.0.jar,\
+               lib/commons-httpclient-3.0.1.jar,\
+               lib/commons-lang-2.4.jar,\
+               lib/commons-math-2.1.jar,\
+               lib/commons-net-1.4.1.jar,\
+               lib/core-3.1.1.jar,\
+               lib/hsqldb-1.8.0.10.jar,\
+               lib/jackson-core-asl-1.8.8.jar,\
+               lib/jackson-mapper-asl-1.8.8.jar,\
+               lib/jasper-compiler-5.5.12.jar,\
+               lib/jasper-runtime-5.5.12.jar,\
+               lib/jets3t-0.6.1.jar,\
+               lib/jetty-6.1.26.jar,\
+               lib/jetty-util-6.1.26.jar,\
+               lib/jsp-api-2.1.jar,\
+               lib/kfs-0.2.2.jar,\
+               lib/oro-2.0.8.jar,\
+               lib/servlet-api-2.5-20081211.jar