Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpfullbright2007-04-25 20:43:59 +0000
committerpfullbright2007-04-25 20:43:59 +0000
commite0d72e09133326de640470b8ceb90238b5948984 (patch)
tree6327ea5f3d10873e56906e642427a955d637530f /jpa/tests/org.eclipse.jpt.core.tests/build.properties
parentfb5519ce98bfc917d4f3eec2668a3c74f07f49eb (diff)
downloadwebtools.dali-e0d72e09133326de640470b8ceb90238b5948984.tar.gz
webtools.dali-e0d72e09133326de640470b8ceb90238b5948984.tar.xz
webtools.dali-e0d72e09133326de640470b8ceb90238b5948984.zip
renamed
Diffstat (limited to 'jpa/tests/org.eclipse.jpt.core.tests/build.properties')
-rw-r--r--jpa/tests/org.eclipse.jpt.core.tests/build.properties16
1 files changed, 16 insertions, 0 deletions
diff --git a/jpa/tests/org.eclipse.jpt.core.tests/build.properties b/jpa/tests/org.eclipse.jpt.core.tests/build.properties
new file mode 100644
index 0000000000..6b79e8c08b
--- /dev/null
+++ b/jpa/tests/org.eclipse.jpt.core.tests/build.properties
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2006, 2007 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
+bin.includes = .,\
+ META-INF/,\
+ test.xml,\
+ plugin.properties
+source.. = src/
+output.. = bin/

Back to the top