summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-05-21 08:32:16 +0000
committermichelou <michelou@epfl.ch>2007-05-21 08:32:16 +0000
commitef2279df3d7f3cb4b120e323bc67cac8f60f3e57 (patch)
tree9c6cdfc4d72427bafc4c4f10e2a8b7bb2e31cb21 /build.xml
parent77863427aeaae8c34ae95595eafa5bf0a2d8e69a (diff)
downloadscala-ef2279df3d7f3cb4b120e323bc67cac8f60f3e57.tar.gz
scala-ef2279df3d7f3cb4b120e323bc67cac8f60f3e57.tar.bz2
scala-ef2279df3d7f3cb4b120e323bc67cac8f60f3e57.zip
minor changes
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 0d7ba9dcbc..23f4bfffc9 100644
--- a/build.xml
+++ b/build.xml
@@ -1002,7 +1002,7 @@ GENERATES A DISTRIBUTION
regexp="([^-]*)(-.*)?" select="\1"
/>
<echo level="verbose" message="OSGi version: ${osgi.version.number}"/>
- <jar destfile="${dist.current.dir}/lib/${comp.jar.name}">
+ <jar destfile="${dist.current.dir}/lib/${comp.jar.name}" index="true">
<fileset dir="${strap.dir}/lib/compiler"/>
<zipfileset src="${fjbg.jar}"/>
<zipfileset src="${msil.jar}"/>
@@ -1031,7 +1031,7 @@ GENERATES A DISTRIBUTION
<attribute name="Bundle-RequiredExecutionEnvironment" value="J2SE-1.4"/>
</manifest>
</jar>
- <jar destfile="${dist.current.dir}/lib/${lib.jar.name}">
+ <jar destfile="${dist.current.dir}/lib/${lib.jar.name}" index="true">
<fileset dir="${strap.dir}/lib/library"/>
<fileset dir="${strap.dir}/lib/actors"/>
<manifest>
@@ -1058,7 +1058,7 @@ GENERATES A DISTRIBUTION
<attribute name="Bundle-RequiredExecutionEnvironment" value="J2SE-1.4"/>
</manifest>
</jar>
- <jar destfile="${dist.current.dir}/lib/${dbc.jar.name}">
+ <jar destfile="${dist.current.dir}/lib/${dbc.jar.name}" index="true">
<fileset dir="${strap.dir}/lib/dbc"/>
<manifest>
<attribute name="Signature-Version" value="${version.number}"/>