Skip to content

Commit 317a105

Browse files
committed
Removing extraneous files.
Culling accumulated unnecessary code.
1 parent 8a3ed4c commit 317a105

File tree

93 files changed

+56
-6478
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+56
-6478
lines changed

build.xml

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,50 +2325,6 @@ POSITIONS
23252325
MISCELLANEOUS
23262326
============================================================================ -->
23272327

2328-
<target name="yourkit.init">
2329-
<property name="yourkit.home" value="/Applications/YourKit.app"/>
2330-
<property name="yourkit.api.jar" value="${yourkit.home}/lib/yjp-controller-api-redist.jar"/>
2331-
<property name="yourkit.agent" value="${yourkit.home}/bin/mac/libyjpagent.jnilib"/>
2332-
<property name="yourkit.jvm.opts" value="-agentpath:${yourkit.agent}"/>
2333-
<property name="yourkit.scalac.opts" value="-Yprofile:all"/>
2334-
</target>
2335-
2336-
<!-- Builds yourkit wrapper/jar and copies into lib/extra. -->
2337-
<target name="yourkit.build" depends="locker.done,yourkit.init">
2338-
<copy file="${yourkit.api.jar}" todir="${lib-extra.dir}"/>
2339-
<property name="yourkit.build.dir" value="${build-quick.dir}/classes/yourkit"/>
2340-
<mkdir dir="${yourkit.build.dir}"/>
2341-
2342-
<scalacfork
2343-
destdir="${yourkit.build.dir}"
2344-
compilerpathref="locker.classpath"
2345-
params="${scalac.args.all}"
2346-
srcdir="${src.dir}/yourkit"
2347-
jvmargs="${scalacfork.jvmargs}">
2348-
<include name="**/*.scala"/>
2349-
<compilationpath>
2350-
<path refid="locker.classpath"/>
2351-
</compilationpath>
2352-
</scalacfork>
2353-
<jar destfile="${lib-extra.dir}/scalac-yourkit.jar">
2354-
<fileset dir="${yourkit.build.dir}"/>
2355-
</jar>
2356-
</target>
2357-
2358-
<!-- Builds quick.lib/comp with profiling enabled. -->
2359-
<target name="yourkit.run" depends="yourkit.build">
2360-
<antcall target="clean"/>
2361-
<ant target="quick.lib" inheritall="false" inheritrefs="false">
2362-
<property name="jvm.opts" value="${yourkit.jvm.opts}"/>
2363-
<property name="scalac.args" value="${yourkit.scalac.opts}"/>
2364-
</ant>
2365-
<ant target="quick.comp" inheritall="false" inheritrefs="false">
2366-
<property name="jvm.opts" value="${yourkit.jvm.opts}"/>
2367-
<property name="scalac.args" value="${yourkit.scalac.opts}"/>
2368-
</ant>
2369-
<antcall target="build"/>
2370-
</target>
2371-
23722328
<target name="graph.init">
23732329
<taskdef name="vizant" classname="vizant.Vizant" classpath="${lib-ant.dir}/vizant.jar"/>
23742330
</target>

src/attic/README

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)