Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/build.properties')
-rw-r--r--plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/build.properties24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/build.properties b/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/build.properties
new file mode 100644
index 00000000000..1411453014c
--- /dev/null
+++ b/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/build.properties
@@ -0,0 +1,24 @@
+# Copyright (c) 2014 CEA LIST.
+#
+#
+# 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:
+# CEA LIST - Initial API and implementation
+
+output..=bin/
+bin.includes = .,\
+ model/,\
+ META-INF/,\
+ plugin.xml,\
+ plugin.properties,\
+ icons/,\
+ about.html
+jars.compile.order=.
+source.. = src-gen/,\
+ src/
+bin..=bin/
+src.includes = about.html \ No newline at end of file

Back to the top