Author: objectiser
Date: 2009-12-02 11:23:26 -0500 (Wed, 02 Dec 2009)
New Revision: 359
Added:
trunk/samples/quickstart/hello_world/.project
trunk/samples/quickstart/hello_world/.settings/
trunk/samples/quickstart/hello_world/.settings/org.eclipse.wst.common.component
trunk/samples/quickstart/hello_world/.settings/org.eclipse.wst.common.project.facet.core.xml
trunk/samples/quickstart/hello_world/bpelContent/
Removed:
trunk/samples/quickstart/hello_world/bpel/
Modified:
trunk/samples/quickstart/hello_world/build.xml
Log:
RIFTSAW-130 - added Eclipse project artifacts to RiftSaw quickstart examples.
Added: trunk/samples/quickstart/hello_world/.project
===================================================================
--- trunk/samples/quickstart/hello_world/.project (rev 0)
+++ trunk/samples/quickstart/hello_world/.project 2009-12-02 16:23:26 UTC (rev 359)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>Quickstart_bpel_hello_world</name>
+ <comment></comment>
+ <projects>
+ <project>Quickstart_bpel_hello_world</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>
Added: trunk/samples/quickstart/hello_world/.settings/org.eclipse.wst.common.component
===================================================================
--- trunk/samples/quickstart/hello_world/.settings/org.eclipse.wst.common.component
(rev 0)
+++
trunk/samples/quickstart/hello_world/.settings/org.eclipse.wst.common.component 2009-12-02
16:23:26 UTC (rev 359)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project-modules id="moduleCoreId" project-version="1.5.0">
+ <wb-module deploy-name="Quickstart_bpel_hello_world">
+ <wb-resource deploy-path="/"
source-path="/bpelContent"/>
+ <dependent-module deploy-path="/"
handle="module:/org.jboss.ide.eclipse.as.wtp.core.vcf.outputFolders/">
+ <dependency-type>consumes</dependency-type>
+ </dependent-module>
+ </wb-module>
+</project-modules>
Added:
trunk/samples/quickstart/hello_world/.settings/org.eclipse.wst.common.project.facet.core.xml
===================================================================
---
trunk/samples/quickstart/hello_world/.settings/org.eclipse.wst.common.project.facet.core.xml
(rev 0)
+++
trunk/samples/quickstart/hello_world/.settings/org.eclipse.wst.common.project.facet.core.xml 2009-12-02
16:23:26 UTC (rev 359)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<faceted-project>
+ <fixed facet="jbt.bpel.facet.core"/>
+ <installed facet="jbt.bpel.facet.core" version="2.0"/>
+</faceted-project>
Copied: trunk/samples/quickstart/hello_world/bpelContent (from rev 344,
trunk/samples/quickstart/hello_world/bpel)
Modified: trunk/samples/quickstart/hello_world/build.xml
===================================================================
--- trunk/samples/quickstart/hello_world/build.xml 2009-12-02 16:09:13 UTC (rev 358)
+++ trunk/samples/quickstart/hello_world/build.xml 2009-12-02 16:23:26 UTC (rev 359)
@@ -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">