Author: objectiser
Date: 2009-12-02 11:25:44 -0500 (Wed, 02 Dec 2009)
New Revision: 360
Added:
trunk/samples/quickstart/hello_world_header_wsdl/.project
trunk/samples/quickstart/hello_world_header_wsdl/bpelContent/
trunk/samples/quickstart/loan_approval/bpelContent/
trunk/samples/quickstart/simple_correlation/.project
trunk/samples/quickstart/simple_correlation/bpelContent/
trunk/samples/quickstart/simple_invoke/bpelContent/
Removed:
trunk/samples/quickstart/hello_world_header_wsdl/bpel/
trunk/samples/quickstart/loan_approval/bpel/
trunk/samples/quickstart/simple_correlation/bpel/
trunk/samples/quickstart/simple_invoke/bpel/
Modified:
trunk/samples/quickstart/hello_world_header_wsdl/build.xml
trunk/samples/quickstart/loan_approval/build.xml
trunk/samples/quickstart/simple_correlation/build.xml
trunk/samples/quickstart/simple_invoke/build.xml
Log:
RIFTSAW-130 - added Eclipse project artifacts to RiftSaw quickstart examples.
Added: trunk/samples/quickstart/hello_world_header_wsdl/.project
===================================================================
--- trunk/samples/quickstart/hello_world_header_wsdl/.project (rev
0)
+++ trunk/samples/quickstart/hello_world_header_wsdl/.project 2009-12-02 16:25:44 UTC (rev
360)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>Quickstart_bpel_hello_world_header_wsdl</name>
+ <comment></comment>
+ <projects>
+ <project>Quickstart_bpel_hello_world_header_wsdl</project>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.wst.common.project.facet.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.wst.validation.validationbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.bpel.validator.builder</name>
+ <arguments>
+ <dictionary>
+ <key>debug</key>
+ <value>false</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+ <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+ <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+ </natures>
+</projectDescription>
Copied: trunk/samples/quickstart/hello_world_header_wsdl/bpelContent (from rev 352,
trunk/samples/quickstart/hello_world_header_wsdl/bpel)
Modified: trunk/samples/quickstart/hello_world_header_wsdl/build.xml
===================================================================
--- trunk/samples/quickstart/hello_world_header_wsdl/build.xml 2009-12-02 16:23:26 UTC
(rev 359)
+++ trunk/samples/quickstart/hello_world_header_wsdl/build.xml 2009-12-02 16:25:44 UTC
(rev 360)
@@ -19,7 +19,7 @@
<target name="deploy">
<echo>Deploy ${ant.project.name}</echo>
- <jar basedir="bpel" destfile="${deploy.dir}/${sample.jar.name}"
/>
+ <jar basedir="bpelContent"
destfile="${deploy.dir}/${sample.jar.name}" />
</target>
<target name="undeploy">
Copied: trunk/samples/quickstart/loan_approval/bpelContent (from rev 344,
trunk/samples/quickstart/loan_approval/bpel)
Modified: trunk/samples/quickstart/loan_approval/build.xml
===================================================================
--- trunk/samples/quickstart/loan_approval/build.xml 2009-12-02 16:23:26 UTC (rev 359)
+++ trunk/samples/quickstart/loan_approval/build.xml 2009-12-02 16:25:44 UTC (rev 360)
@@ -37,7 +37,7 @@
<mkdir dir="${basedir}/war/resources/WEB-INF/wsdl" />
<copy todir="${basedir}/war/resources/WEB-INF/wsdl"
- file="bpel/loanServicePT.wsdl"/>
+ file="bpelContent/loanServicePT.wsdl"/>
<!-- War... -->
<war warfile="build/${ant.project.name}.war"
@@ -64,7 +64,7 @@
<target name="deploy" depends="deploywar" >
<echo>Deploy ${ant.project.name}</echo>
- <jar basedir="bpel" destfile="${deploy.dir}/${sample.jar.name}"
/>
+ <jar basedir="bpelContent"
destfile="${deploy.dir}/${sample.jar.name}" />
</target>
<target name="undeploy" depends="undeploywar" >
Added: trunk/samples/quickstart/simple_correlation/.project
===================================================================
--- trunk/samples/quickstart/simple_correlation/.project (rev 0)
+++ trunk/samples/quickstart/simple_correlation/.project 2009-12-02 16:25:44 UTC (rev
360)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>Quickstart_bpel_simple_correlation</name>
+ <comment></comment>
+ <projects>
+ <project>Quickstart_bpel_simple_correlation</project>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.wst.common.project.facet.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.wst.validation.validationbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.bpel.validator.builder</name>
+ <arguments>
+ <dictionary>
+ <key>debug</key>
+ <value>false</value>
+ </dictionary>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
+ <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
+ <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+ </natures>
+</projectDescription>
Copied: trunk/samples/quickstart/simple_correlation/bpelContent (from rev 344,
trunk/samples/quickstart/simple_correlation/bpel)
Modified: trunk/samples/quickstart/simple_correlation/build.xml
===================================================================
--- trunk/samples/quickstart/simple_correlation/build.xml 2009-12-02 16:23:26 UTC (rev
359)
+++ trunk/samples/quickstart/simple_correlation/build.xml 2009-12-02 16:25:44 UTC (rev
360)
@@ -19,7 +19,7 @@
<target name="deploy">
<echo>Deploy ${ant.project.name}</echo>
- <jar basedir="bpel" destfile="${deploy.dir}/${sample.jar.name}"
/>
+ <jar basedir="bpelContent"
destfile="${deploy.dir}/${sample.jar.name}" />
</target>
<target name="undeploy">
Copied: trunk/samples/quickstart/simple_invoke/bpelContent (from rev 344,
trunk/samples/quickstart/simple_invoke/bpel)
Modified: trunk/samples/quickstart/simple_invoke/build.xml
===================================================================
--- trunk/samples/quickstart/simple_invoke/build.xml 2009-12-02 16:23:26 UTC (rev 359)
+++ trunk/samples/quickstart/simple_invoke/build.xml 2009-12-02 16:25:44 UTC (rev 360)
@@ -61,7 +61,7 @@
<target name="deploy" depends="deploywar" >
<echo>Deploy ${ant.project.name}</echo>
- <jar basedir="bpel" destfile="${deploy.dir}/${sample.jar.name}"
/>
+ <jar basedir="bpelContent"
destfile="${deploy.dir}/${sample.jar.name}" />
</target>
<target name="undeploy" depends="undeploywar" >
Show replies by date