Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/META-INF/MANIFEST.MF2
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/build.properties3
2 files changed, 3 insertions, 2 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/META-INF/MANIFEST.MF b/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/META-INF/MANIFEST.MF
index 7de5c435613..e0e8f1fba96 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/META-INF/MANIFEST.MF
+++ b/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/META-INF/MANIFEST.MF
@@ -8,4 +8,4 @@ Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.resourceloading.profile;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-
+Bundle-Localization: plugin
diff --git a/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/build.properties b/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/build.properties
index 2589bd49ff9..e91b5236e79 100644
--- a/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/build.properties
+++ b/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/build.properties
@@ -2,6 +2,7 @@
#Mon Sep 12 09:30:11 CEST 2011
bin.includes=META-INF/,.,plugin.xml,about.html,plugin.properties
output..=bin/
-src.includes=about.html,META-INF/,.,plugin.xml,plugin.properties
+src.includes = about.html,\
+ .
source..=src/
bin..=bin/

Back to the top