From be5d3a106677006995e309e1ce587c731f0cabf0 Mon Sep 17 00:00:00 2001 From: reger Date: Tue, 29 Jan 2013 03:01:57 +0100 Subject: [PATCH] adding classpath to Manfiest of yacycore.jar - this allows to start w/o giving explicite java -cp (just java -jar lib/yacycore.jar works) - especially helpful while running YaCy as Win service, making it obsolete to adjust classpath cfg of the service wrapper on upgrades of lib/*.jar's --- build.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 9b15b95dd..ce7df8ccf 100644 --- a/build.xml +++ b/build.xml @@ -243,10 +243,22 @@ + + + + + + + + + + + - + +