no message
This commit is contained in:
@@ -45,13 +45,13 @@ public abstract class TestingPackage<J> extends riDBObject {
|
||||
public TestingPackage() {
|
||||
}
|
||||
public File getLocalWorkspace() {
|
||||
return new File(Global.PackagesDirectory, String.valueOf(id));
|
||||
return new File(getHomeDirectory(), String.valueOf(id));
|
||||
}
|
||||
//------------------------
|
||||
@Description("IGNORED")
|
||||
public J package_json=null;
|
||||
public abstract Class getJsonClass();
|
||||
|
||||
public abstract File getHomeDirectory();
|
||||
public File getJsonFile() {
|
||||
return new File(getLocalWorkspace(), "package_json");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user