From c661845ecec2375e2758c440c16925f09c434c3d Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 22 Feb 2007 19:16:16 +0000 Subject: [PATCH] We're not going to use this after all. Not removing, keeping around for reference. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4595 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .../threerings/presents/tools/GenActionScriptBundlesTask.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/java/com/threerings/presents/tools/GenActionScriptBundlesTask.java b/src/java/com/threerings/presents/tools/GenActionScriptBundlesTask.java index 6c484ec2e..36e3aaaaa 100644 --- a/src/java/com/threerings/presents/tools/GenActionScriptBundlesTask.java +++ b/src/java/com/threerings/presents/tools/GenActionScriptBundlesTask.java @@ -24,6 +24,9 @@ import org.apache.tools.ant.util.ClasspathUtils; /** * Generates our own ResourceBundle classes. + * + * NOTE: This is not used. We are just using the standard ResourceBundles + * after all. */ public class GenActionScriptBundlesTask extends Task {