Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-05-29 06:37:05 +0000
committerEike Stepper2008-05-29 06:37:05 +0000
commit18415433de76502104e3f04081d96580376f4310 (patch)
tree200ba7b5f549978bdbce76738578cdc43d3cbea2 /features/org.eclipse.net4j.ui-feature
parent9728f6495de3af26cc9fba2bc17984944776ce24 (diff)
downloadcdo-18415433de76502104e3f04081d96580376f4310.tar.gz
cdo-18415433de76502104e3f04081d96580376f4310.tar.xz
cdo-18415433de76502104e3f04081d96580376f4310.zip
[234041] Prepare graduation
https://bugs.eclipse.org/bugs/show_bug.cgi?id=234041
Diffstat (limited to 'features/org.eclipse.net4j.ui-feature')
-rw-r--r--features/org.eclipse.net4j.ui-feature/feature.properties9
-rw-r--r--features/org.eclipse.net4j.ui-feature/feature.xml4
-rw-r--r--features/org.eclipse.net4j.ui-feature/sourceTemplateFeature/feature.properties9
3 files changed, 15 insertions, 7 deletions
diff --git a/features/org.eclipse.net4j.ui-feature/feature.properties b/features/org.eclipse.net4j.ui-feature/feature.properties
index 942111ec70..cb133fd5a9 100644
--- a/features/org.eclipse.net4j.ui-feature/feature.properties
+++ b/features/org.eclipse.net4j.ui-feature/feature.properties
@@ -16,10 +16,10 @@
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================
-featureName = Net4j UI
providerName = Eclipse.org
-
+featureName = Net4j UI
description = Net4j UI
+
copyrightURL = copyright.txt
copyright = Copyright (c) 2004 - 2008 Eike Stepper, Germany. \n\
All rights reserved. This program and the accompanying materials \n\
@@ -29,6 +29,7 @@ http://www.eclipse.org/legal/epl-v10.html \n\
\n\
Contributors: \n\
Eike Stepper - initial API and implementation
+
licenseURL = license.html
license = \
ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\
@@ -121,7 +122,9 @@ using any encryption software, please check the country's laws,\n\
regulations and policies concerning the import, possession, or use,\n\
and re-export of encryption software, to see if this is permitted.\n
-updateSiteName = Eclipse Modeling Framework Technologies (EMFT) Updates
+# Label for the update site (on download1.eclipse.org)
+emfUpdateSiteName=Eclipse Modeling Framework (EMF) Updates
+emftUpdateSiteName=Eclipse Modeling Framework Technologies (EMFT) Updates
# ==============================================================================
# %%% END OF TRANSLATED PROPERTIES %%%
diff --git a/features/org.eclipse.net4j.ui-feature/feature.xml b/features/org.eclipse.net4j.ui-feature/feature.xml
index a0c8e98d83..91b3c0c5f9 100644
--- a/features/org.eclipse.net4j.ui-feature/feature.xml
+++ b/features/org.eclipse.net4j.ui-feature/feature.xml
@@ -32,7 +32,9 @@
</license>
<url>
- <update label="%updateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
+ <update label="%emfUpdateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
+ <discovery label="%emfUpdateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
+ <discovery label="%emftUpdateSiteName" url="http://download.eclipse.org/modeling/emft/updates/"/>
</url>
<plugin
diff --git a/features/org.eclipse.net4j.ui-feature/sourceTemplateFeature/feature.properties b/features/org.eclipse.net4j.ui-feature/sourceTemplateFeature/feature.properties
index bb32a4e282..01056141e9 100644
--- a/features/org.eclipse.net4j.ui-feature/sourceTemplateFeature/feature.properties
+++ b/features/org.eclipse.net4j.ui-feature/sourceTemplateFeature/feature.properties
@@ -16,10 +16,10 @@
# append it to the end of the file, and change the code to use the new name.
# ==============================================================================
-featureName = Net4j UI Source
providerName = Eclipse.org
+featureName = Net4j UI Source
+description = Net4j UI Source
-description = Net4j UI source code
copyrightURL = copyright.txt
copyright = Copyright (c) 2004 - 2008 Eike Stepper, Germany. \n\
All rights reserved. This program and the accompanying materials \n\
@@ -29,6 +29,7 @@ http://www.eclipse.org/legal/epl-v10.html \n\
\n\
Contributors: \n\
Eike Stepper - initial API and implementation
+
licenseURL = license.html
license = \
ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT\n\
@@ -121,7 +122,9 @@ using any encryption software, please check the country's laws,\n\
regulations and policies concerning the import, possession, or use,\n\
and re-export of encryption software, to see if this is permitted.\n
-updateSiteName = Eclipse Modeling Framework Technologies (EMFT) Updates
+# Label for the update site (on download1.eclipse.org)
+emfUpdateSiteName=Eclipse Modeling Framework (EMF) Updates
+emftUpdateSiteName=Eclipse Modeling Framework Technologies (EMFT) Updates
# ==============================================================================
# %%% END OF TRANSLATED PROPERTIES %%%

Back to the top