Author: adietish
Date: 2010-12-28 15:33:32 -0500 (Tue, 28 Dec 2010)
New Revision: 27783
Modified:
trunk/gwt/plugins/org.jboss.tools.gwt.core/plugin.xml
Log:
[JBIDE-8004] corrected facet dependency to a range that start with jdk1.5 instead of a
fixed dependency to it
Modified: trunk/gwt/plugins/org.jboss.tools.gwt.core/plugin.xml
===================================================================
--- trunk/gwt/plugins/org.jboss.tools.gwt.core/plugin.xml 2010-12-28 18:49:29 UTC (rev
27782)
+++ trunk/gwt/plugins/org.jboss.tools.gwt.core/plugin.xml 2010-12-28 20:33:32 UTC (rev
27783)
@@ -23,7 +23,7 @@
</requires>
<requires
facet="jst.java"
- version="5.0">
+ version="[5.0">
</requires>
</and>
</constraint>
@@ -39,7 +39,7 @@
</requires>
<requires
facet="jst.java"
- version="5.0">
+ version="[5.0">
</requires>
</and>
</constraint>