Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkhorne2008-05-08 13:48:33 +0000
committerkhorne2008-05-08 13:48:33 +0000
commit2e9a7f419926b546630e0247b628f89fdc99ab70 (patch)
tree0f2911efe08b85890128dfc61a15ec4541db863d
parent7143c9e9fae01c2c5fe1b60d2f97942f6420a86a (diff)
downloadrt.equinox.bundles-2e9a7f419926b546630e0247b628f89fdc99ab70.tar.gz
rt.equinox.bundles-2e9a7f419926b546630e0247b628f89fdc99ab70.tar.xz
rt.equinox.bundles-2e9a7f419926b546630e0247b628f89fdc99ab70.zip
Bug 230867 - Transforms hook is missing about.html in build.properties
-rw-r--r--bundles/org.eclipse.equinox.transforms.hook/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.transforms.hook/build.properties b/bundles/org.eclipse.equinox.transforms.hook/build.properties
index 0c34ea590..50633f639 100644
--- a/bundles/org.eclipse.equinox.transforms.hook/build.properties
+++ b/bundles/org.eclipse.equinox.transforms.hook/build.properties
@@ -13,4 +13,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
hookconfigurators.properties,\
- transformsHook.properties
+ transformsHook.properties,\
+ about.html

Back to the top