You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2009/02/16 17:37:54 UTC

svn commit: r744958 - /felix/trunk/dependencymanager/pom.xml

Author: mcculls
Date: Mon Feb 16 16:37:51 2009
New Revision: 744958

URL: http://svn.apache.org/viewvc?rev=744958&view=rev
Log:
Fix bad line-break in pom.xml

Modified:
    felix/trunk/dependencymanager/pom.xml

Modified: felix/trunk/dependencymanager/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/dependencymanager/pom.xml?rev=744958&r1=744957&r2=744958&view=diff
==============================================================================
--- felix/trunk/dependencymanager/pom.xml (original)
+++ felix/trunk/dependencymanager/pom.xml Mon Feb 16 16:37:51 2009
@@ -58,8 +58,7 @@
             <Bundle-Vendor>The Apache Software Foundation</Bundle-Vendor>
             <Export-Package>org.apache.felix.dependencymanager</Export-Package>
             <Import-Package>!org.apache.felix.dependencymanager,*</Import-Package>
-            <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,org/osgi/util/tracker/=target/clas
-ses/org/osgi/util/tracker</Include-Resource>
+            <Include-Resource>META-INF/LICENSE=LICENSE,META-INF/NOTICE=NOTICE,org/osgi/util/tracker/=target/classes/org/osgi/util/tracker</Include-Resource>
           </instructions>
         </configuration>
       </plugin>