project names match manifest

This commit is contained in:
Keith Donald
2008-04-29 12:20:27 +00:00
parent cc51eabb89
commit 7b498a1fda
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="spring-binding">
<project name="org.springframework.binding">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-webflow/package-bundle.xml"/>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="spring-faces">
<project name="org.springframework.faces">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-webflow/package-bundle.xml"/>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="spring-js">
<project name="org.springframework.js">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-webflow/package-bundle.xml"/>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="spring-webflow">
<project name="org.springframework.webflow">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-webflow/package-bundle.xml"/>