Add scm info to bundleplugin pom
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1141985 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index c0c50ba..9788070 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -39,6 +39,12 @@
The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd)
</description>
+ <scm>
+ <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/bundleplugin</developerConnection>
+ <url>http://svn.apache.org/repos/asf/felix/bundleplugin</url>
+ </scm>
+
<build>
<plugins>
<plugin>
diff --git a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
index 1eadcb8..c68908e 100644
--- a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
+++ b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
@@ -25,7 +25,6 @@
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
-import java.io.StringWriter;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Arrays;