- Timestamp:
- 03/08/10 13:29:05 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molgenis/3.3/src/org/molgenis/generators/ForEachMatrixGenerator.java
r2315 r2676 49 49 String packageName = this.getClass().getPackage().toString().substring( 50 50 Generator.class.getPackage().toString().length()); 51 File targetDir = new File(getSourcePath(options) + model.getName() + packageName.replace(".", "/"));51 File targetDir = new File(getSourcePath(options) + model.getName().replace(".","/") + packageName.replace(".", "/")); 52 52 targetDir.mkdirs(); 53 53
Note: See TracChangeset
for help on using the changeset viewer.