renamed .testsuite -> .integration-tests

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@492 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Chris Beams 2008-12-20 09:36:46 +00:00
parent ee25c75ea3
commit 91d7b44c47
37 changed files with 13 additions and 13 deletions

View File

@ -20,7 +20,7 @@
<pathelement location="../org.springframework.web.portlet"/> <pathelement location="../org.springframework.web.portlet"/>
<pathelement location="../org.springframework.test"/> <pathelement location="../org.springframework.test"/>
<pathelement location="../org.springframework.spring-library"/> <pathelement location="../org.springframework.spring-library"/>
<pathelement location="../org.springframework.testsuite"/> <pathelement location="../org.springframework.integration-tests"/>
</path> </path>
<property file="${basedir}/../build.properties"/> <property file="${basedir}/../build.properties"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>org.springframework.testsuite</name> <name>org.springframework.integration-tests</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View File

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

View File

@ -0,0 +1,4 @@
Bundle-SymbolicName: org.springframework.integration-tests
Bundle-Name: Spring Framework Integration Tests
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2

View File

@ -1,4 +0,0 @@
Bundle-SymbolicName: org.springframework.testsuite
Bundle-Name: Spring Testsuite
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2

View File

@ -222,12 +222,12 @@
<module name="context-support" /> <module name="context-support" />
<module name="jdbc" /> <module name="jdbc" />
<module name="jms" /> <module name="jms" />
<module name="org.springframework.testsuite" /> <module name="org.springframework.integration-tests" />
<module name="beans" /> <module name="beans" />
<module name="context" /> <module name="context" />
<module name="orm" /> <module name="orm" />
<module name="web-servlet" /> <module name="web-servlet" />
<module name="testsuite" /> <module name="integration-tests" />
<module name="web"> <module name="web">
<files> <files>
<file url="file://$PROJECT_DIR$/org.springframework.web/src/test/resources/org/springframework/web/context/request/requestScopeTests.xml" /> <file url="file://$PROJECT_DIR$/org.springframework.web/src/test/resources/org/springframework/web/context/request/requestScopeTests.xml" />
@ -239,13 +239,13 @@
</facet-type> </facet-type>
<facet-type id="web"> <facet-type id="web">
<modules> <modules>
<module name="org.springframework.testsuite" /> <module name="org.springframework.integration-tests" />
<module name="testsuite" /> <module name="integration-tests" />
</modules> </modules>
</facet-type> </facet-type>
<facet-type id="jpa"> <facet-type id="jpa">
<modules> <modules>
<module name="testsuite" /> <module name="integration-tests" />
</modules> </modules>
</facet-type> </facet-type>
<facet-type id="Grails" /> <facet-type id="Grails" />
@ -533,7 +533,7 @@
<module fileurl="file://$PROJECT_DIR$/org.springframework.jms/jms.iml" filepath="$PROJECT_DIR$/org.springframework.jms/jms.iml" /> <module fileurl="file://$PROJECT_DIR$/org.springframework.jms/jms.iml" filepath="$PROJECT_DIR$/org.springframework.jms/jms.iml" />
<module fileurl="file://$PROJECT_DIR$/org.springframework.orm/orm.iml" filepath="$PROJECT_DIR$/org.springframework.orm/orm.iml" /> <module fileurl="file://$PROJECT_DIR$/org.springframework.orm/orm.iml" filepath="$PROJECT_DIR$/org.springframework.orm/orm.iml" />
<module fileurl="file://$PROJECT_DIR$/org.springframework.test/test.iml" filepath="$PROJECT_DIR$/org.springframework.test/test.iml" /> <module fileurl="file://$PROJECT_DIR$/org.springframework.test/test.iml" filepath="$PROJECT_DIR$/org.springframework.test/test.iml" />
<module fileurl="file://$PROJECT_DIR$/org.springframework.testsuite/testsuite.iml" filepath="$PROJECT_DIR$/org.springframework.testsuite/testsuite.iml" /> <module fileurl="file://$PROJECT_DIR$/org.springframework.integration-tests/integration-tests.iml" filepath="$PROJECT_DIR$/org.springframework.integration-tests/integration-tests.iml" />
<module fileurl="file://$PROJECT_DIR$/org.springframework.transaction/transaction.iml" filepath="$PROJECT_DIR$/org.springframework.transaction/transaction.iml" /> <module fileurl="file://$PROJECT_DIR$/org.springframework.transaction/transaction.iml" filepath="$PROJECT_DIR$/org.springframework.transaction/transaction.iml" />
<module fileurl="file://$PROJECT_DIR$/org.springframework.web/web.iml" filepath="$PROJECT_DIR$/org.springframework.web/web.iml" /> <module fileurl="file://$PROJECT_DIR$/org.springframework.web/web.iml" filepath="$PROJECT_DIR$/org.springframework.web/web.iml" />
<module fileurl="file://$PROJECT_DIR$/org.springframework.web.portlet/web-portlet.iml" filepath="$PROJECT_DIR$/org.springframework.web.portlet/web-portlet.iml" /> <module fileurl="file://$PROJECT_DIR$/org.springframework.web.portlet/web-portlet.iml" filepath="$PROJECT_DIR$/org.springframework.web.portlet/web-portlet.iml" />