Révision 482
tmp/org.txm.rcp/rcpapplication.product (revision 482) | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
<?pde version="3.5"?> |
3 | 3 |
|
4 |
<product name="TXM" uid="org.txm.rcp" id="org.txm.rcp.product" application="org.txm.rcp.Application" version="0.7.8.qualifier" useFeatures="true" includeLaunchers="true">
|
|
4 |
<product name="TXM" uid="org.txm.rcp" id="org.txm.rcp.product" application="org.txm.rcp.Application" version="0.7.9.qualifier" useFeatures="true" includeLaunchers="true">
|
|
5 | 5 |
|
6 | 6 |
<aboutInfo> |
7 | 7 |
<image path="/org.txm.rcp/icons/logo/about TXM.png"/> |
8 | 8 |
<text> |
9 | 9 |
<TXM Software User Agreement> |
10 | 10 |
|
11 |
TXM 0.7.8 Copyright © 2010-2016 ENS de Lyon, University of Franche-Comté, CNRS
|
|
11 |
TXM 0.7.9 Copyright © 2010-2017 ENS de Lyon, University of Franche-Comté, CNRS
|
|
12 | 12 |
|
13 | 13 |
<English version below> |
14 | 14 |
|
... | ... | |
82 | 82 |
</win> |
83 | 83 |
</launcher> |
84 | 84 |
|
85 |
|
|
85 | 86 |
<vm> |
86 | 87 |
</vm> |
87 | 88 |
|
... | ... | |
89 | 90 |
<text> |
90 | 91 |
<TXM Software User Agreement> |
91 | 92 |
|
92 |
TXM 0.7.8 Copyright © 2010-2016 ENS de Lyon, University of Franche-Comté, CNRS
|
|
93 |
TXM 0.7.9 Copyright © 2010-2017 ENS de Lyon, University of Franche-Comté, CNRS
|
|
93 | 94 |
|
94 | 95 |
<English version below> |
95 | 96 |
|
tmp/org.txm.rcp/src/main/java/org/txm/rcp/ApplicationWorkbenchAdvisor.java (revision 482) | ||
---|---|---|
1072 | 1072 |
} |
1073 | 1073 |
|
1074 | 1074 |
if (Toolbox.isInitialized()) { |
1075 |
monitor.setTaskName("Executing start.groovy sscript...");
|
|
1075 |
monitor.setTaskName("Executing start.groovy script..."); |
|
1076 | 1076 |
callStartScript(); |
1077 | 1077 |
monitor.setTaskName("Saving workspace..."); |
1078 | 1078 |
Toolbox.workspace.save(); |
... | ... | |
1086 | 1086 |
return false; |
1087 | 1087 |
} |
1088 | 1088 |
} // end if |
1089 |
|
|
1089 | 1090 |
return true; |
1090 | 1091 |
} |
1091 | 1092 |
|
tmp/org.txm.rcp/META-INF/MANIFEST.MF (revision 482) | ||
---|---|---|
2 | 2 |
Bundle-ManifestVersion: 2 |
3 | 3 |
Bundle-Name: %Bundle-Name |
4 | 4 |
Bundle-SymbolicName: org.txm.rcp;singleton:=true |
5 |
Bundle-Version: 0.7.8.qualifier
|
|
5 |
Bundle-Version: 0.7.9.qualifier
|
|
6 | 6 |
Bundle-Activator: org.txm.rcp.Activator |
7 | 7 |
Bundle-Vendor: %Bundle-Vendor |
8 | 8 |
Require-Bundle: org.eclipse.ui, |
tmp/org.txm.cql2lsa.rcp/src/org/txm/functions/cql2lsa/ExpI.java (revision 482) | ||
---|---|---|
342 | 342 |
this.writer.flush(); |
343 | 343 |
this.writer.close(); |
344 | 344 |
} catch (IOException e) { |
345 |
// TODO Auto-generated catch block |
|
346 | 345 |
org.txm.utils.logger.Log.printStackTrace(e); |
347 | 346 |
} |
348 | 347 |
} |
tmp/org.txm.core/src/java/org/txm/Toolbox.java (revision 482) | ||
---|---|---|
198 | 198 |
initializing = false; |
199 | 199 |
throw e; |
200 | 200 |
} |
201 |
|
|
201 | 202 |
try { |
202 | 203 |
startsEngineManagers(monitor); |
203 | 204 |
} catch (Exception e) { |
tmp/org.txm.core/META-INF/MANIFEST.MF (revision 482) | ||
---|---|---|
2 | 2 |
Bundle-ManifestVersion: 2 |
3 | 3 |
Bundle-Name: TXM Core Toolbox |
4 | 4 |
Bundle-SymbolicName: org.txm.core;singleton:=true |
5 |
Bundle-Version: 0.7.0.qualifier
|
|
5 |
Bundle-Version: 0.7.9.qualifier
|
|
6 | 6 |
Bundle-Activator: org.txm.toolbox.Activator |
7 | 7 |
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.10.0", |
8 | 8 |
javax.persistence;bundle-version="2.1.0", |
Formats disponibles : Unified diff