diff options
author | slewis | 2007-10-16 06:30:48 +0000 |
---|---|---|
committer | slewis | 2007-10-16 06:30:48 +0000 |
commit | a590e75945bd8ea0ef3b1eeab20bad122ee35fe9 (patch) | |
tree | dd909c4ed26158f16bbdd2c6a032e3a028070272 /incubation/bundles | |
parent | 47fff97712a508e7bc02891318be7e5fb64e5be7 (diff) | |
download | org.eclipse.ecf-a590e75945bd8ea0ef3b1eeab20bad122ee35fe9.tar.gz org.eclipse.ecf-a590e75945bd8ea0ef3b1eeab20bad122ee35fe9.tar.xz org.eclipse.ecf-a590e75945bd8ea0ef3b1eeab20bad122ee35fe9.zip |
Fixes for source build
Diffstat (limited to 'incubation/bundles')
-rw-r--r-- | incubation/bundles/org.eclipse.ecf.provider.phpbb/build.properties | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/incubation/bundles/org.eclipse.ecf.provider.phpbb/build.properties b/incubation/bundles/org.eclipse.ecf.provider.phpbb/build.properties index 12a9ae055..429def6ec 100644 --- a/incubation/bundles/org.eclipse.ecf.provider.phpbb/build.properties +++ b/incubation/bundles/org.eclipse.ecf.provider.phpbb/build.properties @@ -3,4 +3,9 @@ output.. = target/classes/ bin.includes = META-INF/,\ .,\ plugin.xml,\ - plugin.properties + plugin.properties,\ + about.html +src.includes = META-INF/,\ + about.html,\ + plugin.properties,\ + plugin.xml |