Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortle2008-06-01 02:59:13 +0000
committertle2008-06-01 02:59:13 +0000
commiteaabe5f56d05a2490339d9260bb1975021f5ade7 (patch)
tree17c53d9638b48f96ec4865bed4c2eb697eaa7d5f
parent4a261324b0d467752f2ea402712ec6dfddd0b045 (diff)
downloadwebtools.dali-eaabe5f56d05a2490339d9260bb1975021f5ade7.tar.gz
webtools.dali-eaabe5f56d05a2490339d9260bb1975021f5ade7.tar.xz
webtools.dali-eaabe5f56d05a2490339d9260bb1975021f5ade7.zip
234842 - Patch to add the plugin.properties file to the jpt.eclipselink.core.ddlgen plugin build.properties
-rw-r--r--jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/build.properties b/jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/build.properties
index d9ca423509..0f7bce31e6 100644
--- a/jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/build.properties
+++ b/jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/build.properties
@@ -15,5 +15,6 @@ output.. = bin/
bin.includes = .,\
META-INF/,\
lib/persistence.jar,\
- about.html
+ about.html,\
+ plugin.properties
jars.compile.order = .

Back to the top