Révision 1644
tmp/org.txm.core/src/java/org/txm/objects/Project.java (revision 1644) | ||
---|---|---|
912 | 912 |
public void clean() { |
913 | 913 |
if (rcpProject != null) { |
914 | 914 |
try { |
915 |
Toolbox.getEngineManager(EngineType.SEARCH).getEngine("CQP").stop(); //$NON-NLS-1$ |
|
915 |
//Toolbox.getEngineManager(EngineType.SEARCH).getEngine("CQP").stop(); //$NON-NLS-1$
|
|
916 | 916 |
|
917 | 917 |
rcpProject.delete(true, new LogMonitor("Cleaning "+this)); |
918 | 918 |
|
919 | 919 |
|
920 |
Toolbox.getEngineManager(EngineType.SEARCH).getEngine("CQP").start(null); //$NON-NLS-1$ |
|
920 |
//Toolbox.getEngineManager(EngineType.SEARCH).getEngine("CQP").start(null); //$NON-NLS-1$
|
|
921 | 921 |
|
922 | 922 |
} catch (Exception e) { |
923 | 923 |
// TODO Auto-generated catch block |
Formats disponibles : Unified diff