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.
yacy_search_server/build.properties

17 lines
450 B

# defining some compiler arguments
javacSource=1.7
javacTarget=1.7
# Release Configuration
8 years ago
releaseVersion=1.92
stdReleaseFile=yacy${branch}_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
sourceReleaseFile=yacy_src_v${releaseVersion}_${DSTAMP}_${releaseNr}.tar.gz
releaseFileParentDir=yacy
privateKeyFile=private.key
# defining some file/directory access rights
accessRightsDir=755
accessRightsExecutable=755
accessRightsFile=644