Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Hauge2012-09-25 22:02:07 +0000
committerNeil Hauge2012-09-25 22:02:07 +0000
commit6a2ebd5a3b325ee399dbfaf7b46e2c18e6ddd9a7 (patch)
tree97a4774497d0aceb190b93ef3bde885ff5d50f68 /jpa/plugins/org.eclipse.jpt.ui/build.properties
parentb747981e5ec6615112f2867bb4ae94949d7ba75a (diff)
downloadwebtools.dali-6a2ebd5a3b325ee399dbfaf7b46e2c18e6ddd9a7.tar.gz
webtools.dali-6a2ebd5a3b325ee399dbfaf7b46e2c18e6ddd9a7.tar.xz
webtools.dali-6a2ebd5a3b325ee399dbfaf7b46e2c18e6ddd9a7.zip
377064 - Add org.eclipse.jpt.ui to 2.3.5 patches stream to fix notedv201209252200
bug.
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.ui/build.properties')
-rw-r--r--jpa/plugins/org.eclipse.jpt.ui/build.properties26
1 files changed, 26 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.ui/build.properties b/jpa/plugins/org.eclipse.jpt.ui/build.properties
new file mode 100644
index 0000000000..83fdfc70e1
--- /dev/null
+++ b/jpa/plugins/org.eclipse.jpt.ui/build.properties
@@ -0,0 +1,26 @@
+################################################################################
+# Copyright (c) 2006, 2009 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,\
+ templates/,\
+ images/
+jars.compile.order = .
+src.includes = templates/,\
+ schema/
+

Back to the top