You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2015/10/13 19:14:29 UTC

[7/8] incubator-trafodion git commit: Deleted unneeded protobuf project files and corrected issues from reviews.

Deleted unneeded protobuf project files and corrected issues from reviews.


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

Branch: refs/heads/master
Commit: 2b897a497fb0dcf55b9c6b8ff8ead7850cbc1d39
Parents: 206b9e9
Author: Sandhya Sundaresan <sa...@esgyn.com>
Authored: Mon Oct 12 21:06:28 2015 +0000
Committer: Sandhya Sundaresan <sa...@esgyn.com>
Committed: Mon Oct 12 21:06:28 2015 +0000

----------------------------------------------------------------------
 .rat-excludes                                          |  2 --
 RAT_README.txt                                         |  9 ++++-----
 .../src/seatrans/hbase-trx/hbase-protocol/.classpath   | 12 ------------
 .../sqf/src/seatrans/hbase-trx/hbase-protocol/.project | 13 -------------
 4 files changed, 4 insertions(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/2b897a49/.rat-excludes
----------------------------------------------------------------------
diff --git a/.rat-excludes b/.rat-excludes
index 543a6f3..c17c29f 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -26,8 +26,6 @@ readme*
 README*
 package.exclude
 eclipse.*cproject*
-.classpath*
-.project*
 Hbase_server.skeleton.cpp*
 __init__.py*
 run_me*

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/2b897a49/RAT_README.txt
----------------------------------------------------------------------
diff --git a/RAT_README.txt b/RAT_README.txt
index 8efe8c4..a2c08f0 100644
--- a/RAT_README.txt
+++ b/RAT_README.txt
@@ -1,7 +1,7 @@
 ------------------------------------------------------------------------------
 This readme contains the list of excluded files that don't have apache headers and explanations on why they don't and cannnot have headers 
 To run the RAT report for Trafodion:
-1. Install Apache Rat. Taht will install the needed jar file. 
+1. Install Apache Rat. That will install the needed jar file. 
 2. Use command line:
    java -jar apache-rat-0.11.jar  -E $MY_SQROOT/../../.rat-excludes -d $MY_SQROOT/../.. > <RAT output log file>
 ------------------------------------------------------------------------------
@@ -11,12 +11,11 @@ FILE           :                      NOTES
           
 .gitignore  : File contains pattterns that GIT reads. Cannot have comments 
 .rat-excludes   : This file used by RAT cannot have a comment section 
-package.exclude* : List of files to exclude from packaging - cannot pargse comments.      
+package.exclude* : List of files to exclude from packaging - cannot parse comments.      
 eclipse.*project* : Eclipse related project file
 *.csv     :  Macro file cannot have comments.
-*/hbase-trx/hbase-protocol/* : Copied from Hbse and cannot haveApache copyrights
-*/hbase-trx/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/*      :  Generated from Google protoc compiler and cannot have Apache copyright.
-*.pb.cc    :  Generated from Google protoc compiler and cannot have Apache copyright.
+*/hbase-trx/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/*      :  Generated from google protobuf compiler and cannot have Apache copyright.
+*.pb.cc    :  Generated from google protobuf compiler and cannot have Apache copyright.
 /hbase-trx/src/main/cpp/gen-cpp/Hbase_server.skeleton.cpp : Autogenerated skeleton file copied from hbase cannot have Apache Trafodion copyright.
 hbase-trx/src/main/python/thrift1/gen-py/hbase/__init__.py : Autogenerated python file copied from hbase  cannot have Apache Trafodion copyright.
 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/2b897a49/core/sqf/src/seatrans/hbase-trx/hbase-protocol/.classpath
----------------------------------------------------------------------
diff --git a/core/sqf/src/seatrans/hbase-trx/hbase-protocol/.classpath b/core/sqf/src/seatrans/hbase-trx/hbase-protocol/.classpath
deleted file mode 100755
index 9d21d50..0000000
--- a/core/sqf/src/seatrans/hbase-trx/hbase-protocol/.classpath
+++ /dev/null
@@ -1,12 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main/java" including="**/*.java"/>
-  <classpathentry kind="src" path="target/maven-shared-archive-resources" excluding="**/*.java"/>
-  <classpathentry kind="output" path="target/classes"/>
-  <classpathentry kind="var" path="M2_REPO/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"/>
-  <classpathentry kind="var" path="M2_REPO/junit/junit/4.11/junit-4.11.jar"/>
-  <classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.17/log4j-1.2.17.jar"/>
-  <classpathentry kind="var" path="M2_REPO/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar"/>
-  <classpathentry kind="var" path="M2_REPO/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-</classpath>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/2b897a49/core/sqf/src/seatrans/hbase-trx/hbase-protocol/.project
----------------------------------------------------------------------
diff --git a/core/sqf/src/seatrans/hbase-trx/hbase-protocol/.project b/core/sqf/src/seatrans/hbase-trx/hbase-protocol/.project
deleted file mode 100755
index 5ac2436..0000000
--- a/core/sqf/src/seatrans/hbase-trx/hbase-protocol/.project
+++ /dev/null
@@ -1,13 +0,0 @@
-<projectDescription>
-  <name>hbase-protocol</name>
-  <comment>Protobuf protocol classes used by HBase to communicate. NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
-  <projects/>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-  </natures>
-</projectDescription>
\ No newline at end of file