[jbosstools-commits] JBoss Tools SVN: r23662 - trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Jul 22 08:08:10 EDT 2010


Author: dgeraskov
Date: 2010-07-22 08:08:09 -0400 (Thu, 22 Jul 2010)
New Revision: 23662

Modified:
   trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/plugin.xml
Log:
https://jira.jboss.org/browse/JBIDE-6686
Rename platforms.

Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/plugin.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/plugin.xml	2010-07-22 11:59:45 UTC (rev 23661)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/plugin.xml	2010-07-22 12:08:09 UTC (rev 23662)
@@ -8,14 +8,14 @@
         factoryClass="org.jboss.tools.hibernate.jpt.core.internal.HibernateJpaPlatformFactory"
         id="hibernate"
         jpaFacetVersion="1.0"
-        label="Hibernate Jpa 1.0">
+        label="Hibernate JPA 1.0">
 		</jpaPlatform>
 		<jpaPlatform
         default="false"
         factoryClass="org.jboss.tools.hibernate.jpt.core.internal.jpa2.HibernateJpa2_0PlatformFactory"
         id="hibernate2_0"
         jpaFacetVersion="2.0"
-        label="Hibernate Jpa 2.0">
+        label="Hibernate JPA2.0">
 		</jpaPlatform>		
 	</extension>
  <extension



More information about the jbosstools-commits mailing list