Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2006-08-19 07:24:49 +0000
committerEike Stepper2006-08-19 07:24:49 +0000
commit57ad81b7bfeb6a470731ab742176843c410658b3 (patch)
tree1c9b13c69de91157305aab187430b9ca17b8ad6b
parent9d67f6e80ce9fc31a74a544affaddaa7ce62bd5e (diff)
downloadcdo-57ad81b7bfeb6a470731ab742176843c410658b3.tar.gz
cdo-57ad81b7bfeb6a470731ab742176843c410658b3.tar.xz
cdo-57ad81b7bfeb6a470731ab742176843c410658b3.zip
[154399] Add sources to SDK feature
https://bugs.eclipse.org/bugs/show_bug.cgi?id=154399
-rw-r--r--plugins/org.eclipse.net4j.tests/build.properties1
-rw-r--r--plugins/org.eclipse.net4j.util/build.properties1
-rw-r--r--plugins/org.eclipse.net4j/build.properties1
3 files changed, 3 insertions, 0 deletions
diff --git a/plugins/org.eclipse.net4j.tests/build.properties b/plugins/org.eclipse.net4j.tests/build.properties
index 1ea8b2d9a4..d3bc637498 100644
--- a/plugins/org.eclipse.net4j.tests/build.properties
+++ b/plugins/org.eclipse.net4j.tests/build.properties
@@ -1,4 +1,5 @@
# NLS_MESSAGEFORMAT_VAR
+src.includes = about.html
bin.includes = plugin.xml,\
test.xml,\
META-INF/,\
diff --git a/plugins/org.eclipse.net4j.util/build.properties b/plugins/org.eclipse.net4j.util/build.properties
index 8f7f071285..b0a25af2b4 100644
--- a/plugins/org.eclipse.net4j.util/build.properties
+++ b/plugins/org.eclipse.net4j.util/build.properties
@@ -1,4 +1,5 @@
# NLS_MESSAGEFORMAT_VAR
+src.includes = about.html
bin.includes = plugin.xml,\
META-INF/,\
config/,\
diff --git a/plugins/org.eclipse.net4j/build.properties b/plugins/org.eclipse.net4j/build.properties
index 775b44f95e..643746b4f0 100644
--- a/plugins/org.eclipse.net4j/build.properties
+++ b/plugins/org.eclipse.net4j/build.properties
@@ -1,4 +1,5 @@
# NLS_MESSAGEFORMAT_VAR
+src.includes = about.html
bin.includes = about.html,\
about.ini,\
about.mappings,\

Back to the top