Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2011-09-12 08:29:20 +0000
committercletavernie2011-09-12 08:29:20 +0000
commit97edd2908ab36658ab3d79a0ef84facdf09d1c86 (patch)
treee71f638142061425956e345e7f31db8e27ba3a4c /plugins/uml/org.eclipse.papyrus.diagram.statemachine
parent5aff682239071e76ebd4a40b50212dcae7a5f50f (diff)
downloadorg.eclipse.papyrus-97edd2908ab36658ab3d79a0ef84facdf09d1c86.tar.gz
org.eclipse.papyrus-97edd2908ab36658ab3d79a0ef84facdf09d1c86.tar.xz
org.eclipse.papyrus-97edd2908ab36658ab3d79a0ef84facdf09d1c86.zip
357348: [Build] Papyrus shall provide a source build
https://bugs.eclipse.org/bugs/show_bug.cgi?id=357348
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.diagram.statemachine')
-rw-r--r--plugins/uml/org.eclipse.papyrus.diagram.statemachine/build.properties24
1 files changed, 8 insertions, 16 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.diagram.statemachine/build.properties b/plugins/uml/org.eclipse.papyrus.diagram.statemachine/build.properties
index bbef08ad861..5463dee2125 100644
--- a/plugins/uml/org.eclipse.papyrus.diagram.statemachine/build.properties
+++ b/plugins/uml/org.eclipse.papyrus.diagram.statemachine/build.properties
@@ -1,16 +1,8 @@
-bin.includes = .,\
- icons/,\
- META-INF/,\
- plugin.xml,\
- plugin.properties,\
- messages.properties,\
- .options,\
- resource/,\
- about.html
-jars.compile.order = .
-source.. = src/,\
- custom-src/
-output.. = bin/
-src.includes = model/,\
- icons/,\
- about.html
+#
+#Mon Sep 12 09:29:49 CEST 2011
+output..=bin/
+bin.includes=.,icons/,META-INF/,plugin.xml,plugin.properties,messages.properties,.options,resource/,about.html
+jars.compile.order=.
+src.includes=model/,icons/,about.html,.,META-INF/,plugin.xml,plugin.properties,messages.properties,.options,resource/
+source..=src/,custom-src/,src//
+bin..=bin/

Back to the top