Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.emf.cdo.examples.server/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo.server/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo.tests/build.properties3
-rw-r--r--plugins/org.eclipse.emf.cdo/build.properties3
-rw-r--r--plugins/org.eclipse.net4j.tests/build.properties3
-rw-r--r--plugins/org.eclipse.net4j.util/build.properties3
-rw-r--r--plugins/org.eclipse.net4j/build.properties3
7 files changed, 14 insertions, 7 deletions
diff --git a/plugins/org.eclipse.emf.cdo.examples.server/build.properties b/plugins/org.eclipse.emf.cdo.examples.server/build.properties
index 763c08c74a..b8ddaece54 100644
--- a/plugins/org.eclipse.emf.cdo.examples.server/build.properties
+++ b/plugins/org.eclipse.emf.cdo.examples.server/build.properties
@@ -11,7 +11,8 @@ bin.includes = plugin.xml,\
copyright.txt,\
initMysql.bat,\
about.html,\
- .
+ .,\
+ license.html
jars.compile.order = .
source.. = src/
output.. = bin/
diff --git a/plugins/org.eclipse.emf.cdo.server/build.properties b/plugins/org.eclipse.emf.cdo.server/build.properties
index a7618b3d41..8d753637d9 100644
--- a/plugins/org.eclipse.emf.cdo.server/build.properties
+++ b/plugins/org.eclipse.emf.cdo.server/build.properties
@@ -8,7 +8,8 @@ bin.includes = plugin.xml,\
epl-v10.html,\
copyright.txt,\
about.html,\
- .
+ .,\
+ license.html
jars.compile.order = .
source.. = src/
output.. = bin/
diff --git a/plugins/org.eclipse.emf.cdo.tests/build.properties b/plugins/org.eclipse.emf.cdo.tests/build.properties
index aa352c2c88..3b39ee8e84 100644
--- a/plugins/org.eclipse.emf.cdo.tests/build.properties
+++ b/plugins/org.eclipse.emf.cdo.tests/build.properties
@@ -12,7 +12,8 @@ bin.includes = plugin.xml,\
cdo.tests.jar,\
copyright.txt,\
about.html,\
- plugin.properties
+ plugin.properties,\
+ license.html
jars.compile.order = cdo.tests.jar
source.cdo.tests.jar = src/
output.cdo.tests.jar = bin/
diff --git a/plugins/org.eclipse.emf.cdo/build.properties b/plugins/org.eclipse.emf.cdo/build.properties
index ab98bf21b1..8eb0d91951 100644
--- a/plugins/org.eclipse.emf.cdo/build.properties
+++ b/plugins/org.eclipse.emf.cdo/build.properties
@@ -6,5 +6,6 @@ bin.includes = about.html,\
plugin.properties,\
eclipse32.png,\
META-INF/,\
- eclipse32.gif
+ eclipse32.gif,\
+ license.html
\ No newline at end of file
diff --git a/plugins/org.eclipse.net4j.tests/build.properties b/plugins/org.eclipse.net4j.tests/build.properties
index 8ec10b5305..7d030ea360 100644
--- a/plugins/org.eclipse.net4j.tests/build.properties
+++ b/plugins/org.eclipse.net4j.tests/build.properties
@@ -10,7 +10,8 @@ bin.includes = plugin.xml,\
lib/,\
copyright.txt,\
about.html,\
- .
+ .,\
+ license.html
output.. = bin/
source.. = src/
jars.compile.order = .
diff --git a/plugins/org.eclipse.net4j.util/build.properties b/plugins/org.eclipse.net4j.util/build.properties
index 6a3f3f0513..89537dd1b2 100644
--- a/plugins/org.eclipse.net4j.util/build.properties
+++ b/plugins/org.eclipse.net4j.util/build.properties
@@ -11,7 +11,8 @@ bin.includes = plugin.xml,\
epl-v10.html,\
copyright.txt,\
about.html,\
- org.eclipse.net4j.util.jar
+ org.eclipse.net4j.util.jar,\
+ license.html
output.org.eclipse.net4j.util.jar = bin/
source.org.eclipse.net4j.util.jar = src/,\
config/
diff --git a/plugins/org.eclipse.net4j/build.properties b/plugins/org.eclipse.net4j/build.properties
index 197ead1776..775b44f95e 100644
--- a/plugins/org.eclipse.net4j/build.properties
+++ b/plugins/org.eclipse.net4j/build.properties
@@ -13,4 +13,5 @@ bin.includes = about.html,\
eclipse32.png,\
eclipse48.gif,\
eclipse48.png,\
- eclipse_lg.gif
+ eclipse_lg.gif,\
+ license.html

Back to the top