Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.jaxb.ui/build.properties')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.ui/build.properties21
1 files changed, 21 insertions, 0 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.ui/build.properties b/jaxb/plugins/org.eclipse.jpt.jaxb.ui/build.properties
new file mode 100644
index 0000000000..b2eea6d8ff
--- /dev/null
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.ui/build.properties
@@ -0,0 +1,21 @@
+################################################################################
+# Copyright (c) 2010 Oracle. 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:
+# Oracle - initial API and implementation
+################################################################################
+javacSource = 1.5
+javacTarget = 1.5
+source.. = src/,\
+ property_files/
+output.. = bin/
+bin.includes = .,\
+ META-INF/,\
+ about.html,\
+ icons/,\
+ plugin.xml,\
+ plugin.properties
+jars.compile.order = .

Back to the top