You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hdt.apache.org by rs...@apache.org on 2014/06/26 10:36:45 UTC

[22/27] git commit: - Adding version numbers to pom - some readme instructions

- Adding version numbers to pom
- some readme instructions


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

Branch: refs/heads/hadoop-eclipse-merge
Commit: 4cd0302f826a7accce32337e3735ec689832bbb9
Parents: bbc139a
Author: Rahul Sharma <rs...@apache.org>
Authored: Wed Jun 25 14:59:44 2014 +0530
Committer: Rahul Sharma <rs...@apache.org>
Committed: Wed Jun 25 14:59:44 2014 +0530

----------------------------------------------------------------------
 NOTICE                                 |  2 +-
 README.txt                             | 19 ++++++++++++++++++-
 org.apache.hdt.hadoop.release/pom.xml  |  7 -------
 org.apache.hdt.hadoop2.release/pom.xml |  7 -------
 org.apache.hdt.ui.test/pom.xml         |  1 +
 pom.xml                                |  9 ++++++++-
 6 files changed, 28 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/4cd0302f/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 507b766..bea83bd 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Hadoop Development Tools
-Copyright 2013 The Apache Software Foundation
+Copyright 2014 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/4cd0302f/README.txt
----------------------------------------------------------------------
diff --git a/README.txt b/README.txt
index 38e8bf9..8366cc0 100644
--- a/README.txt
+++ b/README.txt
@@ -1,3 +1,20 @@
+Welcome to Apache Hadoop Development Tools!
+===========================================
+The Hadoop Development Tools (HDT) is a set of plugins for the Eclipse IDE for developing against the Hadoop platform.
+For more information please see the website:
+
+  http://hdt.incubator.apache.org/
+
 This is the repository for the Apache Hadoop Development Tools project, currently a podling at the Apache incubator.
 
-http://hdt.incubator.apache.org/
\ No newline at end of file
+
+Building the Source Code
+------------------------
+
+We recommend Maven 3 and JDK 6 for building Crunch. To build the project run the following Maven command:
+
+  mvn clean install
+
+Default Perm Gem size may not be sufficient for the plugin to work. Plese increase it to 128M by setting JAVA_OPTS/MAVEN_OPTS. 
+
+

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/4cd0302f/org.apache.hdt.hadoop.release/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.hadoop.release/pom.xml b/org.apache.hdt.hadoop.release/pom.xml
index fa65ec3..8f10f85 100644
--- a/org.apache.hdt.hadoop.release/pom.xml
+++ b/org.apache.hdt.hadoop.release/pom.xml
@@ -55,13 +55,6 @@ under the License.
               <overWriteIfNewer>true</overWriteIfNewer>
             </configuration>
           </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.8</version>
-        <executions>
           <execution>
             <id>copy</id>
             <phase>initialize</phase>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/4cd0302f/org.apache.hdt.hadoop2.release/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.hadoop2.release/pom.xml b/org.apache.hdt.hadoop2.release/pom.xml
index 249ad6e..8625bae 100644
--- a/org.apache.hdt.hadoop2.release/pom.xml
+++ b/org.apache.hdt.hadoop2.release/pom.xml
@@ -72,13 +72,6 @@ under the License.
               <overWriteIfNewer>true</overWriteIfNewer>
             </configuration>
           </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.8</version>
-        <executions>
           <execution>
             <id>copy</id>
             <phase>initialize</phase>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/4cd0302f/org.apache.hdt.ui.test/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.hdt.ui.test/pom.xml b/org.apache.hdt.ui.test/pom.xml
index b029539..210dd79 100644
--- a/org.apache.hdt.ui.test/pom.xml
+++ b/org.apache.hdt.ui.test/pom.xml
@@ -37,6 +37,7 @@ under the License.
       <plugin>
         <groupId>org.eclipse.tycho</groupId>
         <artifactId>tycho-surefire-plugin</artifactId>
+	<version>${tycho-version}</version>
       </plugin>
     </plugins>
   </build>

http://git-wip-us.apache.org/repos/asf/incubator-hdt/blob/4cd0302f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4005645..107a28b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,13 @@ under the License.
         <version>${tycho-version}</version>
         <configuration>
           <pomDependencies>consider</pomDependencies>
+	  <environments>
+            <environment>
+	      <os>linux</os>
+              <ws>gtk</ws>
+              <arch>x86_64</arch>
+            </environment>
+          </environments>
         </configuration>
       </plugin>
      
@@ -207,7 +214,7 @@ under the License.
             </archive>
           </configuration>
         </plugin>
-          <plugin>
+        <plugin>
           <groupId>org.eclipse.tycho</groupId>
           <artifactId>tycho-versions-plugin</artifactId>
           <version>${tycho-version}</version>