JBoss Tools SVN: r12340 - trunk/seam/plugins/org.jboss.tools.seam.pages.xml.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-05 18:18:44 -0500 (Fri, 05 Dec 2008)
New Revision: 12340
Modified:
trunk/seam/plugins/org.jboss.tools.seam.pages.xml/plugin.properties
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/seam/plugins/org.jboss.tools.seam.pages.xml/plugin.properties
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.pages.xml/plugin.properties 2008-12-05 23:18:38 UTC (rev 12339)
+++ trunk/seam/plugins/org.jboss.tools.seam.pages.xml/plugin.properties 2008-12-05 23:18:44 UTC (rev 12340)
@@ -1,4 +1,4 @@
-providerName=Red Hat, Inc.
+providerName=JBoss, a division of Red Hat
pluginName=JBoss Tools Seam XML
#Snippets
17 years, 4 months
JBoss Tools SVN: r12339 - trunk/seam/features/org.jboss.tools.seam.feature.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-05 18:18:38 -0500 (Fri, 05 Dec 2008)
New Revision: 12339
Modified:
trunk/seam/features/org.jboss.tools.seam.feature/feature.xml
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/seam/features/org.jboss.tools.seam.feature/feature.xml
===================================================================
--- trunk/seam/features/org.jboss.tools.seam.feature/feature.xml 2008-12-05 23:18:33 UTC (rev 12338)
+++ trunk/seam/features/org.jboss.tools.seam.feature/feature.xml 2008-12-05 23:18:38 UTC (rev 12339)
@@ -3,7 +3,7 @@
id="org.jboss.tools.seam.feature"
label="Seam Tools"
version="1.0.0"
- provider-name="JBoss, a division of Red Hat."
+ provider-name="JBoss, a division of Red Hat"
plugin="org.jboss.tools.seam.core">
<description url="http://www.jboss.org/tools">
17 years, 4 months
JBoss Tools SVN: r12338 - trunk/seam/plugins/org.jboss.tools.seam.xml.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-05 18:18:33 -0500 (Fri, 05 Dec 2008)
New Revision: 12338
Modified:
trunk/seam/plugins/org.jboss.tools.seam.xml/plugin.properties
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/seam/plugins/org.jboss.tools.seam.xml/plugin.properties
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.xml/plugin.properties 2008-12-05 23:18:28 UTC (rev 12337)
+++ trunk/seam/plugins/org.jboss.tools.seam.xml/plugin.properties 2008-12-05 23:18:33 UTC (rev 12338)
@@ -1,4 +1,4 @@
-providerName=Red Hat, Inc.
+providerName=JBoss, a division of Red Hat
pluginName=JBoss Tools Seam XML
#Snippets
17 years, 4 months
JBoss Tools SVN: r12337 - trunk/seam/plugins/org.jboss.tools.seam.core/META-INF.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-05 18:18:28 -0500 (Fri, 05 Dec 2008)
New Revision: 12337
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/META-INF/MANIFEST.MF
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/seam/plugins/org.jboss.tools.seam.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/plugins/org.jboss.tools.seam.core/META-INF/MANIFEST.MF 2008-12-05 23:18:22 UTC (rev 12336)
+++ trunk/seam/plugins/org.jboss.tools.seam.core/META-INF/MANIFEST.MF 2008-12-05 23:18:28 UTC (rev 12337)
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
Bundle-ActivationPolicy: lazy
-Bundle-Name: Seam Core Plug-in
+Bundle-Name: Seam Tools
Bundle-ClassPath: seam-core.jar
Bundle-Activator: org.jboss.tools.seam.core.SeamCorePlugin
Bundle-ManifestVersion: 2
-Bundle-Vendor: Red Hat, Inc.
+Bundle-Vendor: JBoss, a division of Red Hat
Bundle-SymbolicName: org.jboss.tools.seam.core; singleton:=true
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
@@ -51,7 +51,7 @@
org.eclipse.jst.j2ee.core,
org.eclipse.jst.jsf.facesconfig,
org.eclipse.jst.common.frameworks,
- org.jboss.tools.common.kb;bundle-version="2.0.0"
+ org.jboss.tools.common.kb
Bundle-Version: 2.0.0
Export-Package:
org.jboss.tools.seam.core,
17 years, 4 months
JBoss Tools SVN: r12336 - trunk/common/features/org.jboss.tools.common.text.ext.feature.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-05 18:18:22 -0500 (Fri, 05 Dec 2008)
New Revision: 12336
Modified:
trunk/common/features/org.jboss.tools.common.text.ext.feature/feature.xml
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/common/features/org.jboss.tools.common.text.ext.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.text.ext.feature/feature.xml 2008-12-05 23:18:18 UTC (rev 12335)
+++ trunk/common/features/org.jboss.tools.common.text.ext.feature/feature.xml 2008-12-05 23:18:22 UTC (rev 12336)
@@ -223,7 +223,7 @@
</url>
<requires>
- <import feature="org.jboss.tools.common.core.feature" version="1.0.0"/>
+ <import feature="org.jboss.tools.common.core.feature" version="2.0.0"/>
</requires>
<plugin
17 years, 4 months
JBoss Tools SVN: r12335 - trunk/common/features/org.jboss.tools.common.ui.feature.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-05 18:18:18 -0500 (Fri, 05 Dec 2008)
New Revision: 12335
Modified:
trunk/common/features/org.jboss.tools.common.ui.feature/feature.xml
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/common/features/org.jboss.tools.common.ui.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.ui.feature/feature.xml 2008-12-05 22:49:59 UTC (rev 12334)
+++ trunk/common/features/org.jboss.tools.common.ui.feature/feature.xml 2008-12-05 23:18:18 UTC (rev 12335)
@@ -219,8 +219,8 @@
</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"/>
+ <import feature="org.jboss.tools.common.core.feature" version="2.0.0"/>
+ <import feature="org.jboss.tools.common.text.ext.feature" version="2.0.0"/>
</requires>
<plugin
17 years, 4 months
JBoss Tools SVN: r12334 - trunk/hibernatetools/features/org.hibernate.eclipse.feature.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-05 17:49:59 -0500 (Fri, 05 Dec 2008)
New Revision: 12334
Modified:
trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.xml
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.xml 2008-12-05 22:42:15 UTC (rev 12333)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.feature/feature.xml 2008-12-05 22:49:59 UTC (rev 12334)
@@ -3,13 +3,12 @@
id="org.hibernate.eclipse.feature"
label="Hibernate Tools"
version="3.2.0.beta7"
- provider-name="JBoss, a division of Red Hat."
+ provider-name="JBoss, a division of Red Hat"
plugin="org.hibernate.eclipse">
<description url="http://tools.hibernate.org">
Hibernate Tools Eclipse Plugin provides development wizards,
a query console and a mapping editor for Hibernate 3.
-
Also includes hibernate-tools.jar for use with standalone Ant tools.
</description>
17 years, 4 months
JBoss Tools SVN: r12333 - trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/META-INF.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-05 17:42:15 -0500 (Fri, 05 Dec 2008)
New Revision: 12333
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF 2008-12-05 22:42:07 UTC (rev 12332)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.jdt.apt.ui/META-INF/MANIFEST.MF 2008-12-05 22:42:15 UTC (rev 12333)
@@ -4,7 +4,7 @@
Bundle-SymbolicName: org.hibernate.eclipse.jdt.apt.ui;singleton:=true
Bundle-Version: 3.2.0.beta8
Bundle-Activator: org.hibernate.eclipse.jdt.apt.ui.Activator
-Bundle-Vendor: JBoss, a division of Red Hat.
+Bundle-Vendor: JBoss, a division of Red Hat
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
17 years, 4 months
JBoss Tools SVN: r12332 - trunk/hibernatetools/features/org.hibernate.eclipse.test.feature.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-05 17:42:07 -0500 (Fri, 05 Dec 2008)
New Revision: 12332
Modified:
trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml
===================================================================
--- trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml 2008-12-05 22:42:03 UTC (rev 12331)
+++ trunk/hibernatetools/features/org.hibernate.eclipse.test.feature/feature.xml 2008-12-05 22:42:07 UTC (rev 12332)
@@ -3,10 +3,10 @@
id="org.hibernate.eclipse.test.feature"
label="Hibernate Tests"
version="3.1.0.beta7"
- provider-name="JBoss, a division of Red Hat.">
+ provider-name="JBoss, a division of Red Hat">
<description url="http://www.example.com/description">
- hibernate test
+ hibernate test
</description>
<copyright url="http://www.example.com/copyright">
17 years, 4 months
JBoss Tools SVN: r12331 - trunk/hibernatetools/plugins/org.hibernate.eclipse.console/META-INF.
by jbosstools-commits@lists.jboss.org
Author: snjeza
Date: 2008-12-05 17:42:03 -0500 (Fri, 05 Dec 2008)
New Revision: 12331
Modified:
trunk/hibernatetools/plugins/org.hibernate.eclipse.console/META-INF/MANIFEST.MF
Log:
JBIDE-3321 Bad metadata for various features
Modified: trunk/hibernatetools/plugins/org.hibernate.eclipse.console/META-INF/MANIFEST.MF
===================================================================
--- trunk/hibernatetools/plugins/org.hibernate.eclipse.console/META-INF/MANIFEST.MF 2008-12-05 22:41:58 UTC (rev 12330)
+++ trunk/hibernatetools/plugins/org.hibernate.eclipse.console/META-INF/MANIFEST.MF 2008-12-05 22:42:03 UTC (rev 12331)
@@ -5,7 +5,7 @@
Bundle-Version: 3.2.0.beta9
Bundle-ClassPath: org.hibernate.eclipse.console.jar
Bundle-Activator: org.hibernate.eclipse.console.HibernateConsolePlugin
-Bundle-Vendor: JBoss, a division of Red Hat.
+Bundle-Vendor: JBoss, a division of Red Hat
Bundle-Localization: plugin
Export-Package: org.hibernate.eclipse.builder,
org.hibernate.eclipse.console,
17 years, 4 months