Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.objectteams.otdt.core.patch/build.properties3
-rw-r--r--features/org.eclipse.objectteams.otdt.core.patch/feature.properties2
2 files changed, 3 insertions, 2 deletions
diff --git a/features/org.eclipse.objectteams.otdt.core.patch/build.properties b/features/org.eclipse.objectteams.otdt.core.patch/build.properties
index b3a611b5c..2cbd85420 100644
--- a/features/org.eclipse.objectteams.otdt.core.patch/build.properties
+++ b/features/org.eclipse.objectteams.otdt.core.patch/build.properties
@@ -1,2 +1,3 @@
bin.includes = feature.xml,\
- feature.properties
+ feature.properties,\
+ license.html
diff --git a/features/org.eclipse.objectteams.otdt.core.patch/feature.properties b/features/org.eclipse.objectteams.otdt.core.patch/feature.properties
index eac8eacd5..a76a74f25 100644
--- a/features/org.eclipse.objectteams.otdt.core.patch/feature.properties
+++ b/features/org.eclipse.objectteams.otdt.core.patch/feature.properties
@@ -17,7 +17,7 @@
# This file should be translated.
featureName=Object Teams Patch for JDT/Core (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