Whitespace
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6075 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -235,8 +235,7 @@ public class GenActionScriptTask extends Task
|
||||
assrc.publicMethods.add(member);
|
||||
}
|
||||
|
||||
// now we can parse existing definitions from any extant ActionScript
|
||||
// source file
|
||||
// now we can parse existing definitions from any extant ActionScript source file
|
||||
assrc.absorbActionScript(asfile);
|
||||
|
||||
// make sure our parent directory exists
|
||||
|
||||
@@ -59,8 +59,7 @@ import com.threerings.presents.dobj.OidList;
|
||||
public class GenDObjectTask extends Task
|
||||
{
|
||||
/**
|
||||
* Adds a nested <fileset> element which enumerates service
|
||||
* declaration source files.
|
||||
* Adds a nested <fileset> element which enumerates service declaration source files.
|
||||
*/
|
||||
public void addFileset (FileSet set)
|
||||
{
|
||||
@@ -70,8 +69,7 @@ public class GenDObjectTask extends Task
|
||||
/** Configures our classpath which we'll use to load service classes. */
|
||||
public void setClasspathref (Reference pathref)
|
||||
{
|
||||
_cloader = ClasspathUtils.getClassLoaderForPath(
|
||||
getProject(), pathref);
|
||||
_cloader = ClasspathUtils.getClassLoaderForPath(getProject(), pathref);
|
||||
|
||||
// set the parent of the classloader to be the classloader used to load this task,
|
||||
// rather than the classloader used to load Ant, so that we have access to Narya
|
||||
|
||||
Reference in New Issue
Block a user