Révision 3091
tmp/org.txm.rcp/src/main/java/org/txm/rcp/corpuswizard/ImportWizard.java (revision 3091) | ||
---|---|---|
90 | 90 |
project = new Project(Toolbox.workspace, name); |
91 | 91 |
} |
92 | 92 |
project.setSourceDirectory(path.getAbsolutePath()); |
93 |
project.setDescription(System.getProperty("user.name") + "\n" + TXMResult.PRETTY_LOCALIZED_TIME_FORMAT.format(Calendar.getInstance().getTime()));
|
|
93 |
project.setDescription(NLS.bind("- imported by: {0}", System.getProperty("user.name")));
|
|
94 | 94 |
project.setLang(Locale.getDefault().getLanguage().toLowerCase()); |
95 | 95 |
|
96 | 96 |
Log.info(NLS.bind(TXMUIMessages.theP0CorpusWillBeCreatedFromTheP1Directory, project.getName(), project.getSrcdir())); |
Formats disponibles : Unified diff