Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2011-02-25 20:46:36 +0000
committerpfullbright2011-02-25 20:46:36 +0000
commit5c2c8b97caca2250a85476095c6c9fa2be88f8a4 (patch)
treef366c4674d1c3347b846b9b230cc0c434eb94aa5 /jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui/build.properties
parent80617f83784aa681fe4086db5ba05fdba32c2a05 (diff)
downloadwebtools.dali-5c2c8b97caca2250a85476095c6c9fa2be88f8a4.tar.gz
webtools.dali-5c2c8b97caca2250a85476095c6c9fa2be88f8a4.tar.xz
webtools.dali-5c2c8b97caca2250a85476095c6c9fa2be88f8a4.zip
added jaxb eclipselink core/ui plugins
Diffstat (limited to 'jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui/build.properties')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui/build.properties19
1 files changed, 19 insertions, 0 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui/build.properties b/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui/build.properties
new file mode 100644
index 0000000000..61f33554fb
--- /dev/null
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.eclipselink.ui/build.properties
@@ -0,0 +1,19 @@
+################################################################################
+# Copyright (c) 2011 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/
+output.. = bin/
+bin.includes = .,\
+ META-INF/,\
+ about.html,\
+ plugin.xml,\
+ plugin.properties
+jars.compile.order = .

Back to the top