Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien Pupier2017-08-29 09:48:37 +0000
committerAurélien Pupier2017-08-29 09:48:37 +0000
commit8b63aef9778ef3ce6ba2f4b022c0fc34b1e14a9c (patch)
tree06ae07a0071b60c2c29bea8529ca93cc8b04086a
parentf530e29e905d3f42561bcd60358a8ba32c54b4bc (diff)
downloadrt.equinox.bundles-8b63aef9778ef3ce6ba2f4b022c0fc34b1e14a9c.tar.gz
rt.equinox.bundles-8b63aef9778ef3ce6ba2f4b022c0fc34b1e14a9c.tar.xz
rt.equinox.bundles-8b63aef9778ef3ce6ba2f4b022c0fc34b1e14a9c.zip
it allows to have tracing options available with a built plugin Change-Id: I70629fd1d0107d6116885a3a7463fafeb5f234ee Signed-off-by: Aurélien Pupier <apupier@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.common/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.common/build.properties b/bundles/org.eclipse.equinox.common/build.properties
index c1e8ad782..4e12f9f8c 100644
--- a/bundles/org.eclipse.equinox.common/build.properties
+++ b/bundles/org.eclipse.equinox.common/build.properties
@@ -13,5 +13,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.properties,\
- about.html
+ about.html,\
+ .options
src.includes = about.html

Back to the top