Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2010-06-12 16:41:18 +0000
committerStephan Herrmann2010-06-12 16:41:18 +0000
commitbbecd814b6092155869cf7669f6d86ada0f3e814 (patch)
tree33111bfcbda244522b499aaf1586648d7727a2ad /features/org.eclipse.objectteams.otdt.feature
parentbd831d936e1c3c532f8496e78b0a1f5df5d068c9 (diff)
downloadorg.eclipse.objectteams-bbecd814b6092155869cf7669f6d86ada0f3e814.tar.gz
org.eclipse.objectteams-bbecd814b6092155869cf7669f6d86ada0f3e814.tar.xz
org.eclipse.objectteams-bbecd814b6092155869cf7669f6d86ada0f3e814.zip
Fixing to packaging issues:
- ship license.html with all our features - fix property "providerName" (not "provider") to show in feature properties
Diffstat (limited to 'features/org.eclipse.objectteams.otdt.feature')
-rw-r--r--features/org.eclipse.objectteams.otdt.feature/build.properties3
-rw-r--r--features/org.eclipse.objectteams.otdt.feature/feature.properties2
2 files changed, 3 insertions, 2 deletions
diff --git a/features/org.eclipse.objectteams.otdt.feature/build.properties b/features/org.eclipse.objectteams.otdt.feature/build.properties
index 37c921024..a05609e05 100644
--- a/features/org.eclipse.objectteams.otdt.feature/build.properties
+++ b/features/org.eclipse.objectteams.otdt.feature/build.properties
@@ -1,4 +1,5 @@
bin.includes = OTDT-110.png,\
feature.xml,\
- feature.properties
+ feature.properties,\
+ license.html
jars.compile.order =
diff --git a/features/org.eclipse.objectteams.otdt.feature/feature.properties b/features/org.eclipse.objectteams.otdt.feature/feature.properties
index 26ed9ab3f..fd650d63e 100644
--- a/features/org.eclipse.objectteams.otdt.feature/feature.properties
+++ b/features/org.eclipse.objectteams.otdt.feature/feature.properties
@@ -17,7 +17,7 @@
# This file should be translated.
featureName=Object Teams Development Tooling (Incubation)
-provider=Eclipse.org - Object Teams
+providerName=Eclipse.org - Object Teams
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page

Back to the top