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/03/08 20:41:10 UTC

[1/4] git commit: udpate site added

udpate site added

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

Branch: refs/heads/master
Commit: 2d29c95a12f351349df6bd7d3a97b82eb0dd3971
Parents: d14d68a
Author: adamb <ad...@apache.org>
Authored: Tue Mar 5 23:31:37 2013 -0600
Committer: adamb <ad...@apache.org>
Committed: Tue Mar 5 23:31:37 2013 -0600

----------------------------------------------------------------------
 org.apache.hdt.update/.project                     |   23 +++++++++
 .../.settings/org.eclipse.m2e.core.prefs           |    4 ++
 org.apache.hdt.update/pom.xml                      |   17 +++++++
 org.apache.hdt.update/site.xml                     |    3 +
 pom.xml                                            |   38 +++++++++++++++
 5 files changed, 85 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2d29c95a/org.apache.hdt.update/.project
----------------------------------------------------------------------
diff --git a/org.apache.hdt.update/.project b/org.apache.hdt.update/.project
new file mode 100644
index 0000000..3208bc3
--- /dev/null
+++ b/org.apache.hdt.update/.project
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.apache.hdt.update</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.UpdateSiteBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.m2e.core.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
+		<nature>org.eclipse.pde.UpdateSiteNature</nature>
+	</natures>
+</projectDescription>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2d29c95a/org.apache.hdt.update/.settings/org.eclipse.m2e.core.prefs
----------------------------------------------------------------------
diff --git a/org.apache.hdt.update/.settings/org.eclipse.m2e.core.prefs b/org.apache.hdt.update/.settings/org.eclipse.m2e.core.prefs
new file mode 100644
index 0000000..f897a7f
--- /dev/null
+++ b/org.apache.hdt.update/.settings/org.eclipse.m2e.core.prefs
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2d29c95a/org.apache.hdt.update/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.update/pom.xml b/org.apache.hdt.update/pom.xml
new file mode 100644
index 0000000..bae4b3e
--- /dev/null
+++ b/org.apache.hdt.update/pom.xml
@@ -0,0 +1,17 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  
+    <parent>
+    <relativePath>../pom.xml</relativePath>
+    <groupId>org.apache.hdt</groupId>
+    <artifactId>hdt.master</artifactId>
+    <version>0.0.1-SNAPSHOT</version>
+  </parent>
+  
+  <groupId>org.apache.hdt</groupId>
+  <artifactId>hdt.update</artifactId>
+  <version>0.0.1-SNAPSHOT</version>
+  <packaging>eclipse-repository</packaging>
+  <name>Apache Hadoop Development Tools</name>
+  <description>Update site for Apache HDT</description>
+</project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2d29c95a/org.apache.hdt.update/site.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.update/site.xml b/org.apache.hdt.update/site.xml
new file mode 100644
index 0000000..8c5965b
--- /dev/null
+++ b/org.apache.hdt.update/site.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<site>
+</site>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/2d29c95a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..0706bb6
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,38 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.yahoo</groupId>
+  <artifactId>eclipse.mechanic.master</artifactId>
+  <version>0.0.1</version>
+  <packaging>pom</packaging>
+  <name>Yahoo! Hadoop Eclipse Mechanic</name>
+  <description>Configuration for Eclipse for Hadoop development at Yahoo!</description>
+  <modules>
+  	<module>com.yahoo.eclipse.mechanic</module>
+  	<module>com.yahoo.eclipse.mechanic.ui</module>
+	<module>com.yahoo.eclipse.mechanic.update</module>
+  </modules>
+
+  <properties>
+    <tycho-version>0.16.0</tycho-version>
+  </properties>
+
+  <repositories>
+    <repository>
+      <id>indigo</id>
+      <layout>p2</layout>
+      <url>http://download.eclipse.org/releases/indigo</url>
+    </repository>
+  </repositories>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.eclipse.tycho</groupId>
+        <artifactId>tycho-maven-plugin</artifactId>
+        <version>${tycho-version}</version>
+        <extensions>true</extensions>
+      </plugin>
+
+    </plugins>
+  </build>
+</project>
\ No newline at end of file