| 1 |
# 01-extra-jars-in-new-location.dpatch by Tiago Saboga <tiagosaboga@gmail.com>
|
| 2 |
#
|
| 3 |
# All lines beginning with `## DP:' are a description of the patch.
|
| 4 |
# DP: Adapt classpath to debian filesystem hierarchy..
|
| 5 |
|
| 6 |
--- OmegaT-1.7.3_02/manifest-template.mf.orig 2008-03-28 11:21:18.000000000 +0100
|
| 7 |
+++ OmegaT-1.7.3_02/manifest-template.mf 2008-07-04 18:38:03.000000000 +0200
|
| 8 |
@@ -3,5 +3,5 @@
|
| 9 |
License: GNU Public License version 2
|
| 10 |
Specification-Version: 1
|
| 11 |
Implementation-Version: @version@
|
| 12 |
-Class-Path: lib/lib-mnemonics.jar lib/htmlparser.jar lib/MRJAdapter.jar lib/vldocking_2.0.6d.jar
|
| 13 |
+Class-Path: omegat-lib-mnemonics.jar libhtmlparser.jar vldocking.jar
|
| 14 |
|