[346577] Reduce unnecessary definitions in build.properties
diff --git a/plugins/org.eclipse.actf.core/build.properties b/plugins/org.eclipse.actf.core/build.properties
index 75fc45d..56306e5 100644
--- a/plugins/org.eclipse.actf.core/build.properties
+++ b/plugins/org.eclipse.actf.core/build.properties
@@ -1,10 +1,17 @@
+###############################################################################
+# Copyright (c) 2007, 2015 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
-javacSource = 1.5
-javacTarget = 1.5
bin.includes = META-INF/,\
.,\
about.html,\
plugin.properties,\
logging.properties
-jars.compile.order = .
diff --git a/plugins/org.eclipse.actf.model.dom.dombycom/build.properties b/plugins/org.eclipse.actf.model.dom.dombycom/build.properties
index 9fd065b..651f37f 100644
--- a/plugins/org.eclipse.actf.model.dom.dombycom/build.properties
+++ b/plugins/org.eclipse.actf.model.dom.dombycom/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007 IBM Corporation and others.
+# Copyright (c) 2007, 2015 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -12,6 +12,5 @@
about.html,\
plugin.xml,\
.
-jars.compile.order = .
source.. = src/
output.. = bin/
diff --git a/plugins/org.eclipse.actf.model.flash.proxy/build.properties b/plugins/org.eclipse.actf.model.flash.proxy/build.properties
index 9ddc365..af189c7 100644
--- a/plugins/org.eclipse.actf.model.flash.proxy/build.properties
+++ b/plugins/org.eclipse.actf.model.flash.proxy/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007 IBM Corporation and others.
+# Copyright (c) 2007, 2015 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -18,6 +18,5 @@
icons/,\
.,\
templates/
-jars.compile.order = .
source.. = src/
output.. = bin/
diff --git a/plugins/org.eclipse.actf.ui/build.properties b/plugins/org.eclipse.actf.ui/build.properties
index df2a32f..fc643ab 100644
--- a/plugins/org.eclipse.actf.ui/build.properties
+++ b/plugins/org.eclipse.actf.ui/build.properties
@@ -1,7 +1,15 @@
+###############################################################################
+# Copyright (c) 2007, 2015 IBM Corporation and others.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
source.. = src/
output.. = bin/
-javacSource = 1.5
-javacTarget = 1.5
bin.includes = META-INF/,\
.,\
plugin.xml,\