From e837eec3ea7bd89d1e0c5b2debcd869713a0e71c Mon Sep 17 00:00:00 2001 From: dsyer Date: Tue, 17 Mar 2009 19:13:36 +0000 Subject: [PATCH] Correct Bundle-Symbolic-Name --- spring-batch-core/template.mf | 2 +- spring-batch-infrastructure/template.mf | 2 +- spring-batch-test/template.mf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-batch-core/template.mf b/spring-batch-core/template.mf index 497a81473..8400a07e3 100644 --- a/spring-batch-core/template.mf +++ b/spring-batch-core/template.mf @@ -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} diff --git a/spring-batch-infrastructure/template.mf b/spring-batch-infrastructure/template.mf index cc9e0c77c..8073642c7 100644 --- a/spring-batch-infrastructure/template.mf +++ b/spring-batch-infrastructure/template.mf @@ -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} diff --git a/spring-batch-test/template.mf b/spring-batch-test/template.mf index b7794b81a..5f3389987 100644 --- a/spring-batch-test/template.mf +++ b/spring-batch-test/template.mf @@ -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}