Author: jbonofre
Date: Mon Sep 24 05:52:40 2012
New Revision: 1389215
URL: http://svn.apache.org/viewvc?rev=1389215&view=rev
Log:
Fix build warnings
Modified:
karaf/trunk/demos/web/pom.xml
karaf/trunk/region/core/pom.xml
karaf/trunk/shell/help/pom.xml
Modified: karaf/trunk/demos/web/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/trunk/demos/web/pom.xml?rev=1389215&r1=1389214&r2=1389215&view=diff
==============================================================================
--- karaf/trunk/demos/web/pom.xml (original)
+++ karaf/trunk/demos/web/pom.xml Mon Sep 24 05:52:40 2012
@@ -146,12 +146,12 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<move
todir="${project.build.directory}/karaf/WEB-INF/karaf">
<fileset
dir="${project.build.directory}/karaf/WEB-INF/apache-karaf-${project.version}"/>
</move>
- </tasks>
+ </target>
</configuration>
</execution>
</executions>
Modified: karaf/trunk/region/core/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/trunk/region/core/pom.xml?rev=1389215&r1=1389214&r2=1389215&view=diff
==============================================================================
--- karaf/trunk/region/core/pom.xml (original)
+++ karaf/trunk/region/core/pom.xml Mon Sep 24 05:52:40 2012
@@ -49,7 +49,6 @@
<configuration>
<instructions>
<Import-Package>
-
!org.apache.karaf.region.persist;version="${project.version}",
*
</Import-Package>
<Export-Package>org.apache.karaf.region.persist;version="${project.version}"</Export-Package>
Modified: karaf/trunk/shell/help/pom.xml
URL:
http://svn.apache.org/viewvc/karaf/trunk/shell/help/pom.xml?rev=1389215&r1=1389214&r2=1389215&view=diff
==============================================================================
--- karaf/trunk/shell/help/pom.xml (original)
+++ karaf/trunk/shell/help/pom.xml Mon Sep 24 05:52:40 2012
@@ -106,7 +106,7 @@
<configuration>
<instructions>
<Export-Package>
- !org.apache.karaf.shell.commands.impl*
+ !org.apache.karaf.shell.help.impl*
</Export-Package>
<Private-Package>
org.apache.karaf.util.process;-split-package:=merge-first,