Updated deprecated references to project.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1759 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ComponentBundlerTask.java,v 1.15 2002/09/26 02:05:59 mdb Exp $
|
// $Id: ComponentBundlerTask.java,v 1.16 2002/09/27 19:02:15 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.cast.bundle.tools;
|
package com.threerings.cast.bundle.tools;
|
||||||
|
|
||||||
@@ -146,8 +146,8 @@ public class ComponentBundlerTask extends Task
|
|||||||
// deal with the filesets
|
// deal with the filesets
|
||||||
for (int i = 0; i < _filesets.size(); i++) {
|
for (int i = 0; i < _filesets.size(); i++) {
|
||||||
FileSet fs = (FileSet)_filesets.get(i);
|
FileSet fs = (FileSet)_filesets.get(i);
|
||||||
DirectoryScanner ds = fs.getDirectoryScanner(project);
|
DirectoryScanner ds = fs.getDirectoryScanner(getProject());
|
||||||
File fromDir = fs.getDir(project);
|
File fromDir = fs.getDir(getProject());
|
||||||
String[] srcFiles = ds.getIncludedFiles();
|
String[] srcFiles = ds.getIncludedFiles();
|
||||||
|
|
||||||
for (int f = 0; f < srcFiles.length; f++) {
|
for (int f = 0; f < srcFiles.length; f++) {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: TileSetBundlerTask.java,v 1.4 2002/09/11 20:28:05 mdb Exp $
|
// $Id: TileSetBundlerTask.java,v 1.5 2002/09/27 19:02:15 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.media.tile.bundle.tools;
|
package com.threerings.media.tile.bundle.tools;
|
||||||
|
|
||||||
@@ -68,8 +68,8 @@ public class TileSetBundlerTask extends Task
|
|||||||
// deal with the filesets
|
// deal with the filesets
|
||||||
for (int i = 0; i < _filesets.size(); i++) {
|
for (int i = 0; i < _filesets.size(); i++) {
|
||||||
FileSet fs = (FileSet)_filesets.get(i);
|
FileSet fs = (FileSet)_filesets.get(i);
|
||||||
DirectoryScanner ds = fs.getDirectoryScanner(project);
|
DirectoryScanner ds = fs.getDirectoryScanner(getProject());
|
||||||
File fromDir = fs.getDir(project);
|
File fromDir = fs.getDir(getProject());
|
||||||
String[] srcFiles = ds.getIncludedFiles();
|
String[] srcFiles = ds.getIncludedFiles();
|
||||||
|
|
||||||
for (int f = 0; f < srcFiles.length; f++) {
|
for (int f = 0; f < srcFiles.length; f++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user