Author: objectiser
Date: 2009-12-02 11:09:13 -0500 (Wed, 02 Dec 2009)
New Revision: 358
Added:
trunk/samples/quickstart/hello_world_header_ode/.project
trunk/samples/quickstart/hello_world_header_ode/bpelContent/
Removed:
trunk/samples/quickstart/hello_world_header_ode/bpel/
Modified:
trunk/samples/quickstart/hello_world_header_ode/build.xml
Log:
RIFTSAW-130 - added Eclipse project artifacts to RiftSaw quickstart examples.
Added: trunk/samples/quickstart/hello_world_header_ode/.project
===================================================================
--- trunk/samples/quickstart/hello_world_header_ode/.project (rev
0)
+++ trunk/samples/quickstart/hello_world_header_ode/.project 2009-12-02 16:09:13 UTC (rev
358)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>Quickstart_bpel_hello_world_header_ode</name>
+ <comment></comment>
+ <projects>
+ <project>Quickstart_bpel_hello_world_header_ode</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_ode/bpelContent (from rev 344,
trunk/samples/quickstart/hello_world_header_ode/bpel)
Modified: trunk/samples/quickstart/hello_world_header_ode/build.xml
===================================================================
--- trunk/samples/quickstart/hello_world_header_ode/build.xml 2009-12-02 16:08:33 UTC (rev
357)
+++ trunk/samples/quickstart/hello_world_header_ode/build.xml 2009-12-02 16:09:13 UTC (rev
358)
@@ -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">
Show replies by date