summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorEugene Burmako <xeno.by@gmail.com>2012-09-25 17:44:45 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-09-27 15:48:58 +0200
commit4039eb06828986f67a309097df03a414c35aed4e (patch)
tree2f990d2a3c4485386094e6dbe104e40f241f38b6 /build.xml
parent709bb01175c512d124da9874dcaea50022374715 (diff)
downloadscala-4039eb06828986f67a309097df03a414c35aed4e.tar.gz
scala-4039eb06828986f67a309097df03a414c35aed4e.tar.bz2
scala-4039eb06828986f67a309097df03a414c35aed4e.zip
no longer docs internal scala.reflect packages
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/build.xml b/build.xml
index ac25e1e757..79ee150309 100644
--- a/build.xml
+++ b/build.xml
@@ -1749,7 +1749,7 @@ OSGi Artifacts
</target>
<target name="osgi.bundles" depends="osgi.init" unless="osgi.bundles.available">
- <stopwatch name="osgi.bundle.timer"/>
+ <stopwatch name="osgi.bundle.timer"/>
<make-bundle name="scala-library" version="${osgi.version.number}" />
<make-bundle name="scala-actors" version="${osgi.version.number}" />
<make-bundle name="scala-actors-migration" version="${osgi.version.number}" />
@@ -1757,7 +1757,7 @@ OSGi Artifacts
<make-bundle name="scala-compiler" version="${osgi.version.number}" />
<make-plugin-bundle name="continuations" version="${osgi.version.number}" />
<touch file="${build-osgi.dir}/bundles.complete" verbose="no"/>
- <stopwatch name="osgi.bundle.timer" action="total"/>
+ <stopwatch name="osgi.bundle.timer" action="total"/>
</target>
<target name="osgi.bundles.swing" depends="osgi.init" if="has.java6" unless="osgi.bundles.available">
@@ -1801,7 +1801,7 @@ OSGi Artifacts
</compilationpath>
</scalacfork>
<touch file="${build-osgi.dir}/test-compile.complete" verbose="no"/>
- <stopwatch name="osgi.test.comp.timer" action="total"/>
+ <stopwatch name="osgi.test.comp.timer" action="total"/>
</target>
<target name="osgi.test" depends="osgi.test.comp">
@@ -1821,7 +1821,7 @@ OSGi Artifacts
</batchtest>
<formatter type="brief" usefile="false" />
</junit>
- <stopwatch name="osgi.test.timer" action="total"/>
+ <stopwatch name="osgi.test.timer" action="total"/>
</target>
<target name="osgi.clean">
@@ -2336,7 +2336,7 @@ DOCUMENTATION
docfooter="epfl"
docsourceurl="${scaladoc.url}€{FILE_PATH}.scala#L1"
docUncompilable="${src.dir}/library-aux"
- skipPackages="scala.reflect.macros.internal"
+ skipPackages="scala.reflect.macros.internal:scala.reflect.internal:scala.reflect.runtime"
sourcepath="${src.dir}"
classpathref="pack.classpath"
addparams="${scalac.args.all}"
@@ -2716,14 +2716,14 @@ DISTRIBUTION
<macrodef name="copy-bundle">
<attribute name="name" />
<sequential>
- <copy file="${build-osgi.dir}/org.scala-lang.@{name}.jar"
+ <copy file="${build-osgi.dir}/org.scala-lang.@{name}.jar"
tofile="${dist.dir}/lib/@{name}.jar"/>
</sequential>
</macrodef>
<macrodef name="copy-plugin-bundle">
<attribute name="name" />
<sequential>
- <copy file="${build-osgi.dir}/org.scala-lang.plugins.@{name}.jar"
+ <copy file="${build-osgi.dir}/org.scala-lang.plugins.@{name}.jar"
tofile="${dist.dir}/misc/scala-devel/plugins/@{name}.jar"/>
</sequential>
</macrodef>