[lucene] - Fix merge review comments (rhbz#226110).

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Oct 12 21:36:06 UTC 2010


commit 3f6773747d4c8950fb6e6ae7197ff152f8eeb71f
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Oct 13 00:35:41 2010 +0300

    - Fix merge review comments (rhbz#226110).

 lucli-remove-classpath.patch |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/lucli-remove-classpath.patch b/lucli-remove-classpath.patch
new file mode 100644
index 0000000..d520c56
--- /dev/null
+++ b/lucli-remove-classpath.patch
@@ -0,0 +1,18 @@
+--- contrib/lucli/build.xml.sav	2010-10-13 00:10:02.626635161 +0300
++++ contrib/lucli/build.xml	2010-10-13 00:10:32.866857676 +0300
+@@ -42,7 +42,6 @@
+     <jarify>
+       <manifest-attributes>
+         <attribute name="Main-Class" value="lucli.Lucli" />
+-        <attribute name="Class-Path" value="lib/jline.jar lib/lucene.jar" />
+       </manifest-attributes>
+     </jarify>
+    </target>
+@@ -51,7 +50,6 @@
+   	<jarify basedir="${src.dir}" destfile="${build.dir}/${final.name}-src.jar">
+       <manifest-attributes>
+         <attribute name="Main-Class" value="lucli.Lucli" />
+-        <attribute name="Class-Path" value="lib/jline.jar lib/lucene.jar" />
+       </manifest-attributes>
+   	</jarify>
+   </target>   


More information about the scm-commits mailing list