Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jsf
diff options
context:
space:
mode:
authorrsrinivasan2010-05-23 21:58:01 +0000
committerrsrinivasan2010-05-23 21:58:01 +0000
commit8fbd2a82a1c791079fd6572b22b9815dc8416fef (patch)
tree24a9fee7ac05c9faf7165e1907f56cb9db7b6232 /jsf
parentba926df736ca863946d369c29c9249d2d086321c (diff)
downloadwebtools.jsf-8fbd2a82a1c791079fd6572b22b9815dc8416fef.tar.gz
webtools.jsf-8fbd2a82a1c791079fd6572b22b9815dc8416fef.tar.xz
webtools.jsf-8fbd2a82a1c791079fd6572b22b9815dc8416fef.zip
Fix license
Diffstat (limited to 'jsf')
-rw-r--r--jsf/features/org.eclipse.jsf.feature/feature.properties3
-rw-r--r--jsf/features/org.eclipse.jsf.feature/feature.xml2
-rw-r--r--jsf/features/org.eclipse.jsf_sdk.feature/feature.properties15
-rw-r--r--jsf/features/org.eclipse.jsf_sdk.feature/feature.xml13
4 files changed, 15 insertions, 18 deletions
diff --git a/jsf/features/org.eclipse.jsf.feature/feature.properties b/jsf/features/org.eclipse.jsf.feature/feature.properties
index d45be030e..567597d7a 100644
--- a/jsf/features/org.eclipse.jsf.feature/feature.properties
+++ b/jsf/features/org.eclipse.jsf.feature/feature.properties
@@ -11,7 +11,8 @@
name=JavaServer Faces Tools (JSF) Project
provider=Eclipse Web Tools Platform
description=WTP JavaServer Faces Tools (JSF) Project
-
+updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
+licenseURL=license.html
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2006 Oracle Corporation.\
diff --git a/jsf/features/org.eclipse.jsf.feature/feature.xml b/jsf/features/org.eclipse.jsf.feature/feature.xml
index 7ac347df1..d8879a84e 100644
--- a/jsf/features/org.eclipse.jsf.feature/feature.xml
+++ b/jsf/features/org.eclipse.jsf.feature/feature.xml
@@ -19,7 +19,7 @@
</license>
<url>
- <update label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/>
+ <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates"/>
<discovery label="Web Tools Platform (WTP) Updates" url="http://download.eclipse.org/webtools/updates"/>
<discovery label="JavaServer Faces (JSF) Tools Updates" url="http://download.eclipse.org/webtools/updates/"/>
</url>
diff --git a/jsf/features/org.eclipse.jsf_sdk.feature/feature.properties b/jsf/features/org.eclipse.jsf_sdk.feature/feature.properties
index 891240482..6f8f9d4f5 100644
--- a/jsf/features/org.eclipse.jsf_sdk.feature/feature.properties
+++ b/jsf/features/org.eclipse.jsf_sdk.feature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2006 Oracle Corporation and others.
+# Copyright (c) 2005, 2007 Oracle Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -8,14 +8,9 @@
# Contributors:
# Oracle Corporation - initial API and implementation
###############################################################################
-feature.name=JavaServer Faces Tools SDK
-feature.provider=Eclipse.org
-feature.description=WTP JavaServer Faces Tools SDK
-
-# "featureName" property - name of the feature
-
-# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org
+name=JavaServer Faces Tools (JSF) Project SDK
+provider=Eclipse Web Tools Platform
+description=WTP JavaServer Faces Tools (JSF) Project SDK
# "updateSiteName" property - label for the update site
updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
@@ -27,7 +22,7 @@ updateSiteName=The Eclipse Web Tools Platform (WTP) Project update site
licenseURL=license.html
# "copyright" property - text of the "Feature Update Copyright"
-feature.copyright=\
+copyright=\
Copyright (c) 2006 Oracle Corporation.\
All rights reserved. This program and the accompanying materials\
are made available under the terms of the Eclipse Public License v1.0\
diff --git a/jsf/features/org.eclipse.jsf_sdk.feature/feature.xml b/jsf/features/org.eclipse.jsf_sdk.feature/feature.xml
index bcc30db4d..7dbe7592b 100644
--- a/jsf/features/org.eclipse.jsf_sdk.feature/feature.xml
+++ b/jsf/features/org.eclipse.jsf_sdk.feature/feature.xml
@@ -1,20 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.jsf_sdk.feature"
- label="%feature.name"
- version="2.0.0.qualifier"
- provider-name="%feature.provider">
+ label="%name"
+ version="3.2.0.qualifier"
+ provider-name="%provider"
+ image="eclipse_update_120.jpg">
<description>
- %feature.description
+ %description
</description>
<copyright>
- %feature.copyright
+ %copyright
</copyright>
<license url="license.html">
- %feature.license
+ %license
</license>
<url>

Back to the top