aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-11-28 09:27:12 +0100
committerReinier Zwitserloot <reinier@tipit.to>2009-11-28 09:27:12 +0100
commitad09ad1d29a30e618afe9752216d328161095883 (patch)
treecb30e68e983da3a19ba981ad973756afb9708152
parentf1d33d4d1bca3ad262192771563caaff1dc037de (diff)
downloadlombok-ad09ad1d29a30e618afe9752216d328161095883.tar.gz
lombok-ad09ad1d29a30e618afe9752216d328161095883.tar.bz2
lombok-ad09ad1d29a30e618afe9752216d328161095883.zip
The licence file is now also copied into the jar, as well as to the website.
-rw-r--r--buildScripts/compile.ant.xml3
-rw-r--r--buildScripts/website.ant.xml3
2 files changed, 5 insertions, 1 deletions
diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml
index 509b9cde..52dff701 100644
--- a/buildScripts/compile.ant.xml
+++ b/buildScripts/compile.ant.xml
@@ -151,10 +151,11 @@ lombok code including the various agents.
<jar destfile="dist/lombok-${lombok.version}.jar">
<fileset dir="build/lombok" />
<fileset dir="build" includes="changelog.txt" />
+ <fileset dir="." includes="LICENCE" />
<manifest>
<attribute name="Premain-Class" value="lombok.eclipse.agent.EclipsePatcher" />
<attribute name="Can-Redefine-Classes" value="true" />
- <attribute name="Main-Class" value="lombok.installer.Installer" />
+ <attribute name="Main-Class" value="lombok.core.Main" />
<attribute name="Lombok-Version" value="${lombok.version}" />
</manifest>
</jar>
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml
index 50781988..2f125edb 100644
--- a/buildScripts/website.ant.xml
+++ b/buildScripts/website.ant.xml
@@ -106,6 +106,9 @@ such as converting the changelog into HTML, and creating javadoc.
<exclude name="**/*unused*" />
<exclude name="videos/**" />
</fileset>
+ <fileset dir=".">
+ <include name="LICENCE" />
+ </fileset>
</copy>
<copy todir="build/website" overwrite="true">
<fileset dir="website">