Initial coding contribution
diff --git a/plugins/org.eclipse.graphiti/build.properties b/plugins/org.eclipse.graphiti/build.properties
new file mode 100644
index 0000000..d8ea4fd
--- /dev/null
+++ b/plugins/org.eclipse.graphiti/build.properties
@@ -0,0 +1,29 @@
+###############################################################################
+# <copyright>
+#
+# Copyright (c) 2005, 2010 SAP AG.
+# 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:
+# SAP AG - initial API, implementation and documentation
+#
+# </copyright>
+#
+###############################################################################
+
+bin.includes = .,\
+ META-INF/,\
+ plugin.properties,\
+ about.html,\
+ plugin.xml
+jars.compile.order = .
+source.. = src/
+output.. = bin/
+src.includes = src/,\
+ META-INF/,\
+ plugin.properties,\
+ about.html
+
\ No newline at end of file