[jbosstools-commits] JBoss Tools SVN: r7231 - trunk/common/features/org.jboss.tools.common.feature.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Mar 31 22:24:15 EDT 2008
Author: mculpepper at jboss.com
Date: 2008-03-31 22:24:15 -0400 (Mon, 31 Mar 2008)
New Revision: 7231
Modified:
trunk/common/features/org.jboss.tools.common.feature/feature.xml
Log:
updating (currently unused) features to use correct IDs, copyright/license info, update site, etc
Modified: trunk/common/features/org.jboss.tools.common.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.feature/feature.xml 2008-04-01 02:24:13 UTC (rev 7230)
+++ trunk/common/features/org.jboss.tools.common.feature/feature.xml 2008-04-01 02:24:15 UTC (rev 7231)
@@ -1,24 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.common_feature"
- label="Common Feature"
- version="2.0.0">
-
- <description url="http://www.jboss.org/tools">
- JBossTools Common Feature
- </description>
-
- <copyright>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.common.feature"
+ label="Common Feature"
+ version="2.0.0"
+ provider-name="JBoss, a division of Red Hat">
+
+ <description url="http://www.jboss.org/tools">
+ JBossTools Common Feature
+ </description>
+
+ <copyright>
Copyright (c) 2007 Exadel, Inc and Red Hat, Inc.
Distributed under license by Red Hat, Inc. All rights reserved.
This program is 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:
-Exadel, Inc. and Red Hat, Inc. - initial API and implementation
- </copyright>
-
- <license url="http://www.eclipse.org/legal/epl-v10.html">
+Exadel, Inc. and Red Hat, Inc. - initial API and implementation
+ </copyright>
+
+ <license url="http://www.eclipse.org/legal/epl-v10.html">
Eclipse Public License - v 1.0
THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS
ECLIPSE PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR
@@ -214,19 +215,23 @@
No party to this Agreement will bring a legal action under this
Agreement more than one year after the cause of action arose.
Each party waives its rights to a jury trial in any resulting
-litigation.
- </license>
-
- <includes
- id="org.eclipse.wst.common_core.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.wst.common_ui.feature"
- version="0.0.0"/>
-
- <requires>
- <import feature="org.jboss.tools.common.text.ext_feature" version="0.0.0" match="greaterOrEqual"/>
- </requires>
-
-</feature>
+litigation.
+ </license>
+
+ <url>
+ <update label="JBossTools Update Site" url="http://download.jboss.org/jbosstools/updates/stable"/>
+ </url>
+
+ <includes
+ id="org.eclipse.wst.common_core.feature"
+ version="0.0.0"/>
+
+ <includes
+ id="org.eclipse.wst.common_ui.feature"
+ version="0.0.0"/>
+
+ <requires>
+ <import feature="org.jboss.tools.common.text.ext_feature" version="0.0.0" match="greaterOrEqual"/>
+ </requires>
+
+</feature>
More information about the jbosstools-commits
mailing list