Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Reiterer2013-02-28 20:16:22 +0000
committerMartin Reiterer2013-02-28 20:16:22 +0000
commit4cd06d3e8f81a314bae64ac9b768349e6f3f4208 (patch)
treedefa31263097f141860732fb5048f408aaae3e6b
parent911b51cc7619cde7e13f2295eb40dbee82784967 (diff)
downloadplugins-4cd06d3e8f81a314bae64ac9b768349e6f3f4208.tar.gz
plugins-4cd06d3e8f81a314bae64ac9b768349e6f3f4208.tar.xz
plugins-4cd06d3e8f81a314bae64ac9b768349e6f3f4208.zip
Enhance meta data of java feature
-rw-r--r--org.eclipse.babel.tapiji.tools.java.feature/build.properties10
-rw-r--r--org.eclipse.babel.tapiji.tools.java.feature/feature.properties4
-rw-r--r--org.eclipse.babel.tapiji.tools.java.feature/feature.xml5
3 files changed, 13 insertions, 6 deletions
diff --git a/org.eclipse.babel.tapiji.tools.java.feature/build.properties b/org.eclipse.babel.tapiji.tools.java.feature/build.properties
index cc2efe0..9203fb8 100644
--- a/org.eclipse.babel.tapiji.tools.java.feature/build.properties
+++ b/org.eclipse.babel.tapiji.tools.java.feature/build.properties
@@ -1,2 +1,8 @@
-bin.includes = feature.xml
-src.includes = feature.xml
+bin.includes = feature.xml,\
+ feature.properties,\
+ license.html,\
+ about.html
+src.includes = feature.xml,\
+ feature.properties,\
+ license.html,\
+ about.html
diff --git a/org.eclipse.babel.tapiji.tools.java.feature/feature.properties b/org.eclipse.babel.tapiji.tools.java.feature/feature.properties
index 5c0439e..2a0cae3 100644
--- a/org.eclipse.babel.tapiji.tools.java.feature/feature.properties
+++ b/org.eclipse.babel.tapiji.tools.java.feature/feature.properties
@@ -8,8 +8,8 @@
#
###############################################################################
-featureName=Eclipse Java Internationalization Tools
-providerName=Eclipse Java Internationalization Tools
+featureName=Java Internationalization Tools
+providerName=Babel Technology Plug-ins
updateSiteName=Eclipse Babel Update Site
diff --git a/org.eclipse.babel.tapiji.tools.java.feature/feature.xml b/org.eclipse.babel.tapiji.tools.java.feature/feature.xml
index e37562c..57254b7 100644
--- a/org.eclipse.babel.tapiji.tools.java.feature/feature.xml
+++ b/org.eclipse.babel.tapiji.tools.java.feature/feature.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.babel.tapiji.tools.java.feature"
- label="Babel Internationalization Tools for Java"
- version="0.0.2.qualifier">
+ label="%featureName"
+ version="0.0.2.qualifier"
+ provider-name="%providerName">
<description url="http://www.eclipse.org/babel/">
%description

Back to the top