Author: Grid.Qian
Date: 2009-08-31 05:59:47 -0400 (Mon, 31 Aug 2009)
New Revision: 17377
Modified:
workspace/examples/projectExamples.xml
Log:
modify the projectExamples.xml file to add two examples for bpel
Modified: workspace/examples/projectExamples.xml
===================================================================
--- workspace/examples/projectExamples.xml 2009-08-31 09:58:42 UTC (rev 17376)
+++ workspace/examples/projectExamples.xml 2009-08-31 09:59:47 UTC (rev 17377)
@@ -416,4 +416,26 @@
http://anonsvn.jboss.org/repos/jbosstools/workspace/snjeza/resteasy-examp...
</url>
</project>
+
+ <project>
+ <category>BPEL</category>
+ <name>HelloWorld</name>
+ <shortDescription>A simple BPEL example</shortDescription>
+ <description>This sample is to show a simple BPEL2.0
example.</description>
+ <size>10000</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/Hell...
+ </url>
+ </project>
+
+ <project>
+ <category>BPEL</category>
+ <name>Simple_Correlation</name>
+ <shortDescription>A correlation BPEL example</shortDescription>
+ <description>This sample is to show how to use the correlation in the BPEL2.0
example.</description>
+ <size>11000</size>
+ <url>
+
http://anonsvn.jboss.org/repos/jbosstools/workspace/grid/esb-example/Simp...
+ </url>
+ </project>
</projects>