Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhauge2008-05-02 18:19:20 +0000
committernhauge2008-05-02 18:19:20 +0000
commit77ae53c2ab227644b6ba1f86778d949279071ffe (patch)
treef2b7ad9639848415559d68edc1cd62020b601b5f
parent85ef4077420857248c869c35fdf2234fcad7d143 (diff)
downloadwebtools.dali-77ae53c2ab227644b6ba1f86778d949279071ffe.tar.gz
webtools.dali-77ae53c2ab227644b6ba1f86778d949279071ffe.tar.xz
webtools.dali-77ae53c2ab227644b6ba1f86778d949279071ffe.zip
about.html updates
-rw-r--r--jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/build.properties3
-rw-r--r--jpa/tests/org.eclipse.jpt.eclipselink.core.tests/build.properties3
2 files changed, 4 insertions, 2 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 bd045fbe7f..d9ca423509 100644
--- a/jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/build.properties
+++ b/jpa/plugins/org.eclipse.jpt.eclipselink.core.ddlgen/build.properties
@@ -14,5 +14,6 @@ source.. = src/
output.. = bin/
bin.includes = .,\
META-INF/,\
- lib/persistence.jar
+ lib/persistence.jar,\
+ about.html
jars.compile.order = .
diff --git a/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/build.properties b/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/build.properties
index bf0049751c..24b2d3b739 100644
--- a/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/build.properties
+++ b/jpa/tests/org.eclipse.jpt.eclipselink.core.tests/build.properties
@@ -12,6 +12,7 @@ javacSource = 1.5
javacTarget = 1.5
bin.includes = .,\
META-INF/,\
- plugin.properties
+ plugin.properties,\
+ about.html
source.. = src/
output.. = bin/

Back to the top