You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2007/11/06 13:23:50 UTC

svn commit: r592405 - /incubator/sling/trunk/jcr/jackrabbit.text.extractors/pom.xml

Author: fmeschbe
Date: Tue Nov  6 04:23:49 2007
New Revision: 592405

URL: http://svn.apache.org/viewvc?rev=592405&view=rev
Log:
SLING-83 Fix SVN location, project name and java packages
(Ignoring split packages warning for now)

Modified:
    incubator/sling/trunk/jcr/jackrabbit.text.extractors/pom.xml

Modified: incubator/sling/trunk/jcr/jackrabbit.text.extractors/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/jackrabbit.text.extractors/pom.xml?rev=592405&r1=592404&r2=592405&view=diff
==============================================================================
--- incubator/sling/trunk/jcr/jackrabbit.text.extractors/pom.xml (original)
+++ incubator/sling/trunk/jcr/jackrabbit.text.extractors/pom.xml Tue Nov  6 04:23:49 2007
@@ -46,13 +46,13 @@
 
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/jackrabbit-text-extractors
+            scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/jcr/jackrabbit.text.extractors
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/jackrabbit-text-extractors
+            scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/jcr/jackrabbit.text.extractors
         </developerConnection>
         <url>
-            http://svn.apache.org/viewvc/incubator/sling/trunk/jackrabbit-text-extractors
+            http://svn.apache.org/viewvc/incubator/sling/trunk/jcr/jackrabbit.text.extractors
         </url>
     </scm>
      
@@ -141,7 +141,10 @@
                             org.apache.log4j
                         </Import-Package>
                         <DynamicImport-Package>
-                            javax.swing.text, javax.swing.text.rtf, org.apache.log4j.spi, org.apache.xml.resolver, org.apache.xml.resolver.readers
+                            javax.swing.text, javax.swing.text.rtf,
+                            org.apache.log4j.spi, org.apache.xml.resolver,
+                            org.apache.xml.resolver.readers,
+                            sun.io
                         </DynamicImport-Package>
                     </instructions>
                 </configuration>