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