Modify dependencies files
Update changelog
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@990520 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/pom.xml b/ipojo/manipulator/pom.xml
index 83473d5..5b0e68b 100644
--- a/ipojo/manipulator/pom.xml
+++ b/ipojo/manipulator/pom.xml
@@ -29,11 +29,11 @@
<groupId>org.apache.felix</groupId>
<version>1.7.0-SNAPSHOT</version>
<name>Apache Felix iPOJO Manipulator</name>
-
+
<description>
iPOJO bytecode manipulator. This manipulator is used to instrument java classes in order to be managed by iPOJO.
</description>
-
+
<dependencies>
<dependency>
<groupId>asm</groupId>
@@ -71,11 +71,11 @@
org.apache.felix.ipojo.manipulation.annotations,
org.apache.felix.ipojo.xml.parser, org.objectweb.asm,
org.objectweb.asm.commons </Private-Package>
- <Include-Resource>
+ <Include-Resource>
META-INF/LICENSE=LICENSE,
- META-INF/LICENSE.asm=LICENSE.asm,
+ META-INF/LICENSE.asm=LICENSE.asm,
META-INF/NOTICE=NOTICE,
- xsd=src/main/resources,
+ xsd=src/main/resources,
META-INF/DEPENDENCIES=DEPENDENCIES
</Include-Resource>
<Import-Package>!org.objectweb.asm.tree, *</Import-Package>
@@ -96,6 +96,7 @@
<param>.checkstyle</param>
<param>.externalToolBuilders/*</param>
<param>LICENSE.asm</param>
+ <param>DEPENDENCIES</param>
</excludes>
</configuration>
</plugin>
@@ -109,5 +110,20 @@
</configuration>
</plugin>
</plugins>
+
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ <resource>
+ <directory>.</directory>
+ <targetPath>META-INF</targetPath>
+ <includes>
+ <include>LICENSE*</include>
+ <include>NOTICE*</include>
+ <include>DEPENDENCIES*</include>
+ </includes>
+ </resource>
+ </resources>
</build>
</project>