Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-10-18 06:08:15 +0000
committerEike Stepper2011-10-18 06:08:15 +0000
commit3f6aa4feaa348f56a9300cca1a942a360c975644 (patch)
tree1f6678cdd34dd71772a89a46d3a9bb8d066fd23d /features/org.eclipse.emf.cdo.releng.launches-feature/feature.xml
parentbd8395defd2842182a5fcbd5b496fdfc72dae72d (diff)
downloadcdo-3f6aa4feaa348f56a9300cca1a942a360c975644.tar.gz
cdo-3f6aa4feaa348f56a9300cca1a942a360c975644.tar.xz
cdo-3f6aa4feaa348f56a9300cca1a942a360c975644.zip
Diffstat (limited to 'features/org.eclipse.emf.cdo.releng.launches-feature/feature.xml')
-rw-r--r--features/org.eclipse.emf.cdo.releng.launches-feature/feature.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.cdo.releng.launches-feature/feature.xml b/features/org.eclipse.emf.cdo.releng.launches-feature/feature.xml
new file mode 100644
index 0000000000..b3ce9d7ad7
--- /dev/null
+++ b/features/org.eclipse.emf.cdo.releng.launches-feature/feature.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ 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
+-->
+<feature
+ id="org.eclipse.emf.cdo.releng.launches"
+ label="%featureName"
+ version="1.0.0.qualifier"
+ provider-name="%providerName"
+ image="eclipse_update_120.jpg"
+ license-feature="org.eclipse.emf.cdo.license"
+ license-feature-version="4.0.0.qualifier">
+
+ <description>
+ %description
+ </description>
+
+ <copyright url="%copyrightURL">
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
+ </url>
+
+ <plugin
+ id="org.eclipse.emf.cdo.releng.launches"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top