git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1134 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2011-03-31 20:10:25 +00:00
parent e6f6b14872
commit 82a7a4476a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -200,7 +200,7 @@
description="Cleans and rebuilds everything, including javadocs."/> description="Cleans and rebuilds everything, including javadocs."/>
<target name="dist" depends="-prepare,compile,procstream,-ninstall" <target name="dist" depends="-prepare,compile,procstream,-ninstall"
description="Compiles everything and build distribution jar files."> description="Compiles everything and builds distribution jar files.">
<jar destfile="${deploy.dir}/${ant.project.name}.jar" basedir="${classes.dir}"/> <jar destfile="${deploy.dir}/${ant.project.name}.jar" basedir="${classes.dir}"/>
<!-- also build our various split jar files --> <!-- also build our various split jar files -->
<jar destfile="${deploy.dir}/${ant.project.name}-rsrc.jar"> <jar destfile="${deploy.dir}/${ant.project.name}-rsrc.jar">
@@ -28,7 +28,7 @@ import java.awt.geom.Point2D;
import static com.threerings.geom.Log.log; import static com.threerings.geom.Log.log;
/** /**
* General geometry utilites. * General geometry utilities.
*/ */
public class GeomUtil public class GeomUtil
{ {
@@ -171,7 +171,7 @@ public class ExplodeAnimation extends Animation
} }
} }
// figure out the distance the chunks have travelled // figure out the distance the chunks have traveled
long msecs = timestamp - _start; long msecs = timestamp - _start;
if (_info.delay != -1) { if (_info.delay != -1) {