Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.xtend.middleend.xpand-feature/sourceTemplatePlugin/build.properties')
-rw-r--r--features/org.eclipse.xtend.middleend.xpand-feature/sourceTemplatePlugin/build.properties33
1 files changed, 33 insertions, 0 deletions
diff --git a/features/org.eclipse.xtend.middleend.xpand-feature/sourceTemplatePlugin/build.properties b/features/org.eclipse.xtend.middleend.xpand-feature/sourceTemplatePlugin/build.properties
new file mode 100644
index 00000000..e75e178d
--- /dev/null
+++ b/features/org.eclipse.xtend.middleend.xpand-feature/sourceTemplatePlugin/build.properties
@@ -0,0 +1,33 @@
+###############################################################################
+# Copyright (c) 2005 Borland Software Corporation and others.
+# 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:
+# Borland Software Corporation - initial API and implementation
+###############################################################################
+bin.includes = ModelingFeature.png,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ plugin.xml,\
+ plugin.properties,\
+ src/**,\
+ META-INF/,\
+ eclipse_update_120.jpg,\
+ epl-v10.html,\
+ feature.properties,\
+ feature.xml,\
+ license.html
+sourcePlugin=true
+src.includes = about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ plugin.xml,\
+ plugin.properties,\
+ src/**,\
+ META-INF/

Back to the top