Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare.doc/build.properties')
-rw-r--r--plugins/org.eclipse.emf.compare.doc/build.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.doc/build.properties b/plugins/org.eclipse.emf.compare.doc/build.properties
new file mode 100644
index 000000000..6b6ea492d
--- /dev/null
+++ b/plugins/org.eclipse.emf.compare.doc/build.properties
@@ -0,0 +1,24 @@
+#################################################################################
+# Copyright (c) 2006, 2009 Obeo.
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Obeo - initial API and implementation
+#################################################################################
+output.. = bin/
+custom=true
+bin.includes = plugin.xml,\
+ about.html,\
+ META-INF/,\
+ *.xml,\
+ *.zip
+src.includes = toc.xml,\
+ *.zip,\
+ tocconcepts.xml,\
+ tocreference.xml,\
+ tocsamples.xml,\
+ plugin.xml,\
+ META-INF/

Back to the top