Author: max.andersen(a)jboss.com
Date: 2008-06-21 04:36:16 -0400 (Sat, 21 Jun 2008)
New Revision: 8885
Modified:
trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/plugin.xml
Log:
a jpaplatform should not set itself as default - see eclipse bug 233754
It should be set in the product configuration.
Modified: trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/plugin.xml
===================================================================
--- trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/plugin.xml 2008-06-20
23:17:56 UTC (rev 8884)
+++ trunk/hibernatetools/plugins/org.jboss.tools.hibernate.jpt.core/plugin.xml 2008-06-21
08:36:16 UTC (rev 8885)
@@ -7,7 +7,7 @@
<jpaPlatform
class="org.jboss.tools.hibernate.jpt.core.internal.HibernatePlatform"
- default="true"
+ default="false"
id="hibernate"
label="Hibernate"/>
</extension>
Show replies by date