HDT-63 : replacing bin with target/classes
diff --git a/org.apache.hdt.core/build.properties b/org.apache.hdt.core/build.properties
index 0483ea8..8ce0ee7 100644
--- a/org.apache.hdt.core/build.properties
+++ b/org.apache.hdt.core/build.properties
@@ -16,11 +16,10 @@
 #
 
 source.. = src/
-output.. = bin/
+output.. = target/classes/
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
                jars/
-src.includes = src/,\
-               schema/,\
+src.includes = schema/,\
                models/
diff --git a/org.apache.hdt.hadoop.release/build.properties b/org.apache.hdt.hadoop.release/build.properties
index 848ab4a..a3476ed 100644
--- a/org.apache.hdt.hadoop.release/build.properties
+++ b/org.apache.hdt.hadoop.release/build.properties
@@ -16,7 +16,7 @@
 #
 
 source.. = src/
-output.. = bin/
+output.. = target/classes/
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
diff --git a/org.apache.hdt.hadoop2.release/build.properties b/org.apache.hdt.hadoop2.release/build.properties
index 848ab4a..a3476ed 100644
--- a/org.apache.hdt.hadoop2.release/build.properties
+++ b/org.apache.hdt.hadoop2.release/build.properties
@@ -16,7 +16,7 @@
 #
 
 source.. = src/
-output.. = bin/
+output.. = target/classes/
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
diff --git a/org.apache.hdt.ui.test/build.properties b/org.apache.hdt.ui.test/build.properties
index ffd758b..4ddf870 100644
--- a/org.apache.hdt.ui.test/build.properties
+++ b/org.apache.hdt.ui.test/build.properties
@@ -15,7 +15,7 @@
 # limitations under the License.
 #
 source.. = src/
-output.. = bin/
+output.. = target/classes/
 bin.includes = META-INF/,\
                .,\
                plugin.xml
diff --git a/org.apache.hdt.ui/build.properties b/org.apache.hdt.ui/build.properties
index 255ec05..6293251 100644
--- a/org.apache.hdt.ui/build.properties
+++ b/org.apache.hdt.ui/build.properties
@@ -16,11 +16,10 @@
 #
 
 source.. = src/
-output.. = bin/
+output.. = target/classes/
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
                ../NOTICE,\
                icons/
 src.includes = ../NOTICE,\
-               src/