Author: snjeza
Date: 2008-11-10 16:48:49 -0500 (Mon, 10 Nov 2008)
New Revision: 11646
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 19:07:46 UTC (rev 11645)
+++ workspace/examples/projectExamples.xml 2008-11-10 21:48:49 UTC (rev 11646)
@@ -3,9 +3,9 @@
<project>
<category>Seam</category>
<name>dvdstoreall</name>
- <includedProjects>
+ <included-projects>
dvdstore,dvdstore-ear,dvdstore-ejb
- </includedProjects>
+ </included-projects>
<shortDescription>Seam DVD Store Example - EAR</shortDescription>
<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>
@@ -18,9 +18,9 @@
<project>
<category>Seam</category>
<name>booking</name>
- <includedProjects>
+ <included-projects>
booking,booking-ear,booking-ejb
- </includedProjects>
+ </included-projects>
<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.
Show replies by date