Browse Source
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@492 50f2f4bb-b051-0410-bef5-90022cba6387pull/1/head
37 changed files with 13 additions and 13 deletions
@ -1,6 +1,6 @@
@@ -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 @@
@@ -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 @@
@@ -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 @@
@@ -1,4 +0,0 @@
|
||||
Bundle-SymbolicName: org.springframework.testsuite |
||||
Bundle-Name: Spring Testsuite |
||||
Bundle-Vendor: SpringSource |
||||
Bundle-ManifestVersion: 2 |
||||
Loading…
Reference in new issue