Somehow this DISCLAIMER.txt is hard to get rid of...
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/978fe491 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/978fe491 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/978fe491 Branch: refs/heads/ldp Commit: 978fe4919e52887a2e3762a1ea97d428b2bfcc5d Parents: 9730c3c Author: Jakob Frank <[email protected]> Authored: Thu Apr 10 11:36:33 2014 +0200 Committer: Jakob Frank <[email protected]> Committed: Mon Jun 2 09:29:35 2014 +0200 ---------------------------------------------------------------------- .../ldpath/ldpath-backend-linkeddata/pom.xml | 47 +++++++++----------- 1 file changed, 20 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/978fe491/libraries/ldpath/ldpath-backend-linkeddata/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/ldpath/ldpath-backend-linkeddata/pom.xml b/libraries/ldpath/ldpath-backend-linkeddata/pom.xml index 1483a00..4450b3d 100644 --- a/libraries/ldpath/ldpath-backend-linkeddata/pom.xml +++ b/libraries/ldpath/ldpath-backend-linkeddata/pom.xml @@ -64,26 +64,26 @@ </licenseMapping> </configuration> </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - <configuration> - <instructions> - <Bundle-Category>Apache Marmotta LDPath</Bundle-Category> - <Bundle-DocURL>http://wiki.apache.org/marmotta/LDPath</Bundle-DocURL> - <_versionpolicy>$${version;===;${@}}</_versionpolicy> - <Import-Package> - org.slf4j.*;version="[1.6,2)", - ch.qos.logback.classic;resolution:=optional, - * - </Import-Package> - <Export-Package> - org.apache.marmotta.ldpath.backend.linkeddata;version=${project.version} - </Export-Package> - </instructions> - </configuration> - </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <extensions>true</extensions> + <configuration> + <instructions> + <Bundle-Category>Apache Marmotta LDPath</Bundle-Category> + <Bundle-DocURL>http://wiki.apache.org/marmotta/LDPath</Bundle-DocURL> + <_versionpolicy>$${version;===;${@}}</_versionpolicy> + <Import-Package> + org.slf4j.*;version="[1.6,2)", + ch.qos.logback.classic;resolution:=optional, + * + </Import-Package> + <Export-Package> + org.apache.marmotta.ldpath.backend.linkeddata;version=${project.version} + </Export-Package> + </instructions> + </configuration> + </plugin> </plugins> </build> @@ -140,13 +140,6 @@ </includes> <outputDirectory>target/ldpath-${project.version}.jar/META-INF</outputDirectory> </fileset> - <fileset> - <directory>${project.basedir}/../../../</directory> - <includes> - <include>DISCLAIMER.txt</include> - </includes> - <outputDirectory>target/ldpath-${project.version}.jar/META-INF</outputDirectory> - </fileset> </filesets> </configuration> </execution>
