You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2009/09/08 22:09:17 UTC

svn commit: r812668 - in /felix/trunk/gogo: commands/pom.xml console/pom.xml launcher/pom.xml runtime/pom.xml

Author: gnodet
Date: Tue Sep  8 20:09:15 2009
New Revision: 812668

URL: http://svn.apache.org/viewvc?rev=812668&view=rev
Log:
[gogo] Remove include-resource header from the manifest

Modified:
    felix/trunk/gogo/commands/pom.xml
    felix/trunk/gogo/console/pom.xml
    felix/trunk/gogo/launcher/pom.xml
    felix/trunk/gogo/runtime/pom.xml

Modified: felix/trunk/gogo/commands/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/commands/pom.xml?rev=812668&r1=812667&r2=812668&view=diff
==============================================================================
--- felix/trunk/gogo/commands/pom.xml (original)
+++ felix/trunk/gogo/commands/pom.xml Tue Sep  8 20:09:15 2009
@@ -63,7 +63,7 @@
                         <Bundle-SymbolicName>${pom.artifactId}</Bundle-SymbolicName>
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
-                        <_removeheaders>Private-Package,Ignore-Package</_removeheaders>
+                        <_removeheaders>Private-Package,Ignore-Package,Include-Resource</_removeheaders>
                     </instructions>
                 </configuration>
             </plugin>

Modified: felix/trunk/gogo/console/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/console/pom.xml?rev=812668&r1=812667&r2=812668&view=diff
==============================================================================
--- felix/trunk/gogo/console/pom.xml (original)
+++ felix/trunk/gogo/console/pom.xml Tue Sep  8 20:09:15 2009
@@ -66,7 +66,7 @@
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Activator>org.apache.felix.gogo.console.Activator</Bundle-Activator>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
-                        <_removeheaders>Private-Package,Ignore-Package</_removeheaders>
+                        <_removeheaders>Private-Package,Ignore-Package,Include-Resource</_removeheaders>
                     </instructions>
                 </configuration>
             </plugin>

Modified: felix/trunk/gogo/launcher/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/launcher/pom.xml?rev=812668&r1=812667&r2=812668&view=diff
==============================================================================
--- felix/trunk/gogo/launcher/pom.xml (original)
+++ felix/trunk/gogo/launcher/pom.xml Tue Sep  8 20:09:15 2009
@@ -69,7 +69,7 @@
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Activator>org.apache.felix.gogo.runtime.Activator</Bundle-Activator>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
-                        <_removeheaders>Private-Package,Ignore-Package</_removeheaders>
+                        <_removeheaders>Private-Package,Ignore-Package,Include-Resource</_removeheaders>
                     </instructions>
                 </configuration>
             </plugin>

Modified: felix/trunk/gogo/runtime/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/gogo/runtime/pom.xml?rev=812668&r1=812667&r2=812668&view=diff
==============================================================================
--- felix/trunk/gogo/runtime/pom.xml (original)
+++ felix/trunk/gogo/runtime/pom.xml Tue Sep  8 20:09:15 2009
@@ -68,7 +68,7 @@
                         <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
                         <Bundle-Activator>org.apache.felix.gogo.runtime.Activator</Bundle-Activator>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
-                        <_removeheaders>Private-Package,Ignore-Package</_removeheaders>
+                        <_removeheaders>Private-Package,Ignore-Package,Include-Resource</_removeheaders>
                     </instructions>
                 </configuration>
             </plugin>