Révision 519
tmp/org.txm.internalview.rcp/META-INF/MANIFEST.MF (revision 519) | ||
---|---|---|
4 | 4 |
Bundle-SymbolicName: org.txm.internalview.rcp;singleton:=true |
5 | 5 |
Bundle-Version: 1.0.0.qualifier |
6 | 6 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
7 |
Require-Bundle: org.txm.internalview.core;bundle-version="1.0.0", |
|
8 |
org.txm.rcp;bundle-version="0.8.0", |
|
9 |
org.txm.concordance.core;bundle-version="1.0.0", |
|
10 |
org.eclipse.osgi |
|
7 |
Require-Bundle: org.txm.internalview.core;bundle-version="1.0.0";visibility:=reexport,
|
|
8 |
org.txm.rcp;bundle-version="0.8.0";visibility:=reexport,
|
|
9 |
org.txm.concordance.core;bundle-version="1.0.0";visibility:=reexport,
|
|
10 |
org.eclipse.osgi;visibility:=reexport
|
|
11 | 11 |
Export-Package: org.txm.internal.rcp.editors, |
12 | 12 |
org.txm.internalview.rcp, |
13 | 13 |
org.txm.rcp.internal.rcp.handler |
tmp/org.txm.internalview.rcp/build.properties (revision 519) | ||
---|---|---|
2 | 2 |
output.. = bin/ |
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 |
plugin.xml |
|
5 |
plugin.xml,\ |
|
6 |
icons/ |
tmp/org.txm.annotation.rcp/build.properties (revision 519) | ||
---|---|---|
2 | 2 |
output.. = bin/ |
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 |
plugin.xml |
|
5 |
plugin.xml,\ |
|
6 |
icons/ |
tmp/org.txm.statsengine.r.core/META-INF/MANIFEST.MF (revision 519) | ||
---|---|---|
3 | 3 |
Bundle-Name: R Statistics Engine Core |
4 | 4 |
Bundle-SymbolicName: org.txm.statsengine.r.core;singleton:=true |
5 | 5 |
Bundle-Version: 1.0.0.qualifier |
6 |
Require-Bundle: org.txm.utils;bundle-version="1.0.0", |
|
6 |
Require-Bundle: org.txm.utils;bundle-version="1.0.0";visibility:=reexport,
|
|
7 | 7 |
org.eclipse.osgi, |
8 |
org.eclipse.core.runtime, |
|
8 |
org.eclipse.core.runtime;visibility:=reexport,
|
|
9 | 9 |
org.txm.statsengine.core;bundle-version="1.0.0";visibility:=reexport, |
10 | 10 |
org.txm.libs.colt;bundle-version="1.0.0";visibility:=reexport, |
11 | 11 |
org.txm.libs.rserve;bundle-version="0.0.0";visibility:=reexport, |
12 |
org.txm.core;bundle-version="0.7.0" |
|
12 |
org.txm.core;bundle-version="0.7.0";visibility:=reexport
|
|
13 | 13 |
Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
14 | 14 |
Export-Package: org.txm.statsengine.r.core, |
15 | 15 |
org.txm.statsengine.r.core.data, |
tmp/org.txm.wordcloud.rcp/build.properties (revision 519) | ||
---|---|---|
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 | 5 |
plugin.xml,\ |
6 |
OSGI-INF/ |
|
6 |
OSGI-INF/,\ |
|
7 |
icons/ |
tmp/org.txm.partition.rcp/src/org/txm/partition/rcp/preferences/PartitionPreferencePage.java (revision 519) | ||
---|---|---|
45 | 45 |
*/ |
46 | 46 |
public class PartitionPreferencePage extends TXMPreferencePage { |
47 | 47 |
|
48 |
|
|
49 | 48 |
/** |
50 | 49 |
* Creates the field editors. Field editors are abstractions of the common |
51 | 50 |
* GUI blocks needed to manipulate various types of preferences. Each field |
... | ... | |
64 | 63 |
SWTChartsComponentsProvider.createChartsRenderingPreferencesFields(this, chartsTab); |
65 | 64 |
|
66 | 65 |
} |
67 |
|
|
68 | 66 |
|
69 | 67 |
/* |
70 | 68 |
* (non-Javadoc) |
... | ... | |
78 | 76 |
//this.setDescription(Messages.DiagnosticPreferencePage_1); |
79 | 77 |
this.setTitle(RCPMessages.DiagnosticPreferencePage_1); |
80 | 78 |
} |
81 |
|
|
82 |
|
|
83 | 79 |
} |
tmp/org.txm.cooccurrence.rcp/build.properties (revision 519) | ||
---|---|---|
2 | 2 |
output.. = bin/ |
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 |
plugin.xml |
|
5 |
plugin.xml,\ |
|
6 |
OSGI-INF/,\ |
|
7 |
icons/ |
tmp/org.txm.ca.rcp/build.properties (revision 519) | ||
---|---|---|
2 | 2 |
output.. = bin/ |
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 |
plugin.xml |
|
5 |
plugin.xml,\ |
|
6 |
icons/,\ |
|
7 |
OSGI-INF/ |
tmp/org.txm.tmp.rcp/src/org/txm/tmp/rcp/tableviewer/PlayerTable.java (revision 519) | ||
---|---|---|
30 | 30 |
*/ |
31 | 31 |
public class PlayerTable extends ApplicationWindow { |
32 | 32 |
|
33 |
ArrayList<TableColumn> columns = new ArrayList<>(); |
|
33 |
ArrayList<TableColumn> columns = new ArrayList<TableColumn>();
|
|
34 | 34 |
|
35 | 35 |
// The data model |
36 | 36 |
private PlayerTableModel model; |
tmp/org.txm.index.rcp/build.properties (revision 519) | ||
---|---|---|
2 | 2 |
output.. = bin/ |
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 |
plugin.xml |
|
5 |
plugin.xml,\ |
|
6 |
icons/,\ |
|
7 |
OSGI-INF/ |
tmp/org.txm.progression.rcp/build.properties (revision 519) | ||
---|---|---|
2 | 2 |
output.. = bin/ |
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 |
plugin.xml |
|
5 |
plugin.xml,\ |
|
6 |
icons/,\ |
|
7 |
OSGI-INF/ |
tmp/org.txm.chartsengine.rcp/build.properties (revision 519) | ||
---|---|---|
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 | 5 |
plugin.xml,\ |
6 |
OSGI-INF/l10n/bundle.properties |
|
6 |
icons/,\ |
|
7 |
OSGI-INF/ |
tmp/org.txm.concordance.rcp/build.properties (revision 519) | ||
---|---|---|
2 | 2 |
output.. = bin/ |
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 |
plugin.xml |
|
5 |
plugin.xml,\ |
|
6 |
icons/,\ |
|
7 |
OSGI-INF/ |
tmp/org.txm.referencer.rcp/build.properties (revision 519) | ||
---|---|---|
2 | 2 |
output.. = bin/ |
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 |
plugin.xml |
|
5 |
plugin.xml,\ |
|
6 |
icons/ |
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/corpus/Corpus.java (revision 519) | ||
---|---|---|
1319 | 1319 |
return old; |
1320 | 1320 |
} |
1321 | 1321 |
|
1322 |
HashMap<Class, HashSet<Object>> storedData = new HashMap<>(); |
|
1322 |
HashMap<Class, HashSet<Object>> storedData = new HashMap<Class, HashSet<Object>>();
|
|
1323 | 1323 |
public HashSet<Object> getStoredData(Class class1) { |
1324 | 1324 |
|
1325 | 1325 |
if (!storedData.containsKey(class1)) |
1326 |
storedData.put(class1, new HashSet<>()); |
|
1326 |
storedData.put(class1, new HashSet<Object>());
|
|
1327 | 1327 |
|
1328 | 1328 |
return storedData.get(class1); |
1329 | 1329 |
} |
... | ... | |
1335 | 1335 |
*/ |
1336 | 1336 |
public void storeData(Object o) { |
1337 | 1337 |
if (storedData.containsKey(o.getClass())) |
1338 |
storedData.put(o.getClass(), new HashSet<>()); |
|
1338 |
storedData.put(o.getClass(), new HashSet<Object>());
|
|
1339 | 1339 |
|
1340 | 1340 |
HashSet<Object> hash = storedData.get(o.getClass()); |
1341 | 1341 |
hash.add(o); |
tmp/org.txm.statsengine.r.rcp/build.properties (revision 519) | ||
---|---|---|
2 | 2 |
output.. = bin/ |
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 |
plugin.xml |
|
5 |
plugin.xml,\ |
|
6 |
OSGI-INF/,\ |
|
7 |
icons/ |
tmp/org.txm.chartsengine.jfreechart.rcp/build.properties (revision 519) | ||
---|---|---|
2 | 2 |
output.. = bin/ |
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 |
plugin.xml |
|
5 |
plugin.xml,\ |
|
6 |
icons/ |
tmp/org.txm.cah.rcp/build.properties (revision 519) | ||
---|---|---|
2 | 2 |
output.. = bin/ |
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 |
plugin.xml |
|
5 |
plugin.xml,\ |
|
6 |
OSGI-INF/,\ |
|
7 |
icons/ |
tmp/org.txm.rcp/build.properties (revision 519) | ||
---|---|---|
13 | 13 |
lib/junit-4.5.jar,\ |
14 | 14 |
lib/log4j-1.2.12.jar,\ |
15 | 15 |
icons/,\ |
16 |
OSGI-INF/,\ |
|
17 |
OSGI-INF/l10n/bundle.properties,\ |
|
18 | 16 |
installtreetagger_en.html,\ |
19 | 17 |
css/,\ |
20 | 18 |
p2.inf,\ |
21 |
bin/ |
|
19 |
bin/,\ |
|
20 |
OSGI-INF/ |
|
22 | 21 |
bin.excludes = lib/batik/ |
tmp/org.txm.rcp/plugin.xml (revision 519) | ||
---|---|---|
2970 | 2970 |
</with> |
2971 | 2971 |
</definition> |
2972 | 2972 |
</extension> |
2973 |
<extension |
|
2974 |
point="org.eclipse.help.contexts"> |
|
2975 |
<contexts |
|
2976 |
file="contexts.xml"> |
|
2977 |
</contexts> |
|
2978 |
</extension> |
|
2979 | 2973 |
|
2980 | 2974 |
<extension |
2981 | 2975 |
point="org.eclipse.ui.popupMenus"> |
tmp/org.txm.rcp/META-INF/MANIFEST.MF (revision 519) | ||
---|---|---|
18 | 18 |
org.eclipse.e4.ui.workbench.addons.swt;bundle-version="1.0.0", |
19 | 19 |
org.eclipse.equinox.ds;bundle-version="1.4.100", |
20 | 20 |
org.eclipse.equinox.event;bundle-version="1.3.0", |
21 |
org.eclipse.ui.intro;bundle-version="3.4.200", |
|
22 | 21 |
org.eclipse.equinox.p2.ui;bundle-version="2.3.0";visibility:=reexport, |
23 | 22 |
org.eclipse.equinox.p2.ui.sdk;bundle-version="1.0.300", |
24 | 23 |
org.eclipse.equinox.p2.ui.sdk.scheduler;bundle-version="1.2.0", |
tmp/org.txm.searchengine.cqp.rcp/build.properties (revision 519) | ||
---|---|---|
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 | 5 |
plugin.xml,\ |
6 |
OSGI-INF/l10n/bundle.properties |
|
6 |
OSGI-INF/,\ |
|
7 |
icons/ |
tmp/org.txm.statsengine.core/META-INF/MANIFEST.MF (revision 519) | ||
---|---|---|
8 | 8 |
org.txm.statsengine.core.data, |
9 | 9 |
org.txm.statsengine.core.messages, |
10 | 10 |
org.txm.statsengine.core.utils |
11 |
Require-Bundle: org.txm.utils;bundle-version="1.0.0", |
|
12 |
org.eclipse.osgi;bundle-version="3.10.2", |
|
13 |
org.eclipse.core.runtime;bundle-version="3.10.0", |
|
14 |
org.txm.core;bundle-version="0.7.0" |
|
11 |
Require-Bundle: org.txm.utils;bundle-version="1.0.0";visibility:=reexport,
|
|
12 |
org.eclipse.osgi;bundle-version="3.10.2";visibility:=reexport,
|
|
13 |
org.eclipse.core.runtime;bundle-version="3.10.0";visibility:=reexport,
|
|
14 |
org.txm.core;bundle-version="0.7.0";visibility:=reexport
|
|
15 | 15 |
Bundle-Vendor: Textometrie.org |
16 |
Import-Package: org.eclipse.osgi.util |
tmp/org.txm.statsengine.core/src/org/txm/statsengine/core/StatEngine.java (revision 519) | ||
---|---|---|
4 | 4 |
|
5 | 5 |
public abstract class StatEngine implements Engine { |
6 | 6 |
|
7 |
public StatEngine() { |
|
8 |
|
|
9 |
} |
|
10 |
|
|
7 | 11 |
public static final String EXTENSION_POINT_ID = StatEngine.class.getCanonicalName(); |
8 | 12 |
|
9 | 13 |
@Override |
tmp/org.txm.lexicaltable.rcp/build.properties (revision 519) | ||
---|---|---|
2 | 2 |
output.. = bin/ |
3 | 3 |
bin.includes = META-INF/,\ |
4 | 4 |
.,\ |
5 |
plugin.xml |
|
5 |
plugin.xml,\ |
|
6 |
OSGI-INF/,\ |
|
7 |
icons/ |
Formats disponibles : Unified diff