summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-05-15 17:38:33 +0000
committermichelou <michelou@epfl.ch>2007-05-15 17:38:33 +0000
commitd83897f0af73af4e69d925a2cca9002b0969a7b0 (patch)
tree2eb9977704fef1246828927b4d7f71a31e03de28 /build.xml
parent578b99d3a642479dad7e2eafc06b035dfee9fff8 (diff)
downloadscala-d83897f0af73af4e69d925a2cca9002b0969a7b0.tar.gz
scala-d83897f0af73af4e69d925a2cca9002b0969a7b0.tar.bz2
scala-d83897f0af73af4e69d925a2cca9002b0969a7b0.zip
added missing blank in bundle settings
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 5c1d7d8a1a..d91e170d0a 100644
--- a/build.xml
+++ b/build.xml
@@ -1037,7 +1037,7 @@ GENERATES A DISTRIBUTION
<attribute name="Bundle-Version" value="${version.number}"/>
<attribute name="Bundle-Vendor" value="${vendor.name}"/>
<!-- CAUTION! Do not remove superflous blanks (Ant bug) -->
- <attribute name="Export-Package" value="scala, scala.actors, scala.actors.remote, scala.collection, scala.collection.immutable, scala.collection.jcl, scala.collection.mutable, scala.compat, scala.concurrent, scala.io, scala.mobile, scala.ref, scala.reflect, scala.runtime,scala.testing, scala.text, scala.util, scala.util.automata, scala.util.grammar, scala.util.logging, scala.util.parsing, scala.util.regexp, scala.xml,scala.xml.dtd, scala.xml.factory, scala.xml.parsing, scala.xml.path,scala.xml.pull, scala.xml.transform;version=&#34;${version.number}&#34;"/>
+ <attribute name="Export-Package" value="scala, scala.actors, scala.actors.remote, scala.collection, scala.collection.immutable, scala.collection.jcl, scala.collection.mutable, scala.compat, scala.concurrent, scala.io, scala.mobile, scala.ref, scala.reflect, scala.runtime,scala.testing, scala.text, scala.util, scala.util.automata, scala.util.grammar, scala.util.logging, scala.util.parsing, scala.util.regexp, scala.xml,scala.xml.dtd, scala.xml.factory, scala.xml.parsing, scala.xml.path, scala.xml.pull, scala.xml.transform;version=&#34;${version.number}&#34;"/>
<attribute name="Import-Package" value="javax.xml.parsers, org.xml.sax, org.xml.sax.helpers"/>
<attribute name="Bundle-RequiredExecutionEnvironment" value="J2SE-1.4"/>
</manifest>