diff --git a/doc/org.eclipse.cdt.doc.user/build.properties b/doc/org.eclipse.cdt.doc.user/build.properties index 24d515fea00..c2d54723b2c 100644 --- a/doc/org.eclipse.cdt.doc.user/build.properties +++ b/doc/org.eclipse.cdt.doc.user/build.properties @@ -8,6 +8,4 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -bin.includes = plugin.properties,\ - *.xml,\ - doc.zip \ No newline at end of file +custom=true \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/build.xml b/doc/org.eclipse.cdt.doc.user/build.xml new file mode 100644 index 00000000000..4b02894a4fc --- /dev/null +++ b/doc/org.eclipse.cdt.doc.user/build.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/org.eclipse.cdt.doc.user/doc.zip b/doc/org.eclipse.cdt.doc.user/doc.zip deleted file mode 100644 index 1674f7b3a28..00000000000 Binary files a/doc/org.eclipse.cdt.doc.user/doc.zip and /dev/null differ