You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
753 B
25 lines
753 B
14 years ago
|
From 447c8beb89190adc2c51c533e93ad26f8eaf34d9 Mon Sep 17 00:00:00 2001
|
||
|
From: Lubomir Rintel <lkundrak@v3.sk>
|
||
|
Date: Sat, 4 Dec 2010 10:27:15 -0500
|
||
|
Subject: [PATCH] Remove class path from jar manifest
|
||
|
|
||
|
---
|
||
|
build.xml | 1 -
|
||
|
1 files changed, 0 insertions(+), 1 deletions(-)
|
||
|
|
||
|
diff --git a/build.xml b/build.xml
|
||
|
index 06170de..06e2a7d 100644
|
||
|
--- a/build.xml
|
||
|
+++ b/build.xml
|
||
|
@@ -62,7 +62,6 @@
|
||
|
<jar jarfile="${dist}/java-cup-11a.jar" basedir="${classes}">
|
||
|
<manifest>
|
||
|
<attribute name="Main-Class" value="java_cup/Main" />
|
||
|
- <attribute name="Class-Path" value="java-cup-11a-runtime.jar" />
|
||
|
</manifest>
|
||
|
</jar>
|
||
|
<jar jarfile="${dist}/java-cup-11a-runtime.jar" basedir="${classes}" includes="java_cup/runtime/*">
|
||
|
--
|
||
|
1.7.3.1
|
||
|
|