From b646e4464600a417fa93caf94c6aaf2830ba5621 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 15 Jan 2011 10:40:53 -0500 Subject: [PATCH] SEC-1659: fixed bundlor step of build --- .../security/crypto/keygen/SharedKeyGenerator.java | 1 + crypto/template.mf | 10 +++------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/crypto/src/main/java/org/springframework/security/crypto/keygen/SharedKeyGenerator.java b/crypto/src/main/java/org/springframework/security/crypto/keygen/SharedKeyGenerator.java index 826ffbc31b..c63162cee6 100644 --- a/crypto/src/main/java/org/springframework/security/crypto/keygen/SharedKeyGenerator.java +++ b/crypto/src/main/java/org/springframework/security/crypto/keygen/SharedKeyGenerator.java @@ -20,6 +20,7 @@ package org.springframework.security.crypto.keygen; * * @author Keith Donald * @author Annabelle Donald + * @author Corgan Donald */ final class SharedKeyGenerator implements BytesKeyGenerator { diff --git a/crypto/template.mf b/crypto/template.mf index 7a74e9dd11..cce442c914 100644 --- a/crypto/template.mf +++ b/crypto/template.mf @@ -1,16 +1,12 @@ Implementation-Title: org.springframework.security.crypto Implementation-Version: ${version} Bundle-SymbolicName: org.springframework.security.crypto -Bundle-Name: Spring Security Web +Bundle-Name: Spring Security Crypto Bundle-Vendor: SpringSource Bundle-Version: ${version} Bundle-ManifestVersion: 2 Excluded-Imports: - javax.naming.*, - javax.rmi.*, - javax.sql.*, - javax.security.auth.* + javax.crypto.* Ignored-Existing-Headers: Import-Package, - Export-Package -Import-Template: \ No newline at end of file + Export-Package \ No newline at end of file