Bug 349242 - [help] split otdt.ui.help plug-in
- this shall be the code-part of the plug-in.

diff --git a/plugins/org.eclipse.objectteams.otdt.ui.help/build.properties b/plugins/org.eclipse.objectteams.otdt.ui.help/build.properties
new file mode 100644
index 0000000..f85821a
--- /dev/null
+++ b/plugins/org.eclipse.objectteams.otdt.ui.help/build.properties
@@ -0,0 +1,39 @@
+######################################################################## 
+# This file is part of "Object Teams Development Tooling"-Software
+# 
+# Copyright 2004, 2010 Fraunhofer Gesellschaft, Munich, Germany,
+# for its Fraunhofer Institute and Computer Architecture and Software
+# Technology (FIRST), Berlin, Germany and Technical University Berlin,
+# Germany.
+# 
+# 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
+# $Id$
+# 
+# Please visit http://www.eclipse.org/objectteams for updates and contact.
+# 
+# Contributors:
+# Fraunhofer FIRST - Initial API and implementation
+# Technical University Berlin - Initial API and implementation
+######################################################################## 
+customBuildCallbacks=customBuildCallbacks.xml
+source.. = src/
+output.. = bin/
+bin.includes = plugin.xml,\
+               META-INF/,\
+               .,\
+               cheatsheets/,\
+               css/,\
+               guide/,\
+               icons/,\
+               images/,\
+               intro/,\
+               plugin.properties,\
+               ot.html,\
+               reference/,\
+               book.css,\
+               schema.css,\
+               about.html
+