moved flow engine into webapp bundle

This commit is contained in:
Scott Andrews
2008-06-30 13:47:02 +00:00
parent 5f801e631b
commit 32efc198a9
22 changed files with 400 additions and 24 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.springframework.samples.springtravel</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.springframework.ide.eclipse.core.springnature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<beansProjectDescription>
<version>1</version>
<pluginVersion><![CDATA[2.0.5.v200805211800]]></pluginVersion>
<configSuffixes>
<configSuffix><![CDATA[xml]]></configSuffix>
</configSuffixes>
<enableImports><![CDATA[false]]></enableImports>
<configs>
</configs>
<configSets>
</configSets>
</beansProjectDescription>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.samples.springtravel">
<path id="bundles">
<pathelement location="../org.springframework.samples.springtravel.resource" />
<pathelement location="../org.springframework.samples.springtravel.hotel" />
<pathelement location="../org.springframework.samples.springtravel.webapp" />
</path>
<property file="${basedir}/../../../build.properties" />
<property file="${basedir}/../../../build.versions" />
<import file="${basedir}/../../../spring-build/par/default.xml" />
</project>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<com.springsource.platform.ide.par:Par xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:com.springsource.platform.ide.par="http:///com/springsource/platform/ide/par.ecore">
<bundle symbolicName="org.springframework.samples.springtravel.resource"/>
<bundle symbolicName="org.springframework.samples.springtravel.user"/>
<bundle symbolicName="org.springframework.samples.springtravel.hotel"/>
<bundle symbolicName="org.springframework.samples.springtravel.webapp"/>
</com.springsource.platform.ide.par:Par>