Révision 3446
TXM/trunk/org.txm.rcp/src/main/java/org/txm/rcp/handlers/scripts/ExecuteImportScript.java (revision 3446) | ||
---|---|---|
91 | 91 |
if (event.getParameters().containsKey("org.txm.rcp.commands.importscript")) { //$NON-NLS-1$ |
92 | 92 |
filename = event.getParameter("org.txm.rcp.commands.importscript"); //$NON-NLS-1$ |
93 | 93 |
filepath = "scripts/groovy/user/org/txm/scripts/importer/" + filename; //$NON-NLS-1$ |
94 |
script = new File(filepath); |
|
94 | 95 |
} |
95 | 96 |
else if (event.getParameters().containsKey("org.txm.rcp.commands.usecorporaselection")) { //$NON-NLS-1$ |
96 | 97 |
boolean useCorporaSelection = "true".equals(event.getParameter("org.txm.rcp.commands.usecorporaselection")); //$NON-NLS-1$ //$NON-NLS-2$ |
Formats disponibles : Unified diff