summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-02-26 15:38:57 +0000
committermichelou <michelou@epfl.ch>2008-02-26 15:38:57 +0000
commita447f3b97d90489d58b5f0d0d8765d41539ece9a (patch)
treef85fb1b0d483805ad50007bea8e137a500b1d467 /build.xml
parentcf6f492cc7a52de05fb21c3acdc054039a301cd6 (diff)
downloadscala-a447f3b97d90489d58b5f0d0d8765d41539ece9a.tar.gz
scala-a447f3b97d90489d58b5f0d0d8765d41539ece9a.tar.bz2
scala-a447f3b97d90489d58b5f0d0d8765d41539ece9a.zip
updated partest, added jline.jar to dists/latest
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 0b64da2cf4..e8d91535be 100644
--- a/build.xml
+++ b/build.xml
@@ -1786,6 +1786,7 @@ GENERATES A DISTRIBUTION
<attribute name="Bundle-RequiredExecutionEnvironment" value="J2SE-1.4"/>
</manifest>
</jar>
+ <copy todir="${dist.current.dir}/lib" file="${jline.jar}"/>
<!-- build source jars -->
<mkdir dir="${dist.current.dir}/src"/>