You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jk...@apache.org on 2011/01/26 04:01:16 UTC

svn commit: r1063576 - /incubator/opennlp/trunk/opennlp-tools/pom.xml

Author: jkosin
Date: Wed Jan 26 03:01:15 2011
New Revision: 1063576

URL: http://svn.apache.org/viewvc?rev=1063576&view=rev
Log:
OPENNLP-91: removed the classpathPrefix from the pom, to fix the binary distribution

Modified:
    incubator/opennlp/trunk/opennlp-tools/pom.xml

Modified: incubator/opennlp/trunk/opennlp-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/opennlp/trunk/opennlp-tools/pom.xml?rev=1063576&r1=1063575&r2=1063576&view=diff
==============================================================================
--- incubator/opennlp/trunk/opennlp-tools/pom.xml (original)
+++ incubator/opennlp/trunk/opennlp-tools/pom.xml Wed Jan 26 03:01:15 2011
@@ -83,7 +83,6 @@
                        <manifest>
                            <addClasspath>true</addClasspath>
                            <mainClass>opennlp.tools.cmdline.CLI</mainClass>
-                           <classpathPrefix>lib/</classpathPrefix>
                        </manifest>
                    </archive>
                 </configuration>