Author: snjeza
Date: 2008-11-10 13:43:00 -0500 (Mon, 10 Nov 2008)
New Revision: 11643
Modified:
workspace/examples/projectExamples.xml
Log:
JBIDE-3063 Make the project examples support download of one zip for multiple projects
Modified: workspace/examples/projectExamples.xml
===================================================================
--- workspace/examples/projectExamples.xml 2008-11-10 17:08:03 UTC (rev 11642)
+++ workspace/examples/projectExamples.xml 2008-11-10 18:43:00 UTC (rev 11643)
@@ -1,100 +1,53 @@
<projects>
- <project>
+
+ <project>
<category>Seam</category>
- <name>dvdstore</name>
- <shortDescription>Seam DVD Store Example - WAR</shortDescription>
- <description>This example demonstrates the use of Seam with jBPM pageflow and
business process management. It requires the dvdstore-ear and dvdstore-ejb projects.
- </description>
- <size>962000</size>
- <url>
-
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
- </url>
- </project>
-
- <project>
- <category>Seam</category>
- <name>dvdstore-ejb</name>
- <shortDescription>Seam DVD Store Example - EJB</shortDescription>
- <description>This example demonstrates the use of Seam with jBPM pageflow and
business process management. It requires the dvdstore and dvdstore-ear projects.
- </description>
- <size>589000</size>
- <url>
-
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
- </url>
- </project>
-
- <project>
- <category>Seam</category>
- <name>dvdstore-ear</name>
+ <name>dvdstoreall</name>
+ <includedProjects>
+ dvdstore,dvdstore-ear,dvdstore-ejb
+ </includedProjects>
<shortDescription>Seam DVD Store Example - EAR</shortDescription>
- <description>This example demonstrates the use of Seam with jBPM pageflow and
business process management. It requires the dvdstore and dvdstore-ejb projects.
+ <description>This example demonstrates the use of Seam with jBPM pageflow and
business process management. It includes the dvdstore,dvdstore-ear and dvdstore-ejb
projects.
</description>
- <size>5700000</size>
+ <size>7071000</size>
<url>
-
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
</url>
</project>
<project>
<category>Seam</category>
- <name>jboss-seam-jpa</name>
- <shortDescription>Seam Booking Example - WAR Standalone</shortDescription>
- <description>This example demonstrates the use of Seam in a Java EE 5
environment.
-Transaction and persistence context management is handled by the EJB container.
-This example can also run in Tomcat with JBoss Embedded.
-</description>
- <size>5491000</size>
- <url>
-
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
- </url>
- </project>
-
- <project>
- <category>Seam</category>
<name>booking</name>
- <shortDescription>Seam Booking Example - WAR</shortDescription>
+ <includedProjects>
+ booking,booking-ear,booking-ejb
+ </includedProjects>
+ <shortDescription>Seam Booking Example - EAR</shortDescription>
<description>This example demonstrates the use of Seam in a Java EE 5
environment.
Transaction and persistence context management is handled by the EJB container.
This example can also run in Tomcat with JBoss Embedded.
-It requires the booking-ejb and booking-ear projects.
+It includes the booking, booking-ear and booking-ejb projects.
</description>
- <size>2900000</size>
+ <size>8127000</size>
<url>
-
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
</url>
</project>
<project>
<category>Seam</category>
- <name>booking-ejb</name>
- <shortDescription>Seam Booking Example - EJB</shortDescription>
+ <name>jboss-seam-jpa</name>
+ <shortDescription>Seam Booking Example - WAR Standalone</shortDescription>
<description>This example demonstrates the use of Seam in a Java EE 5
environment.
Transaction and persistence context management is handled by the EJB container.
This example can also run in Tomcat with JBoss Embedded.
-It requires the booking and booking-ear projects.
</description>
- <size>70000</size>
+ <size>5491000</size>
<url>
-
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
</url>
- </project>
+ </project>
<project>
- <category>Seam</category>
- <name>booking-ear</name>
- <shortDescription>Seam Booking Example - EAR</shortDescription>
- <description>This example demonstrates the use of Seam in a Java EE 5
environment.
-Transaction and persistence context management is handled by the EJB container.
-This example can also run in Tomcat with JBoss Embedded.
-It requires the booking-ejb and booking-ejb projects.
-</description>
- <size>4700000</size>
- <url>
-
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/seam-examples/...
- </url>
- </project>
-
- <project>
<category>Portlet</category>
<name>TestJavaPortlet</name>
<shortDescription>JBoss Java Portlet Example</shortDescription>