Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-07-30 11:26:33 +0000
committerEike Stepper2009-07-30 11:26:33 +0000
commite54c6518dce0ed0ea0906d2faeb5bd54b12d4b18 (patch)
tree45b87f81e4722b452a1150c365cd2119b63764d4 /features/org.eclipse.emf.cdo.all.tests-feature/feature.xml
parent2a10ecad3bbbcf7945c381e799a285bf6f0fcf96 (diff)
downloadcdo-e54c6518dce0ed0ea0906d2faeb5bd54b12d4b18.tar.gz
cdo-e54c6518dce0ed0ea0906d2faeb5bd54b12d4b18.tar.xz
cdo-e54c6518dce0ed0ea0906d2faeb5bd54b12d4b18.zip
[284834] [Releng] Migrate Net4j and CDO builds to Athena/Hudson
https://bugs.eclipse.org/bugs/show_bug.cgi?id=284834
Diffstat (limited to 'features/org.eclipse.emf.cdo.all.tests-feature/feature.xml')
-rw-r--r--features/org.eclipse.emf.cdo.all.tests-feature/feature.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/features/org.eclipse.emf.cdo.all.tests-feature/feature.xml b/features/org.eclipse.emf.cdo.all.tests-feature/feature.xml
new file mode 100644
index 0000000000..80ed7b7672
--- /dev/null
+++ b/features/org.eclipse.emf.cdo.all.tests-feature/feature.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2004 - 2009 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.all.tests"
+ label="%featureName"
+ version="3.0.0.qualifier"
+ provider-name="%providerName"
+ image="eclipse_update_120.jpg">
+
+ <description>
+ %description
+ </description>
+
+ <copyright url="%copyrightURL">
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <url>
+ <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>
+
+ <includes
+ id="org.eclipse.net4j.tests"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.emf.cdo.tests"
+ version="0.0.0"/>
+
+</feature>

Back to the top