git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1596 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
allo 19 years ago
parent b4fcc20c47
commit 5025ef8738

@ -393,6 +393,7 @@
<fileset dir="."> <fileset dir=".">
<include name="readme.txt"/> <include name="readme.txt"/>
<include name="gpl.txt"/> <include name="gpl.txt"/>
<include name="ChangeLog"/>
</fileset> </fileset>
</copy> </copy>
<copy todir="${release_main}/doc"> <copy todir="${release_main}/doc">

@ -6,7 +6,7 @@
;last major change: 22.07.2005 ;last major change: 22.07.2005
Name "YaCy" Name "YaCy"
OutFile "yacy_v0.42_20051216_1219.exe" OutFile "yacy_v0.43_20060210_1593.exe"
InstallDir $PROGRAMFILES\YaCy InstallDir $PROGRAMFILES\YaCy
SetCompress auto SetCompress auto
@ -19,7 +19,7 @@ InstType "Normal"
InstType "Full" InstType "Full"
; The text to prompt the user to enter a directory ; The text to prompt the user to enter a directory
ComponentText "This will install YaCy v0.42(Build 20051216) on your computer. Select which optional things you want to be installed." ComponentText "This will install YaCy v0.43(Build 20060210) on your computer. Select which optional things you want to be installed."
; The text to prompt the user to enter a directory ; The text to prompt the user to enter a directory
#DirText "If an old Version was installed into another locAtion(eg. AnomicHTTPProxy), you have to move the DATA Directory to the new location." #DirText "If an old Version was installed into another locAtion(eg. AnomicHTTPProxy), you have to move the DATA Directory to the new location."
DirText "Choose a directory to install in to:" DirText "Choose a directory to install in to:"
@ -50,6 +50,7 @@ Section "Binaries (required)"
File "superseed.txt" File "superseed.txt"
File "yacy.stopwords" File "yacy.stopwords"
File "yacy.logging" File "yacy.logging"
File "ChangeLog"
#lib #lib
SetOutPath "$INSTDIR\lib" SetOutPath "$INSTDIR\lib"
@ -110,8 +111,11 @@ Section "Binaries (required)"
File "htroot\htdocsdefault\*.html" File "htroot\htdocsdefault\*.html"
File "htroot\htdocsdefault\*.class" File "htroot\htdocsdefault\*.class"
SetOutPath "$INSTDIR\ranking" SetOutPath "$INSTDIR\ranking"
File /r "ranking\*" File /r "ranking\*"
SetOutPath "$INSTDIR\doc"
File "doc\This_is_a_test_if_the_archive_file_containing_YaCy_was_unpacked_correctly_If_not_please_use_gnu_tar_instead.txt"
SetOutPath $INSTDIR SetOutPath $INSTDIR

Loading…
Cancel
Save