Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/build.properties')
-rw-r--r--plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/build.properties16
1 files changed, 14 insertions, 2 deletions
diff --git a/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/build.properties b/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/build.properties
index 3107779d56a..d95dda596c4 100644
--- a/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/build.properties
+++ b/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/build.properties
@@ -1,7 +1,19 @@
#
#Mon Sep 12 09:29:40 CEST 2011
-bin.includes=META-INF/,.,plugin.xml,schema/,plugin.properties,about.html,src/org/eclipse/papyrus/core/resourceloading/messages.properties
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ schema/,\
+ plugin.properties,\
+ about.html,\
+ src/org/eclipse/papyrus/infra/services/resourceloading/messages.properties
output..=bin/
-src.includes=META-INF/,.,plugin.xml,schema/,plugin.properties,about.html,src/org/eclipse/papyrus/core/resourceloading/messages.properties
+src.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ schema/,\
+ plugin.properties,\
+ about.html,\
+ src/org/eclipse/papyrus/infra/services/resourceloading/messages.properties
source..=src/
bin..=bin/

Back to the top