Small changes to new core build target and lgpl-license which both slipped in with the last commit.

This commit is contained in:
zumbrunn 2005-12-12 10:57:27 +00:00
parent 8b05e95712
commit 6e4bf10db0
2 changed files with 4 additions and 2 deletions

View file

@ -28,6 +28,7 @@
<property name="jar.name" value="${project}"/>
<property name="package.name" value="${project}-${version}"/>
<property name="core.name" value="${project}-core-${version}"/>
<property name="debug" value="on"/>
<property name="optimize" value="on"/>
@ -178,10 +179,10 @@
<!-- zip up the whole thing -->
<antcall target="package-zip">
<param name="filename" value="core-${package.name}"/>
<param name="filename" value="${core.name}"/>
</antcall>
<antcall target="package-tgz">
<param name="filename" value="core-${package.name}"/>
<param name="filename" value="${core.name}"/>
</antcall>
<!-- clean up -->

View file

@ -2,6 +2,7 @@ The following license terms apply to the Lucene wrapper by Robert
Gaggle, which is made available as helma.Search and is included in the
Helma default distribution package as part of modules/helmaLib.zip
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999