Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'upc/org.eclipse.cdt.core.parser.upc.feature/sourceTemplatePlugin/build.properties')
-rw-r--r--upc/org.eclipse.cdt.core.parser.upc.feature/sourceTemplatePlugin/build.properties27
1 files changed, 27 insertions, 0 deletions
diff --git a/upc/org.eclipse.cdt.core.parser.upc.feature/sourceTemplatePlugin/build.properties b/upc/org.eclipse.cdt.core.parser.upc.feature/sourceTemplatePlugin/build.properties
new file mode 100644
index 00000000000..55291e25f69
--- /dev/null
+++ b/upc/org.eclipse.cdt.core.parser.upc.feature/sourceTemplatePlugin/build.properties
@@ -0,0 +1,27 @@
+###############################################################################
+# Copyright (c) 2005, 2009 IBM 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:
+# IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes = about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ eclipse32.gif,\
+ plugin.xml,\
+ plugin.properties,\
+ src/**,\
+ META-INF/
+src.includes = about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ eclipse32.gif,\
+ plugin.xml,\
+ plugin.properties
+sourcePlugin=true

Back to the top