JBoss Tools SVN: r7230 - trunk/common/features/org.jboss.tools.common.ui.feature.
by jbosstools-commits@lists.jboss.org
Author: mculpepper(a)jboss.com
Date: 2008-03-31 22:24:13 -0400 (Mon, 31 Mar 2008)
New Revision: 7230
Modified:
trunk/common/features/org.jboss.tools.common.ui.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.ui.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.ui.feature/feature.xml 2008-03-31 23:18:20 UTC (rev 7229)
+++ trunk/common/features/org.jboss.tools.common.ui.feature/feature.xml 2008-04-01 02:24:13 UTC (rev 7230)
@@ -1,24 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.jboss.tools.common.ui_feature"
- label="Common UI Feature"
- version="2.0.0">
-
- <description url="http://www.jboss.org/tools">
- JBossTools Common UI Feature
- </description>
-
- <copyright>
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.jboss.tools.common.ui.feature"
+ label="Common UI Feature"
+ version="2.0.0"
+ provider-name="JBoss, a division of Red Hat">
+
+ <description url="http://www.jboss.org/tools">
+ JBossTools Common UI 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,24 +215,24 @@
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>
-
- <requires>
- <import feature="org.jboss.tools.common.core_feature" version="1.0.0"/>
- <import feature="org.jboss.tools.common.text.ext_feature" version="1.0.0"/>
- </requires>
-
- <plugin
- id="org.jboss.tools.common.gef"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
- <plugin
- id="org.jboss.tools.common.model.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
-</feature>
+litigation.
+ </license>
+
+ <requires>
+ <import feature="org.jboss.tools.common.core.feature" version="1.0.0"/>
+ <import feature="org.jboss.tools.common.text.ext.feature" version="1.0.0"/>
+ </requires>
+
+ <plugin
+ id="org.jboss.tools.common.gef"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+ <plugin
+ id="org.jboss.tools.common.model.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
+</feature>
16 years, 9 months