Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-05-17 19:28:51 +0000
committerEike Stepper2011-05-17 19:28:51 +0000
commitf52d1b619bc9a3910ac543d689390968ad2ca004 (patch)
tree7522628be1c2561b5ca3f0a8573ee85a24168b1b /features
parent6944565ead3bc1e04fea21f4f8a6f096083340b1 (diff)
downloadcdo-f52d1b619bc9a3910ac543d689390968ad2ca004.tar.gz
cdo-f52d1b619bc9a3910ac543d689390968ad2ca004.tar.xz
cdo-f52d1b619bc9a3910ac543d689390968ad2ca004.zip
use shared license
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.emf.cdo.license-feature/feature.properties21
-rw-r--r--features/org.eclipse.emf.cdo.license-feature/feature.xml6
2 files changed, 3 insertions, 24 deletions
diff --git a/features/org.eclipse.emf.cdo.license-feature/feature.properties b/features/org.eclipse.emf.cdo.license-feature/feature.properties
index 9ef200060c..6695a516cb 100644
--- a/features/org.eclipse.emf.cdo.license-feature/feature.properties
+++ b/features/org.eclipse.emf.cdo.license-feature/feature.properties
@@ -1,24 +1,3 @@
-# Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) 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
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# Eike Stepper - initial API and implementation
-
-# NLS_MESSAGEFORMAT_VAR
-
-# ==============================================================================
-# Do not change the properties between this line and the last line containing:
-# %%% END OF TRANSLATED PROPERTIES %%%
-# Instead, either redefine an existing property, or create a new property,
-# append it to the end of the file, and change the code to use the new name.
-# ==============================================================================
-
-providerName = Eclipse Modeling Project
-featureName = CDO License
-description = Contains the shared license for all CDO and Net4j features.
# "licenseURL" property - URL of the "Feature License"
# do not translate value - just change to point to a locale-specific HTML page
diff --git a/features/org.eclipse.emf.cdo.license-feature/feature.xml b/features/org.eclipse.emf.cdo.license-feature/feature.xml
index d6f23cd904..04b7dafb61 100644
--- a/features/org.eclipse.emf.cdo.license-feature/feature.xml
+++ b/features/org.eclipse.emf.cdo.license-feature/feature.xml
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.emf.cdo.license"
- label="%featureName"
+ label="CDO License"
version="4.0.0.qualifier"
- provider-name="%providerName"
+ provider-name="Eclipse Modeling Project"
image="eclipse_update_120.jpg">
<description>
- %description
+ Contains the shared license for all CDO and Net4j features.
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">

Back to the top