diff options
author | slewis | 2007-10-16 06:31:27 +0000 |
---|---|---|
committer | slewis | 2007-10-16 06:31:27 +0000 |
commit | 798adf15f8d3e745eb8580ba33bd7b385552c958 (patch) | |
tree | 8f0042d2b52b2149cc5799286154d9f601c37b67 /doc | |
parent | b63ce6df0ece2dd8d3c5e6ee01d7a9626d5b3484 (diff) | |
download | org.eclipse.ecf-798adf15f8d3e745eb8580ba33bd7b385552c958.tar.gz org.eclipse.ecf-798adf15f8d3e745eb8580ba33bd7b385552c958.tar.xz org.eclipse.ecf-798adf15f8d3e745eb8580ba33bd7b385552c958.zip |
Fixes for source build
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bundles/org.eclipse.ecf.doc/build.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bundles/org.eclipse.ecf.doc/build.properties b/doc/bundles/org.eclipse.ecf.doc/build.properties index c834dcc7f..39cbbb09a 100644 --- a/doc/bundles/org.eclipse.ecf.doc/build.properties +++ b/doc/bundles/org.eclipse.ecf.doc/build.properties @@ -28,6 +28,8 @@ src.includes = intro/,\ toc.xml,\ plugin.properties,\ plugin.xml,\ - html/ + html/,\ + META-INF/,\ + schema.xml bin.excludes = html/reference/api/ src.excludes = html/reference/api/ |