Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2007-04-25 20:14:47 +0000
committerpfullbright2007-04-25 20:14:47 +0000
commitaa104ed609e52f19bd20b90f841d34dde10497cd (patch)
tree06a37885d10b35004c01ad701f445bb4a7de246a /jpa/plugins/org.eclipse.jpt.db/build.properties
parent5a50ff3aeafeb18e74f2ae005e86953fb4e38ceb (diff)
downloadwebtools.dali-aa104ed609e52f19bd20b90f841d34dde10497cd.tar.gz
webtools.dali-aa104ed609e52f19bd20b90f841d34dde10497cd.tar.xz
webtools.dali-aa104ed609e52f19bd20b90f841d34dde10497cd.zip
renamed
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.db/build.properties')
-rw-r--r--jpa/plugins/org.eclipse.jpt.db/build.properties18
1 files changed, 18 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.db/build.properties b/jpa/plugins/org.eclipse.jpt.db/build.properties
new file mode 100644
index 0000000000..029f55f626
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.db/build.properties
@@ -0,0 +1,18 @@
+###############################################################################
+# Copyright (c) 2006 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/,\
+ plugin.properties
+jars.compile.order = .

Back to the top