Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare.examples.addressbook/build.properties')
-rw-r--r--plugins/org.eclipse.emf.compare.examples.addressbook/build.properties20
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.examples.addressbook/build.properties b/plugins/org.eclipse.emf.compare.examples.addressbook/build.properties
new file mode 100644
index 000000000..f0174005d
--- /dev/null
+++ b/plugins/org.eclipse.emf.compare.examples.addressbook/build.properties
@@ -0,0 +1,20 @@
+#################################################################################
+# Copyright (c) 2008, 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
+#################################################################################
+bin.includes = .,\
+ icons/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties
+jars.compile.order = .
+source.. = src/,\
+ src-gen/,\
+ src-tests/
+output.. = bin/

Back to the top