Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-05-08 23:11:45 +0000
committerslewis2008-05-08 23:11:45 +0000
commitdd0afce6a0cb8f69168f34da4962a83471efe0c4 (patch)
treef4435fe85b7298cd9b11dbfd255888a251a14a70 /providers/bundles
parent64bf2ebe0403889cddfe23b7779c67664a2c6c52 (diff)
downloadorg.eclipse.ecf-dd0afce6a0cb8f69168f34da4962a83471efe0c4.tar.gz
org.eclipse.ecf-dd0afce6a0cb8f69168f34da4962a83471efe0c4.tar.xz
org.eclipse.ecf-dd0afce6a0cb8f69168f34da4962a83471efe0c4.zip
Added Bundle-Localization to manifest. Fixed/updated build.propertiesv20080513-0956
Diffstat (limited to 'providers/bundles')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.r_osgi/META-INF/MANIFEST.MF1
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.r_osgi/build.properties8
2 files changed, 8 insertions, 1 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.r_osgi/META-INF/MANIFEST.MF b/providers/bundles/org.eclipse.ecf.provider.r_osgi/META-INF/MANIFEST.MF
index d3cb4b37c..628d044e7 100644
--- a/providers/bundles/org.eclipse.ecf.provider.r_osgi/META-INF/MANIFEST.MF
+++ b/providers/bundles/org.eclipse.ecf.provider.r_osgi/META-INF/MANIFEST.MF
@@ -17,3 +17,4 @@ Bundle-Vendor: %plugin.provider
Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,
J2SE-1.3
Bundle-ActivationPolicy: lazy
+Bundle-Localization: plugin
diff --git a/providers/bundles/org.eclipse.ecf.provider.r_osgi/build.properties b/providers/bundles/org.eclipse.ecf.provider.r_osgi/build.properties
index e9863e281..05a4d934e 100644
--- a/providers/bundles/org.eclipse.ecf.provider.r_osgi/build.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.r_osgi/build.properties
@@ -2,4 +2,10 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
- plugin.xml
+ plugin.xml,\
+ plugin.properties,\
+ about.html
+src.includes = plugin.xml,\
+ plugin.properties,\
+ META-INF/,\
+ about.html

Back to the top