moved flow engine into webapp bundle
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user