Révision 798
tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/messages/messages_ru.properties (revision 798) | ||
---|---|---|
1 | 1 |
|
2 |
CQPPreferencePage_0 = |
|
3 | 2 |
CQPPreferencePage_1 = Использовать сетевой протокол |
4 | 3 |
CQPPreferencePage_10 = Удаленный &сервер CWB |
5 | 4 |
CQPPreferencePage_11 = Удаленный сервер: &имя машины |
tmp/org.txm.synopticeditor.rcp/plugin.xml (revision 798) | ||
---|---|---|
130 | 130 |
<page |
131 | 131 |
category="org.txm.rcp.preferences.UserPreferencePage" |
132 | 132 |
class="org.txm.synopticedition.rcp.preferences.SynopticEditionPreferencePage" |
133 |
id="org.txm.rcp.synoptic.preferences.EditionPreferencePage"
|
|
133 |
id="org.txm.synopticedition.rcp.preferences.SynopticEditionPreferencePage"
|
|
134 | 134 |
name="Edition"> |
135 | 135 |
</page> |
136 | 136 |
</extension> |
tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/preferences/RPreferences.java (revision 798) | ||
---|---|---|
106 | 106 |
String os = ""; |
107 | 107 |
String ext = ""; |
108 | 108 |
String osname = System.getProperty("os.name").toLowerCase(); //$NON-NLS-1$ |
109 |
String extraSubPath = ""; |
|
109 | 110 |
if (osname.contains("windows")) { //$NON-NLS-1$ |
110 | 111 |
os = "win32"; //$NON-NLS-1$ |
112 |
extraSubPath = "x64/"; |
|
111 | 113 |
ext = ".exe"; //$NON-NLS-1$ |
112 | 114 |
} else if (osname.contains("mac")) { //$NON-NLS-1$ |
113 | 115 |
os = "macosx"; //$NON-NLS-1$ |
... | ... | |
124 | 126 |
} |
125 | 127 |
File rpluginDir = new File(bundleDir, "res"); |
126 | 128 |
File OSDir = new File(rpluginDir, os); |
127 |
File execFile = new File(OSDir, "bin/R"+ext);
|
|
129 |
File execFile = new File(OSDir, "bin/" + extraSubPath + "R" + ext);
|
|
128 | 130 |
execFile.setExecutable(true); |
129 | 131 |
|
130 | 132 |
|
Formats disponibles : Unified diff