Correct Bundle-Symbolic-Name

This commit is contained in:
dsyer
2009-03-17 19:13:36 +00:00
parent 0c695d302b
commit e837eec3ea
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Bundle-SymbolicName: com.springframework.batch.core
Bundle-SymbolicName: org.springframework.batch.core
Bundle-Name: Spring Batch Core
Bundle-Vendor: Spring
Bundle-Version: ${version}

View File

@@ -1,4 +1,4 @@
Bundle-SymbolicName: com.springframework.batch.infrastructure
Bundle-SymbolicName: org.springframework.batch.infrastructure
Bundle-Name: Spring Batch Infrastructure
Bundle-Vendor: Spring
Bundle-Version: ${version}

View File

@@ -1,4 +1,4 @@
Bundle-SymbolicName: com.springframework.batch.test
Bundle-SymbolicName: org.springframework.batch.test
Bundle-Name: Spring Batch Test
Bundle-Vendor: Spring
Bundle-Version: ${version}