renamed .testsuite -> .integration-tests
This commit is contained in:
parent
a73e4fc266
commit
07c15ce746
|
|
@ -20,7 +20,7 @@
|
|||
<pathelement location="../org.springframework.web.portlet"/>
|
||||
<pathelement location="../org.springframework.test"/>
|
||||
<pathelement location="../org.springframework.spring-library"/>
|
||||
<pathelement location="../org.springframework.testsuite"/>
|
||||
<pathelement location="../org.springframework.integration-tests"/>
|
||||
</path>
|
||||
|
||||
<property file="${basedir}/../build.properties"/>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>org.springframework.testsuite</name>
|
||||
<name>org.springframework.integration-tests</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project name="org.springframework.testsuite">
|
||||
<project name="org.springframework.integration-tests">
|
||||
<property file="${basedir}/../build.properties"/>
|
||||
<import file="${basedir}/../build-spring-framework/package-bundle.xml"/>
|
||||
<import file="${basedir}/../spring-build/standard/default.xml"/>
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
Bundle-SymbolicName: org.springframework.integration-tests
|
||||
Bundle-Name: Spring Framework Integration Tests
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Bundle-SymbolicName: org.springframework.testsuite
|
||||
Bundle-Name: Spring Testsuite
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
|
|
@ -222,12 +222,12 @@
|
|||
<module name="context-support" />
|
||||
<module name="jdbc" />
|
||||
<module name="jms" />
|
||||
<module name="org.springframework.testsuite" />
|
||||
<module name="org.springframework.integration-tests" />
|
||||
<module name="beans" />
|
||||
<module name="context" />
|
||||
<module name="orm" />
|
||||
<module name="web-servlet" />
|
||||
<module name="testsuite" />
|
||||
<module name="integration-tests" />
|
||||
<module name="web">
|
||||
<files>
|
||||
<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 id="web">
|
||||
<modules>
|
||||
<module name="org.springframework.testsuite" />
|
||||
<module name="testsuite" />
|
||||
<module name="org.springframework.integration-tests" />
|
||||
<module name="integration-tests" />
|
||||
</modules>
|
||||
</facet-type>
|
||||
<facet-type id="jpa">
|
||||
<modules>
|
||||
<module name="testsuite" />
|
||||
<module name="integration-tests" />
|
||||
</modules>
|
||||
</facet-type>
|
||||
<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.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.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.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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue