Author: snjeza
Date: 2010-02-07 18:03:31 -0500 (Sun, 07 Feb 2010)
New Revision: 20166
Modified:
workspace/examples/project-examples-3.1.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-1070 Clean up project examples locations
Modified: workspace/examples/project-examples-3.1.xml
===================================================================
--- workspace/examples/project-examples-3.1.xml 2010-02-07 22:28:17 UTC (rev 20165)
+++ workspace/examples/project-examples-3.1.xml 2010-02-07 23:03:31 UTC (rev 20166)
@@ -126,6 +126,28 @@
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
</url>
<welcome type="cheatsheets"
url="/booking22/cheatsheets/booking.xml"/>
+ <fixes>
+ <fix type="wtpruntime">
+ <property
name="allowed-types">org.jboss.ide.eclipse.as.runtime.eap.50</property>
+ <property name="short-description">Missing WTP
Runtime</property>
+ <property
name="eclipse-projects">booking22,booking22-ejb,booking22-ear</property>
+ <property name="description">This project example requires the JBoss
EAP 5.0</property>
+ </fix>
+
+ <fix type="seam">
+ <!-- support version ranges ? -->
+ <property name="allowed-versions">2.2.0</property>
+ <property name="short-description">Missing Seam
Runtime</property>
+ <property name="eclipse-projects">booking22</property>
+ <property name="description">This project example requires Seam
version 2.2.0</property>
+ </fix>
+ <fix type="plugin">
+ <property name="id">org.testng.eclipse</property>
+ <property name="versions">5.8.0, 5.9.0</property>
+ <property name="short-description">Missing TestNG
plugin</property>
+ <property name="description">The TestNG plugin is required if you
want to run Seam tests. You can install it using the following update site:
http://beust.com/eclipse</property>
+ </fix>
+ </fixes>
</project>
<project>