Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/build.properties')
-rw-r--r--plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/build.properties20
1 files changed, 12 insertions, 8 deletions
diff --git a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/build.properties b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/build.properties
index 6a2717b4c62..066f595391f 100644
--- a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/build.properties
+++ b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/build.properties
@@ -1,12 +1,16 @@
-source.. = src/
-output.. = bin/
+# Copyright (c) 201, 2015 Cedric Dumoulin, Christian W. Damus, 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:
+# Cedric Dumoulin Cedric.dumoulin@lifl.fr - Initial API and implementation
+# Christian W. Damus - bug 457942
+#
bin.includes = META-INF/,\
- .,\
about.html,\
plugin.properties
src.includes = about.html,\
- META-INF/,\
- guides/,\
- models/,\
- src/,\
- plugin.properties
+ models/

Back to the top