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/02/04 19:14:27 UTC

git commit: hdt feature for install and building

Updated Branches:
  refs/heads/master aafad64e1 -> 8fc12b99f


hdt feature for install and building

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

Branch: refs/heads/master
Commit: 8fc12b99f23424128d5fcadda3a7adf852f11511
Parents: aafad64
Author: adamb <ad...@apache.org>
Authored: Mon Feb 4 12:14:10 2013 -0600
Committer: adamb <ad...@apache.org>
Committed: Mon Feb 4 12:14:10 2013 -0600

----------------------------------------------------------------------
 org.apache.hdt/.project         |   17 ++++++++
 org.apache.hdt/build.properties |    1 +
 org.apache.hdt/feature.xml      |   75 ++++++++++++++++++++++++++++++++++
 3 files changed, 93 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/8fc12b99/org.apache.hdt/.project
----------------------------------------------------------------------
diff --git a/org.apache.hdt/.project b/org.apache.hdt/.project
new file mode 100644
index 0000000..3c2591d
--- /dev/null
+++ b/org.apache.hdt/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.apache.hdt</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/8fc12b99/org.apache.hdt/build.properties
----------------------------------------------------------------------
diff --git a/org.apache.hdt/build.properties b/org.apache.hdt/build.properties
new file mode 100644
index 0000000..64f93a9
--- /dev/null
+++ b/org.apache.hdt/build.properties
@@ -0,0 +1 @@
+bin.includes = feature.xml

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/8fc12b99/org.apache.hdt/feature.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt/feature.xml b/org.apache.hdt/feature.xml
new file mode 100644
index 0000000..8e799ca
--- /dev/null
+++ b/org.apache.hdt/feature.xml
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.apache.hdt"
+      label="Hadoop Development Tools"
+      version="0.0.0.qualifier"
+      provider-name="Apache Software Foundation">
+
+   <description url="http://www.example.com/description">
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <plugin
+         id="org.apache.hadoop.eclipse"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+   <plugin
+         id="org.apache.hdt.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.hdt.debug.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.hdt.debug.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.hdt.dfs.core"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.hdt.dfs.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.hdt.help"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.hdt.ui"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>