Révision 3955
TXM/trunk/products/org.txm.rcp.product/rcpapplication.product (revision 3955) | ||
---|---|---|
464 | 464 |
<feature id="org.eclipse.e4.rcp" installMode="root"/> |
465 | 465 |
<feature id="org.eclipse.emf.common" installMode="root"/> |
466 | 466 |
<feature id="org.eclipse.emf.ecore" installMode="root"/> |
467 |
<feature id="org.eclipse.equinox.core.feature" installMode="root"/> |
|
468 | 467 |
<feature id="org.eclipse.ecf.filetransfer.httpclient5.feature" installMode="root"/> |
469 | 468 |
<feature id="org.eclipse.equinox.p2.core.feature" installMode="root"/> |
470 | 469 |
<feature id="org.eclipse.ecf.core.ssl.feature" installMode="root"/> |
TXM/trunk/bundles/org.txm.conllu.core/groovy/org/txm/scripts/importer/conllu/CoNLLUImporter.groovy (revision 3955) | ||
---|---|---|
103 | 103 |
|
104 | 104 |
writer.println(line) |
105 | 105 |
} |
106 |
writer.close() |
|
106 | 107 |
} |
107 | 108 |
cpb_texts.done() |
108 | 109 |
return true |
... | ... | |
328 | 329 |
writer.writeCharacters("\n") |
329 | 330 |
writer.writeEndElement() // TEI |
330 | 331 |
writer.close() |
331 |
output.close() |
|
332 |
|
|
332 | 333 |
} |
333 | 334 |
|
334 | 335 |
cpb_texts.done() |
Formats disponibles : Unified diff