diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-09-14 17:06:09 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-09-14 17:06:09 +0000 |
| commit | 1ddaf1646624c1b4d9ab69d3e592f20ac8625a7b (patch) | |
| tree | deac7fc42a3479c3cfd6898b85d75c55ee17663f /startYACY.bat | |
| parent | 56580443881d37a2e8216a44673d65ecc122e879 (diff) | |
added generation of a yacycore.jar yacy library file:
when a ant dist is envoked, the release is built using the new yacycore.jar without the class files in classes
YaCy consists currently of two main parts: the YaCy core and the YaCy interface. This change will make it
possible to use the YaCy core as part of other projects.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6311 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.bat')
| -rw-r--r-- | startYACY.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/startYACY.bat b/startYACY.bat index 565987128..68b9bac69 100644 --- a/startYACY.bat +++ b/startYACY.bat @@ -10,7 +10,6 @@ If %1.==CPGEN. GoTo :CPGEN Rem Generating the proper classpath unsing loops and labels
Set CLASSPATH=classes;htroot
For %%X in (lib/*.jar) Do Call %0 CPGEN lib\%%X
-For %%X in (libx/*.jar) Do Call %0 CPGEN libx\%%X
REM Please change the "javastart" settings in the web-interface "Basic Configuration" -> "Advanced"
set jmx=
|
