Some release preparations.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1464065 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/resolver/pom.xml b/resolver/pom.xml
index f1b2f49..1c90841 100644
--- a/resolver/pom.xml
+++ b/resolver/pom.xml
@@ -49,22 +49,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>buildnumber-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>validate</phase>
-            <goals>
-              <goal>create</goal>
-            </goals>
-          </execution>
-        </executions>
-        <configuration>
-          <doCheck>false</doCheck>
-          <doUpdate>true</doUpdate>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <version>2.3.7</version>
@@ -73,7 +57,6 @@
           <instructions>
             <_sources>true</_sources>
             <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
-            <Bundle-Version>0.1.0.r${buildNumber}</Bundle-Version>
             <Bundle-Activator>
               org.apache.felix.resolver.Activator
             </Bundle-Activator>
@@ -104,6 +87,7 @@
           </includes>
           <excludes>
             <exclude>src/**/packageinfo</exclude>
+            <exclude>src/main/appended-resources/**</exclude>
           </excludes>
         </configuration>
       </plugin>
diff --git a/resolver/src/main/appended-resources/META-INF/DEPENDENCIES b/resolver/src/main/appended-resources/META-INF/DEPENDENCIES
new file mode 100644
index 0000000..310180d
--- /dev/null
+++ b/resolver/src/main/appended-resources/META-INF/DEPENDENCIES
@@ -0,0 +1,22 @@
+Copyright 2013 The Apache Software Foundation
+
+This software was developed at the Apache Software Foundation
+(http://www.apache.org) and may have dependencies on other
+Apache software licensed under Apache License 2.0.
+
+I. Included Third-Party Software
+
+This product includes software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2012).
+Licensed under the Apache License 2.0.
+
+II. Used Third-Party Software
+
+This product uses software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2012).
+Licensed under the Apache License 2.0.
+
+III. License Summary
+- Apache License 2.0
diff --git a/resolver/src/main/appended-resources/META-INF/NOTICE b/resolver/src/main/appended-resources/META-INF/NOTICE
new file mode 100644
index 0000000..8b4b009
--- /dev/null
+++ b/resolver/src/main/appended-resources/META-INF/NOTICE
@@ -0,0 +1,4 @@
+This product includes software developed at
+The OSGi Alliance (http://www.osgi.org/).
+Copyright (c) OSGi Alliance (2000, 2012).
+Licensed under the Apache License 2.0.