Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2009-01-26 03:52:10 +0000
committerPascal Rapicault2009-01-26 03:52:10 +0000
commit843c9c9bfe748a9a41aee4e9ab97dd1f26857da3 (patch)
treefaa47fbf1e9c64739b0c3536a731fb15da389adf /bundles/org.eclipse.equinox.p2.repository.tools/build.properties
parentec99167582fd6880a8d1c4541ecd8e164666d149 (diff)
downloadrt.equinox.p2-843c9c9bfe748a9a41aee4e9ab97dd1f26857da3.tar.gz
rt.equinox.p2-843c9c9bfe748a9a41aee4e9ab97dd1f26857da3.tar.xz
rt.equinox.p2-843c9c9bfe748a9a41aee4e9ab97dd1f26857da3.zip
Bug 262325 - new org.eclipse.equinox.p2.repository.tools bundle is missing about.htmlv20090126
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository.tools/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository.tools/build.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository.tools/build.properties b/bundles/org.eclipse.equinox.p2.repository.tools/build.properties
index 3fc6a5d28..956a65741 100644
--- a/bundles/org.eclipse.equinox.p2.repository.tools/build.properties
+++ b/bundles/org.eclipse.equinox.p2.repository.tools/build.properties
@@ -12,8 +12,10 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml, \
- lib/*.jar
+ plugin.xml,\
+ lib/*.jar,\
+ plugin.properties,\
+ about.html
extra.lib/repository-tools-ant.jar = ../org.apache.ant/ant.jar
jars.compile.order = ., lib/repository-tools-ant.jar
source.lib/repository-tools-ant.jar = src_ant/

Back to the top