Révision 3655
TXM/trunk/features/org.txm.dictionary.feature/build.properties (revision 3655) | ||
---|---|---|
1 |
#Fri Jul 06 10:25:09 CEST 2018 |
|
2 |
bin.includes=feature.xml, build.properties |
|
0 | 3 |
TXM/trunk/features/org.txm.dictionary.feature/feature.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.dictionary.feature" |
|
4 |
label="Dictionary" |
|
5 |
version="1.0.0.qualifier" |
|
6 |
license-feature="org.txm.rcp.feature" |
|
7 |
license-feature-version="0.8.3.qualifier"> |
|
8 |
|
|
9 |
<description url="http://www.example.com/description"> |
|
10 |
Dictionnary |
|
11 |
</description> |
|
12 |
|
|
13 |
<copyright url="http://www.example.com/copyright"> |
|
14 |
TXM 0.8.3 |
|
15 |
Copyright © 2013-2023 ENS de Lyon, University of Franche-Comté. |
|
16 |
Copyright © 2010-2013 ENS de Lyon. |
|
17 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
|
18 |
Lyon 2, University of Franche-Comté, University of Nice |
|
19 |
Sophia Antipolis, University of Paris 3. |
|
20 |
The TXM platform is free software: you can redistribute it and/or |
|
21 |
modify it under the terms of the GNU General Public |
|
22 |
License as published by the Free Software Foundation, either |
|
23 |
version 2 of the License, or (at your option) any |
|
24 |
later version. |
|
25 |
The TXM platform is distributed in the hope that it will be useful, |
|
26 |
but WITHOUT ANY WARRANTY; without even the implied |
|
27 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
28 |
See the GNU General Public License for more |
|
29 |
details. |
|
30 |
You should have received a copy of the GNU General Public License |
|
31 |
along with the TXM platform. If not, see |
|
32 |
http://www.gnu.org/licenses |
|
33 |
</copyright> |
|
34 |
|
|
35 |
<license url="http://www.example.com/license"> |
|
36 |
[Enter License Description here.] |
|
37 |
</license> |
|
38 |
|
|
39 |
<requires> |
|
40 |
<import plugin="org.txm.rcp" version="0.8.3" match="greaterOrEqual"/> |
|
41 |
<import plugin="org.txm.libs.groovy-all" version="2.3.3" match="greaterOrEqual"/> |
|
42 |
<import plugin="org.txm.core" version="0.7.0" match="greaterOrEqual"/> |
|
43 |
<import plugin="org.eclipse.ui"/> |
|
44 |
<import plugin="org.eclipse.core.runtime"/> |
|
45 |
<import plugin="org.txm.utils.core"/> |
|
46 |
<import plugin="org.eclipse.persistence.jpa" version="2.6.0" match="greaterOrEqual"/> |
|
47 |
<import plugin="org.txm.index.core" version="1.0.0" match="greaterOrEqual"/> |
|
48 |
<import plugin="org.txm.index.rcp" version="1.0.0" match="greaterOrEqual"/> |
|
49 |
<import plugin="javax.persistence"/> |
|
50 |
</requires> |
|
51 |
|
|
52 |
<plugin |
|
53 |
id="org.txm.dictionary.rcp" |
|
54 |
download-size="0" |
|
55 |
install-size="0" |
|
56 |
version="0.0.0" |
|
57 |
unpack="false"/> |
|
58 |
|
|
59 |
</feature> |
|
0 | 60 |
TXM/trunk/features/org.txm.dictionary.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.dictionary.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
TXM/trunk/features/org.txm.svn.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.svn.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
TXM/trunk/features/org.txm.svn.feature/build.properties (revision 3655) | ||
---|---|---|
1 |
#Fri Jul 06 10:25:18 CEST 2018 |
|
2 |
bin.includes=feature.xml, build.properties |
|
0 | 3 |
TXM/trunk/features/org.txm.svn.feature/feature.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.svn.feature" |
|
4 |
label="SVN" |
|
5 |
version="1.0.0.qualifier" |
|
6 |
license-feature="org.txm.rcp.feature" |
|
7 |
license-feature-version="0.8.3.qualifier"> |
|
8 |
|
|
9 |
<description url="http://www.example.com/description"> |
|
10 |
SVN access |
|
11 |
</description> |
|
12 |
|
|
13 |
<copyright url="http://www.example.com/copyright"> |
|
14 |
TXM 0.8.3 |
|
15 |
Copyright © 2013-2023 ENS de Lyon, University of Franche-Comté. |
|
16 |
Copyright © 2010-2013 ENS de Lyon. |
|
17 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
|
18 |
Lyon 2, University of Franche-Comté, University of Nice |
|
19 |
Sophia Antipolis, University of Paris 3. |
|
20 |
The TXM platform is free software: you can redistribute it and/or |
|
21 |
modify it under the terms of the GNU General Public |
|
22 |
License as published by the Free Software Foundation, either |
|
23 |
version 2 of the License, or (at your option) any |
|
24 |
later version. |
|
25 |
The TXM platform is distributed in the hope that it will be useful, |
|
26 |
but WITHOUT ANY WARRANTY; without even the implied |
|
27 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
28 |
See the GNU General Public License for more |
|
29 |
details. |
|
30 |
You should have received a copy of the GNU General Public License |
|
31 |
along with the TXM platform. If not, see |
|
32 |
http://www.gnu.org/licenses |
|
33 |
</copyright> |
|
34 |
|
|
35 |
<license url="http://www.example.com/license"> |
|
36 |
[Enter License Description here.] |
|
37 |
</license> |
|
38 |
|
|
39 |
<requires> |
|
40 |
<import plugin="org.eclipse.ui"/> |
|
41 |
<import plugin="org.eclipse.core.runtime"/> |
|
42 |
<import plugin="org.eclipse.team.svn" version="1.1.0" match="greaterOrEqual"/> |
|
43 |
<import plugin="org.eclipse.team.svn.core" version="1.1.0" match="greaterOrEqual"/> |
|
44 |
<import plugin="org.eclipse.team.svn.help" version="1.1.0" match="greaterOrEqual"/> |
|
45 |
<import plugin="org.eclipse.team.svn.ui" version="1.1.0" match="greaterOrEqual"/> |
|
46 |
<import plugin="org.polarion.eclipse.team.svn.connector" version="3.0.1" match="greaterOrEqual"/> |
|
47 |
<import plugin="org.eclipse.team.ui" version="3.7.0" match="greaterOrEqual"/> |
|
48 |
<import plugin="org.eclipse.team.core" version="3.7.0" match="greaterOrEqual"/> |
|
49 |
<import plugin="org.polarion.eclipse.team.svn.connector.svnkit18" version="4.1.0" match="greaterOrEqual"/> |
|
50 |
</requires> |
|
51 |
|
|
52 |
<plugin |
|
53 |
id="org.txm.svn.rcp" |
|
54 |
download-size="0" |
|
55 |
install-size="0" |
|
56 |
version="0.0.0" |
|
57 |
unpack="false"/> |
|
58 |
|
|
59 |
</feature> |
|
0 | 60 |
TXM/trunk/features/org.txm.libs.javafx.feature/build.properties (revision 3655) | ||
---|---|---|
1 |
bin.includes = feature.xml, build.properties |
|
0 | 2 |
TXM/trunk/features/org.txm.libs.javafx.feature/feature.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.libs.javafx.feature" |
|
4 |
label="org.txm.libs.javafx.feature" |
|
5 |
version="1.0.0.qualifier" |
|
6 |
license-feature="org.txm.rcp.feature" |
|
7 |
license-feature-version="0.8.3.qualifier"> |
|
8 |
|
|
9 |
<description url="http://www.example.com/description"> |
|
10 |
[Enter Feature Description here.] |
|
11 |
</description> |
|
12 |
|
|
13 |
<copyright url="http://www.example.com/copyright"> |
|
14 |
TXM 0.8.3 |
|
15 |
Copyright © 2013-2023 ENS de Lyon, University of Franche-Comté. |
|
16 |
Copyright © 2010-2013 ENS de Lyon. |
|
17 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
|
18 |
Lyon 2, University of Franche-Comté, University of Nice |
|
19 |
Sophia Antipolis, University of Paris 3. |
|
20 |
The TXM platform is free software: you can redistribute it and/or |
|
21 |
modify it under the terms of the GNU General Public |
|
22 |
License as published by the Free Software Foundation, either |
|
23 |
version 2 of the License, or (at your option) any |
|
24 |
later version. |
|
25 |
The TXM platform is distributed in the hope that it will be useful, |
|
26 |
but WITHOUT ANY WARRANTY; without even the implied |
|
27 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
28 |
See the GNU General Public License for more |
|
29 |
details. |
|
30 |
You should have received a copy of the GNU General Public License |
|
31 |
along with the TXM platform. If not, see |
|
32 |
http://www.gnu.org/licenses |
|
33 |
</copyright> |
|
34 |
|
|
35 |
<license url="http://www.example.com/license"> |
|
36 |
[Enter License Description here.] |
|
37 |
</license> |
|
38 |
|
|
39 |
<plugin |
|
40 |
id="org.txm.libs.javafx.linux" |
|
41 |
os="linux" |
|
42 |
download-size="0" |
|
43 |
install-size="0" |
|
44 |
version="0.0.0" |
|
45 |
fragment="true"/> |
|
46 |
|
|
47 |
<plugin |
|
48 |
id="org.txm.libs.javafx.macosx" |
|
49 |
os="macosx" |
|
50 |
download-size="0" |
|
51 |
install-size="0" |
|
52 |
version="0.0.0" |
|
53 |
fragment="true"/> |
|
54 |
|
|
55 |
<plugin |
|
56 |
id="org.txm.libs.javafx.win32" |
|
57 |
os="win32" |
|
58 |
download-size="0" |
|
59 |
install-size="0" |
|
60 |
version="0.0.0" |
|
61 |
fragment="true"/> |
|
62 |
|
|
63 |
<plugin |
|
64 |
id="org.txm.libs.javafx" |
|
65 |
download-size="0" |
|
66 |
install-size="0" |
|
67 |
version="0.0.0"/> |
|
68 |
|
|
69 |
</feature> |
|
0 | 70 |
TXM/trunk/features/org.txm.libs.javafx.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.libs.javafx.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
TXM/trunk/features/org.txm.internalview.feature/build.properties (revision 3655) | ||
---|---|---|
1 |
#Fri Jul 06 10:25:11 CEST 2018 |
|
2 |
bin.includes=feature.xml, build.properties |
|
0 | 3 |
TXM/trunk/features/org.txm.internalview.feature/feature.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.internalview.feature" |
|
4 |
label="Internal View" |
|
5 |
version="1.0.0.qualifier" |
|
6 |
provider-name="Textometrie.org" |
|
7 |
license-feature="org.txm.rcp.feature" |
|
8 |
license-feature-version="0.8.3.qualifier"> |
|
9 |
|
|
10 |
<description url="http://www.example.com/description"> |
|
11 |
Browse through the CQP indexes |
|
12 |
</description> |
|
13 |
|
|
14 |
<copyright url="http://www.example.com/copyright"> |
|
15 |
TXM 0.8.3 |
|
16 |
Copyright © 2013-2023 ENS de Lyon, University of Franche-Comté. |
|
17 |
Copyright © 2010-2013 ENS de Lyon. |
|
18 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
|
19 |
Lyon 2, University of Franche-Comté, University of Nice |
|
20 |
Sophia Antipolis, University of Paris 3. |
|
21 |
The TXM platform is free software: you can redistribute it and/or |
|
22 |
modify it under the terms of the GNU General Public |
|
23 |
License as published by the Free Software Foundation, either |
|
24 |
version 2 of the License, or (at your option) any |
|
25 |
later version. |
|
26 |
The TXM platform is distributed in the hope that it will be useful, |
|
27 |
but WITHOUT ANY WARRANTY; without even the implied |
|
28 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
29 |
See the GNU General Public License for more |
|
30 |
details. |
|
31 |
You should have received a copy of the GNU General Public License |
|
32 |
along with the TXM platform. If not, see |
|
33 |
http://www.gnu.org/licenses |
|
34 |
</copyright> |
|
35 |
|
|
36 |
<license url="http://www.example.com/license"> |
|
37 |
[Enter License Description here.] |
|
38 |
</license> |
|
39 |
|
|
40 |
<requires> |
|
41 |
<import plugin="org.txm.searchengine.cqp.core"/> |
|
42 |
<import plugin="org.txm.internalview.core" version="1.0.0" match="greaterOrEqual"/> |
|
43 |
<import plugin="org.txm.links.rcp" version="1.0.0" match="greaterOrEqual"/> |
|
44 |
</requires> |
|
45 |
|
|
46 |
<plugin |
|
47 |
id="org.txm.internalview.core" |
|
48 |
download-size="0" |
|
49 |
install-size="0" |
|
50 |
version="0.0.0" |
|
51 |
unpack="false"/> |
|
52 |
|
|
53 |
<plugin |
|
54 |
id="org.txm.internalview.rcp" |
|
55 |
download-size="0" |
|
56 |
install-size="0" |
|
57 |
version="0.0.0" |
|
58 |
unpack="false"/> |
|
59 |
|
|
60 |
</feature> |
|
0 | 61 |
TXM/trunk/features/org.txm.internalview.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.internalview.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
TXM/trunk/features/org.txm.texts.feature/build.properties (revision 3655) | ||
---|---|---|
1 |
bin.includes = feature.xml |
|
0 | 2 |
TXM/trunk/features/org.txm.texts.feature/feature.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.texts.feature" |
|
4 |
label="org.txm.texts.feature" |
|
5 |
version="1.0.0.qualifier"> |
|
6 |
|
|
7 |
<description url="http://www.example.com/description"> |
|
8 |
[Enter Feature Description here.] |
|
9 |
</description> |
|
10 |
|
|
11 |
<copyright url="http://www.example.com/copyright"> |
|
12 |
[Enter Copyright Description here.] |
|
13 |
</copyright> |
|
14 |
|
|
15 |
<license url="http://www.example.com/license"> |
|
16 |
[Enter License Description here.] |
|
17 |
</license> |
|
18 |
|
|
19 |
<plugin |
|
20 |
id="org.txm.texts.core" |
|
21 |
download-size="0" |
|
22 |
install-size="0" |
|
23 |
version="0.0.0" |
|
24 |
unpack="false"/> |
|
25 |
|
|
26 |
<plugin |
|
27 |
id="org.txm.texts.rcp" |
|
28 |
download-size="0" |
|
29 |
install-size="0" |
|
30 |
version="0.0.0" |
|
31 |
unpack="false"/> |
|
32 |
|
|
33 |
</feature> |
|
0 | 34 |
TXM/trunk/features/org.txm.texts.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.texts.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
TXM/trunk/features/org.txm.partition.feature/build.properties (revision 3655) | ||
---|---|---|
1 |
#Fri Jul 06 10:25:12 CEST 2018 |
|
2 |
bin.includes=feature.xml, build.properties |
|
0 | 3 |
TXM/trunk/features/org.txm.partition.feature/feature.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.partition.feature" |
|
4 |
label="Partition" |
|
5 |
version="1.0.0.qualifier" |
|
6 |
provider-name="Textometrie.org" |
|
7 |
license-feature="org.txm.rcp.feature" |
|
8 |
license-feature-version="0.8.3.qualifier"> |
|
9 |
|
|
10 |
<description url="http://www.example.com/description"> |
|
11 |
Partition |
|
12 |
</description> |
|
13 |
|
|
14 |
<copyright url="http://www.example.com/copyright"> |
|
15 |
TXM 0.8.3 |
|
16 |
Copyright © 2013-2023 ENS de Lyon, University of Franche-Comté. |
|
17 |
Copyright © 2010-2013 ENS de Lyon. |
|
18 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
|
19 |
Lyon 2, University of Franche-Comté, University of Nice |
|
20 |
Sophia Antipolis, University of Paris 3. |
|
21 |
The TXM platform is free software: you can redistribute it and/or |
|
22 |
modify it under the terms of the GNU General Public |
|
23 |
License as published by the Free Software Foundation, either |
|
24 |
version 2 of the License, or (at your option) any |
|
25 |
later version. |
|
26 |
The TXM platform is distributed in the hope that it will be useful, |
|
27 |
but WITHOUT ANY WARRANTY; without even the implied |
|
28 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
29 |
See the GNU General Public License for more |
|
30 |
details. |
|
31 |
You should have received a copy of the GNU General Public License |
|
32 |
along with the TXM platform. If not, see |
|
33 |
http://www.gnu.org/licenses |
|
34 |
</copyright> |
|
35 |
|
|
36 |
<license url="http://www.example.com/license"> |
|
37 |
[Enter License Description here.] |
|
38 |
</license> |
|
39 |
|
|
40 |
<requires> |
|
41 |
<import plugin="org.txm.chartsengine.jfreechart.core" version="1.0.0" match="greaterOrEqual"/> |
|
42 |
<import plugin="org.txm.chartsengine.r.core" version="1.0.0" match="greaterOrEqual"/> |
|
43 |
<import plugin="org.txm.lexicaltable.core" version="1.0.0" match="greaterOrEqual"/> |
|
44 |
<import plugin="org.txm.chartsengine.rcp"/> |
|
45 |
<import plugin="org.txm.partition.core" version="1.0.0" match="greaterOrEqual"/> |
|
46 |
</requires> |
|
47 |
|
|
48 |
<plugin |
|
49 |
id="org.txm.partition.core" |
|
50 |
download-size="0" |
|
51 |
install-size="0" |
|
52 |
version="0.0.0" |
|
53 |
unpack="false"/> |
|
54 |
|
|
55 |
<plugin |
|
56 |
id="org.txm.partition.rcp" |
|
57 |
download-size="0" |
|
58 |
install-size="0" |
|
59 |
version="0.0.0" |
|
60 |
unpack="false"/> |
|
61 |
|
|
62 |
</feature> |
|
0 | 63 |
TXM/trunk/features/org.txm.partition.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.partition.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
TXM/trunk/features/org.txm.annotation.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.annotation.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
TXM/trunk/features/org.txm.annotation.feature/build.properties (revision 3655) | ||
---|---|---|
1 |
#Fri Jul 06 10:25:02 CEST 2018 |
|
2 |
bin.includes=feature.xml, build.properties |
|
0 | 3 |
TXM/trunk/features/org.txm.annotation.feature/feature.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.annotation.feature" |
|
4 |
label="Annotation" |
|
5 |
version="1.0.0.qualifier" |
|
6 |
provider-name="Textometrie.org" |
|
7 |
license-feature="org.txm.rcp.feature" |
|
8 |
license-feature-version="0.8.3.qualifier"> |
|
9 |
|
|
10 |
<description url="http://www.example.com/description"> |
|
11 |
Abstract annotation features |
|
12 |
</description> |
|
13 |
|
|
14 |
<copyright url="http://www.example.com/copyright"> |
|
15 |
TXM 0.8.3 |
|
16 |
Copyright © 2013-2023 ENS de Lyon, University of Franche-Comté. |
|
17 |
Copyright © 2010-2013 ENS de Lyon. |
|
18 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
|
19 |
Lyon 2, University of Franche-Comté, University of Nice |
|
20 |
Sophia Antipolis, University of Paris 3. |
|
21 |
The TXM platform is free software: you can redistribute it and/or |
|
22 |
modify it under the terms of the GNU General Public |
|
23 |
License as published by the Free Software Foundation, either |
|
24 |
version 2 of the License, or (at your option) any |
|
25 |
later version. |
|
26 |
The TXM platform is distributed in the hope that it will be useful, |
|
27 |
but WITHOUT ANY WARRANTY; without even the implied |
|
28 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
29 |
See the GNU General Public License for more |
|
30 |
details. |
|
31 |
You should have received a copy of the GNU General Public License |
|
32 |
along with the TXM platform. If not, see |
|
33 |
http://www.gnu.org/licenses |
|
34 |
</copyright> |
|
35 |
|
|
36 |
<license url="http://www.example.com/license"> |
|
37 |
[Enter License Description here.] |
|
38 |
</license> |
|
39 |
|
|
40 |
<requires> |
|
41 |
<import plugin="org.txm.core" version="0.7.0" match="greaterOrEqual"/> |
|
42 |
<import plugin="org.txm.tokenizer.core"/> |
|
43 |
<import plugin="org.txm.annotation.core" version="1.0.0" match="greaterOrEqual"/> |
|
44 |
<import plugin="org.txm.concordance.rcp" version="1.0.0" match="greaterOrEqual"/> |
|
45 |
<import plugin="org.txm.edition.rcp" version="1.0.0" match="greaterOrEqual"/> |
|
46 |
<import plugin="org.txm.searchengine.cqp.core"/> |
|
47 |
<import plugin="javax.persistence" version="2.1.0" match="greaterOrEqual"/> |
|
48 |
<import plugin="org.eclipse.persistence.jpa" version="2.6.0" match="greaterOrEqual"/> |
|
49 |
<import plugin="org.eclipse.persistence.jpa.jpql" version="2.6.0" match="greaterOrEqual"/> |
|
50 |
<import plugin="org.eclipse.persistence.asm" version="6.0.0" match="greaterOrEqual"/> |
|
51 |
<import plugin="org.txm.annotation.kr.core" version="1.0.0" match="greaterOrEqual"/> |
|
52 |
<import plugin="org.txm.annotation.rcp" version="1.0.0" match="greaterOrEqual"/> |
|
53 |
<import plugin="org.eclipse.osgi"/> |
|
54 |
<import plugin="org.eclipse.persistence.core" version="2.7.3" match="greaterOrEqual"/> |
|
55 |
</requires> |
|
56 |
|
|
57 |
<plugin |
|
58 |
id="org.txm.annotation.core" |
|
59 |
download-size="0" |
|
60 |
install-size="0" |
|
61 |
version="0.0.0" |
|
62 |
unpack="false"/> |
|
63 |
|
|
64 |
<plugin |
|
65 |
id="org.txm.annotation.rcp" |
|
66 |
download-size="0" |
|
67 |
install-size="0" |
|
68 |
version="0.0.0" |
|
69 |
unpack="false"/> |
|
70 |
|
|
71 |
<plugin |
|
72 |
id="org.txm.annotation.kr.core" |
|
73 |
download-size="0" |
|
74 |
install-size="0" |
|
75 |
version="0.0.0" |
|
76 |
unpack="false"/> |
|
77 |
|
|
78 |
<plugin |
|
79 |
id="org.txm.annotation.kr.rcp" |
|
80 |
download-size="0" |
|
81 |
install-size="0" |
|
82 |
version="0.0.0" |
|
83 |
unpack="false"/> |
|
84 |
|
|
85 |
<plugin |
|
86 |
id="javax.annotation" |
|
87 |
download-size="0" |
|
88 |
install-size="0" |
|
89 |
version="0.0.0" |
|
90 |
unpack="false"/> |
|
91 |
|
|
92 |
<plugin |
|
93 |
id="org.eclipse.persistence.jpa" |
|
94 |
download-size="0" |
|
95 |
install-size="0" |
|
96 |
version="0.0.0" |
|
97 |
unpack="false"/> |
|
98 |
|
|
99 |
<plugin |
|
100 |
id="org.eclipse.persistence.core" |
|
101 |
download-size="0" |
|
102 |
install-size="0" |
|
103 |
version="0.0.0" |
|
104 |
unpack="false"/> |
|
105 |
|
|
106 |
<plugin |
|
107 |
id="org.eclipse.persistence.asm" |
|
108 |
download-size="0" |
|
109 |
install-size="0" |
|
110 |
version="0.0.0" |
|
111 |
unpack="false"/> |
|
112 |
|
|
113 |
<plugin |
|
114 |
id="org.eclipse.persistence.jpa.jpql" |
|
115 |
download-size="0" |
|
116 |
install-size="0" |
|
117 |
version="0.0.0" |
|
118 |
unpack="false"/> |
|
119 |
|
|
120 |
</feature> |
|
0 | 121 |
TXM/trunk/features/org.txm.textsbalance.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.textsbalance.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
TXM/trunk/features/org.txm.textsbalance.feature/build.properties (revision 3655) | ||
---|---|---|
1 |
#Fri Jul 06 10:25:18 CEST 2018 |
|
2 |
bin.includes=feature.xml, build.properties |
|
0 | 3 |
TXM/trunk/features/org.txm.textsbalance.feature/feature.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.textsbalance.feature" |
|
4 |
label="Texts Balance" |
|
5 |
version="1.0.0.qualifier" |
|
6 |
provider-name="TXM" |
|
7 |
license-feature="org.txm.rcp.feature" |
|
8 |
license-feature-version="0.8.3.qualifier"> |
|
9 |
|
|
10 |
<description url="http://www.example.com/description"> |
|
11 |
Additional TextBalance command to build a radar representation of text metadata values. |
|
12 |
</description> |
|
13 |
|
|
14 |
<copyright url="http://www.example.com/copyright"> |
|
15 |
TXM 0.8.3 |
|
16 |
Copyright © 2013-2023 ENS de Lyon, University of Franche-Comté. |
|
17 |
Copyright © 2010-2013 ENS de Lyon. |
|
18 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
|
19 |
Lyon 2, University of Franche-Comté, University of Nice |
|
20 |
Sophia Antipolis, University of Paris 3. |
|
21 |
The TXM platform is free software: you can redistribute it and/or |
|
22 |
modify it under the terms of the GNU General Public |
|
23 |
License as published by the Free Software Foundation, either |
|
24 |
version 2 of the License, or (at your option) any |
|
25 |
later version. |
|
26 |
The TXM platform is distributed in the hope that it will be useful, |
|
27 |
but WITHOUT ANY WARRANTY; without even the implied |
|
28 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
29 |
See the GNU General Public License for more |
|
30 |
details. |
|
31 |
You should have received a copy of the GNU General Public License |
|
32 |
along with the TXM platform. If not, see |
|
33 |
http://www.gnu.org/licenses |
|
34 |
</copyright> |
|
35 |
|
|
36 |
<license url=""> |
|
37 |
<TXM Software User Agreement> |
|
38 |
|
|
39 |
TXM 0.7.8 Copyright © 2010-2016 ENS de Lyon, University of Franche-Comté, CNRS |
|
40 |
|
|
41 |
<English version below> |
|
42 |
|
|
43 |
EN ACCEPTANT CETTE MISE À JOUR ET EN UTILISANT TXM, VOUS VOUS ENGAGEZ À CITER L'ARTICLE DE RÉFÉRENCE DE LA PLATEFORME* DANS VOS PUBLICATIONS DE RÉSULTATS OBTENUS À PARTIR D'ELLE. CELA EST ESSENTIEL POUR NOUS PERMETTRE DE JUSTIFIER LE BESOIN DE PÉRENNISATION DE CET INSTRUMENT DE TRAVAIL POUR LA COMMUNAUTÉ SCIENTIFIQUE. |
|
44 |
|
|
45 |
Le logiciel TXM est un logiciel libre ; vous pouvez le redistribuer et/ou le modifier suivant les termes de la Licence publique générale GNU telle que publiée par la Free Software Foundation, soit la version 2 de cette License, soit une version ultérieure. |
|
46 |
|
|
47 |
Le logiciel TXM est distribué dans l'espoir qu'il sera utile, mais sans aucune garantie, y compris mais non de façon limitative les garanties implicites de qualité marchande et de convenance à un usage particulier. Consultez la version 2 et la version 3 de la Licence publique générale GNU pour plus de détails. |
|
48 |
|
|
49 |
Vous devriez avoir reçu une copie de la Licence publique générale GNU en accompagnement du logiciel TXM ; si ce n'est pas le cas, veuillez consulter la page http://www.gnu.org/licenses/gpl-2.0.html. |
|
50 |
_______________ |
|
51 |
* Serge Heiden, Jean-Philippe Magué, Bénédicte Pincemin. |
|
52 |
TXM : Une plateforme logicielle open-source pour la textométrie - conception et développement. Sergio Bolasco, Isabella Chiari, Luca Giuliano. 10th International Conference on the Statistical Analysis of Textual Data - JADT 2010, Jun 2010, Rome, Italie. |
|
53 |
Edizioni Universitarie di Lettere Economia Diritto, 2 (3), pp.1021-1032, 2010. <halshs-00549779> |
|
54 |
|
|
55 |
|
|
56 |
ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH ENGLISH |
|
57 |
|
|
58 |
|
|
59 |
By accepting this update and by using TXM, you agree to cite the TXM platform reference article** in your publications of results obtained from it. That is essential for us to justify the need for sustainability of this instrument for the scientific community. |
|
60 |
|
|
61 |
The TXM platform is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. |
|
62 |
|
|
63 |
The TXM platform is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
|
64 |
|
|
65 |
You should have received a copy of the GNU General Public License along with the TXM platform. If not, see http://www.gnu.org/licenses/gpl-2.0.html. |
|
66 |
_______________ |
|
67 |
** Serge Heiden. The TXM Platform: Building Open-Source Textual |
|
68 |
Analysis Software Compatible with the TEI Encoding Scheme. Ryo Otoguro, Kiyoshi Ishikawa, Hiroshi Umemoto, Kei Yoshimoto and Yasunari Harada. 24th Pacific Asia Conference on Language, Information and Computation, Nov 2010, Sendai, Japan. Institute for Digital Enhancement of Cognitive Development, Waseda University, pp.389-398, 2010. <halshs-00549764> |
|
69 |
</license> |
|
70 |
|
|
71 |
<requires> |
|
72 |
<import plugin="org.txm.textsbalance.core" version="1.0.0" match="greaterOrEqual"/> |
|
73 |
<import plugin="org.txm.chartsengine.rcp" version="1.0.0" match="greaterOrEqual"/> |
|
74 |
<import plugin="org.txm.searchengine.cqp.core" version="1.1.0" match="greaterOrEqual"/> |
|
75 |
<import plugin="org.txm.chartsengine.jfreechart.core" version="1.0.0" match="greaterOrEqual"/> |
|
76 |
<import plugin="org.txm.chartsengine.r.core" version="1.0.0" match="greaterOrEqual"/> |
|
77 |
</requires> |
|
78 |
|
|
79 |
<plugin |
|
80 |
id="org.txm.textsbalance.rcp" |
|
81 |
download-size="0" |
|
82 |
install-size="0" |
|
83 |
version="0.0.0" |
|
84 |
unpack="false"/> |
|
85 |
|
|
86 |
<plugin |
|
87 |
id="org.txm.textsbalance.core" |
|
88 |
download-size="0" |
|
89 |
install-size="0" |
|
90 |
version="0.0.0" |
|
91 |
unpack="false"/> |
|
92 |
|
|
93 |
</feature> |
|
0 | 94 |
TXM/trunk/features/org.txm.referencer.feature/build.properties (revision 3655) | ||
---|---|---|
1 |
#Fri Jul 06 10:25:15 CEST 2018 |
|
2 |
bin.includes=feature.xml, build.properties |
|
0 | 3 |
TXM/trunk/features/org.txm.referencer.feature/feature.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.referencer.feature" |
|
4 |
label="Referencer" |
|
5 |
version="1.0.0.qualifier" |
|
6 |
license-feature="org.txm.rcp.feature" |
|
7 |
license-feature-version="0.8.3.qualifier"> |
|
8 |
|
|
9 |
<description url="http://www.example.com/description"> |
|
10 |
References |
|
11 |
</description> |
|
12 |
|
|
13 |
<copyright url="http://www.example.com/copyright"> |
|
14 |
TXM 0.8.3 |
|
15 |
Copyright © 2013-2023 ENS de Lyon, University of Franche-Comté. |
|
16 |
Copyright © 2010-2013 ENS de Lyon. |
|
17 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
|
18 |
Lyon 2, University of Franche-Comté, University of Nice |
|
19 |
Sophia Antipolis, University of Paris 3. |
|
20 |
The TXM platform is free software: you can redistribute it and/or |
|
21 |
modify it under the terms of the GNU General Public |
|
22 |
License as published by the Free Software Foundation, either |
|
23 |
version 2 of the License, or (at your option) any |
|
24 |
later version. |
|
25 |
The TXM platform is distributed in the hope that it will be useful, |
|
26 |
but WITHOUT ANY WARRANTY; without even the implied |
|
27 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
28 |
See the GNU General Public License for more |
|
29 |
details. |
|
30 |
You should have received a copy of the GNU General Public License |
|
31 |
along with the TXM platform. If not, see |
|
32 |
http://www.gnu.org/licenses |
|
33 |
</copyright> |
|
34 |
|
|
35 |
<license url="http://www.example.com/license"> |
|
36 |
[Enter License Description here.] |
|
37 |
</license> |
|
38 |
|
|
39 |
<requires> |
|
40 |
<import plugin="org.txm.statsengine.r.core" version="1.0.0" match="greaterOrEqual"/> |
|
41 |
<import plugin="org.txm.searchengine.cqp.core" version="1.1.0" match="greaterOrEqual"/> |
|
42 |
<import plugin="org.txm.concordance.rcp" version="1.0.0" match="greaterOrEqual"/> |
|
43 |
<import plugin="org.txm.referencer.core" version="1.0.0" match="greaterOrEqual"/> |
|
44 |
<import plugin="org.txm.links.rcp" version="1.0.0" match="greaterOrEqual"/> |
|
45 |
</requires> |
|
46 |
|
|
47 |
<plugin |
|
48 |
id="org.txm.referencer.core" |
|
49 |
download-size="0" |
|
50 |
install-size="0" |
|
51 |
version="0.0.0" |
|
52 |
unpack="false"/> |
|
53 |
|
|
54 |
<plugin |
|
55 |
id="org.txm.referencer.rcp" |
|
56 |
download-size="0" |
|
57 |
install-size="0" |
|
58 |
version="0.0.0" |
|
59 |
unpack="false"/> |
|
60 |
|
|
61 |
</feature> |
|
0 | 62 |
TXM/trunk/features/org.txm.referencer.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.referencer.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
TXM/trunk/features/org.txm.ruby.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.ruby.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
TXM/trunk/features/org.txm.ruby.feature/build.properties (revision 3655) | ||
---|---|---|
1 |
bin.includes = feature.xml, build.properties |
|
0 | 2 |
TXM/trunk/features/org.txm.ruby.feature/feature.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.ruby.feature" |
|
4 |
label="org.txm.ruby.feature" |
|
5 |
version="1.0.0.qualifier"> |
|
6 |
|
|
7 |
<description url="http://www.example.com/description"> |
|
8 |
[Enter Feature Description here.] |
|
9 |
</description> |
|
10 |
|
|
11 |
<copyright url="http://www.example.com/copyright"> |
|
12 |
[Enter Copyright Description here.] |
|
13 |
</copyright> |
|
14 |
|
|
15 |
<license url="http://www.example.com/license"> |
|
16 |
[Enter License Description here.] |
|
17 |
</license> |
|
18 |
|
|
19 |
<requires> |
|
20 |
<import plugin="org.txm.core" version="0.8.3" match="greaterOrEqual"/> |
|
21 |
<import plugin="org.txm.rcp" version="0.8.3" match="greaterOrEqual"/> |
|
22 |
<import plugin="org.txm.ruby.core" version="1.0.0" match="greaterOrEqual"/> |
|
23 |
</requires> |
|
24 |
|
|
25 |
<plugin |
|
26 |
id="org.txm.ruby.core" |
|
27 |
download-size="0" |
|
28 |
install-size="0" |
|
29 |
version="0.0.0" |
|
30 |
unpack="false"/> |
|
31 |
|
|
32 |
<plugin |
|
33 |
id="org.txm.ruby.rcp" |
|
34 |
download-size="0" |
|
35 |
install-size="0" |
|
36 |
version="0.0.0" |
|
37 |
unpack="false"/> |
|
38 |
|
|
39 |
</feature> |
|
0 | 40 |
TXM/trunk/features/org.txm.python.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.python.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
TXM/trunk/features/org.txm.python.feature/build.properties (revision 3655) | ||
---|---|---|
1 |
bin.includes = feature.xml, build.properties |
TXM/trunk/features/org.txm.python.feature/feature.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.python.feature" |
|
4 |
label="org.txm.python.feature" |
|
5 |
version="1.0.0.qualifier" |
|
6 |
license-feature="org.txm.core.feature" |
|
7 |
license-feature-version="1.0.0.qualifier"> |
|
8 |
|
|
9 |
<description url="http://www.example.com/description"> |
|
10 |
Be able to run Python script from TXM File or Macro views |
|
11 |
</description> |
|
12 |
|
|
13 |
<copyright url="http://www.example.com/copyright"> |
|
14 |
[Enter Copyright Description here.] |
|
15 |
</copyright> |
|
16 |
|
|
17 |
<license url="http://www.example.com/license"> |
|
18 |
[Enter License Description here.] |
|
19 |
</license> |
|
20 |
|
|
21 |
<requires> |
|
22 |
<import plugin="org.txm.core" version="0.8.3" match="greaterOrEqual"/> |
|
23 |
<import plugin="org.txm.python.core" version="1.0.0" match="greaterOrEqual"/> |
|
24 |
<import plugin="org.txm.rcp" version="0.8.3" match="greaterOrEqual"/> |
|
25 |
</requires> |
|
26 |
|
|
27 |
<plugin |
|
28 |
id="org.txm.python.core" |
|
29 |
download-size="0" |
|
30 |
install-size="0" |
|
31 |
version="0.0.0" |
|
32 |
unpack="false"/> |
|
33 |
|
|
34 |
<plugin |
|
35 |
id="org.txm.python.rcp" |
|
36 |
download-size="0" |
|
37 |
install-size="0" |
|
38 |
version="0.0.0" |
|
39 |
unpack="false"/> |
|
40 |
|
|
41 |
</feature> |
TXM/trunk/features/org.txm.analec.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.annotation.urs.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
TXM/trunk/features/org.txm.analec.feature/build.properties (revision 3655) | ||
---|---|---|
1 |
#Fri Jul 06 10:25:02 CEST 2018 |
|
2 |
bin.includes=feature.xml, build.properties |
|
0 | 3 |
TXM/trunk/features/org.txm.analec.feature/feature.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.annotation.urs.feature" |
|
4 |
label="URS Annotation (Unit-Relation-Schema)" |
|
5 |
version="1.0.0.qualifier" |
|
6 |
provider-name="Textometrie.org" |
|
7 |
license-feature="org.txm.rcp.feature" |
|
8 |
license-feature-version="0.8.3.qualifier"> |
|
9 |
|
|
10 |
<description url="http://www.example.com/description"> |
|
11 |
Annotate through TXM editions using URS Annotation structures (Unit-Relation-Schema). |
|
12 |
</description> |
|
13 |
|
|
14 |
<copyright url="http://www.example.com/copyright"> |
|
15 |
TXM 0.8.3 |
|
16 |
Copyright © 2013-2023 ENS de Lyon, University of Franche-Comté. |
|
17 |
Copyright © 2010-2013 ENS de Lyon. |
|
18 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
|
19 |
Lyon 2, University of Franche-Comté, University of Nice |
|
20 |
Sophia Antipolis, University of Paris 3. |
|
21 |
The TXM platform is free software: you can redistribute it and/or |
|
22 |
modify it under the terms of the GNU General Public |
|
23 |
License as published by the Free Software Foundation, either |
|
24 |
version 2 of the License, or (at your option) any |
|
25 |
later version. |
|
26 |
The TXM platform is distributed in the hope that it will be useful, |
|
27 |
but WITHOUT ANY WARRANTY; without even the implied |
|
28 |
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|
29 |
See the GNU General Public License for more |
|
30 |
details. |
|
31 |
You should have received a copy of the GNU General Public License |
|
32 |
along with the TXM platform. If not, see |
|
33 |
http://www.gnu.org/licenses |
|
34 |
</copyright> |
|
35 |
|
|
36 |
<license url="http://www.example.com/license"> |
|
37 |
- |
|
38 |
</license> |
|
39 |
|
|
40 |
<requires> |
|
41 |
<import plugin="org.eclipse.ui"/> |
|
42 |
<import plugin="org.eclipse.core.runtime"/> |
|
43 |
<import plugin="org.eclipse.jface"/> |
|
44 |
<import plugin="org.eclipse.swt"/> |
|
45 |
<import plugin="org.eclipse.core.expressions" version="3.4.600" match="greaterOrEqual"/> |
|
46 |
<import plugin="org.txm.core" version="0.8.3" match="greaterOrEqual"/> |
|
47 |
<import plugin="org.txm.rcp" version="0.8.3" match="greaterOrEqual"/> |
|
48 |
<import plugin="org.txm.utils.core"/> |
|
49 |
<import feature="org.txm.edition.feature" version="1.0.0.qualifier"/> |
|
50 |
<import feature="org.txm.lexicaltable.feature" version="1.0.0.qualifier"/> |
|
51 |
<import feature="org.txm.progression.feature" version="1.0.0.qualifier"/> |
|
52 |
<import feature="org.txm.concordance.feature" version="1.0.0.qualifier"/> |
|
53 |
<import feature="org.txm.annotation.feature" version="1.0.0.qualifier"/> |
|
54 |
</requires> |
|
55 |
|
|
56 |
<plugin |
|
57 |
id="org.txm.annotation.urs.rcp" |
|
58 |
download-size="0" |
|
59 |
install-size="0" |
|
60 |
version="0.0.0"/> |
|
61 |
|
|
62 |
</feature> |
|
0 | 63 |
TXM/trunk/features/org.txm.rcp.feature/.project (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>org.txm.rcp.feature</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.pde.FeatureBuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
</buildSpec> |
|
14 |
<natures> |
|
15 |
<nature>org.eclipse.pde.FeatureNature</nature> |
|
16 |
</natures> |
|
17 |
</projectDescription> |
|
0 | 18 |
TXM/trunk/features/org.txm.rcp.feature/build_javadoc.xml/javadoc.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
2 |
<project default="javadoc"> |
|
3 |
<target name="javadoc"> |
|
4 |
<javadoc access="public" author="true" classpath="/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.osgi.util_3.3.0.v20131023-1243.jar:../../org.txm.core/lib/rtfCleaner.jar:../../org.txm.progression.core/bin:../../org.txm.backtomedia.rcp/vlcj-2.4.1/platform-3.5.2.jar:../../org.txm.libs.batik/batik-ext.jar:../../org.txm.core/lib/ant.jar:../../org.txm.libs.saxon/bin:../../org.txm.annotation.core/libs/postgresql-9.4.1207.jre6.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.swt_3.103.2.v20150203-1313.jar:../../org.txm.properties.core/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.xml.ui_1.1.501.v201501212057.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.core.commands_0.10.2.v20140424-2344.jar:../../org.txm.libs.batik/batik-parser.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.forms_3.6.100.v20140422-1825.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.views.log_1.0.500.v20140512-1221.jar:/home/mdecorde/.m2/repository/org/testng/testng/6.0.1/testng-6.0.1.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.ui.workbench.swt_0.12.100.v20141126-1150.jar:../../org.txm.core/lib/log4j-1.2.12.jar:/home/mdecorde/ECLIPSE 442/eclipse_babel/plugins/org.eclipse.osgi.nl_ru_4.4.0.v20150804100819.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.ui.css.core_0.10.100.v20140424-2042.jar:../../org.txm.chartsengine.rcp/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.200.v201304241450.jar:../../org.txm.annotation.urs.rcp/libs/itext-xtra-5.5.8.jar:../../org.txm.core/lib/antlr-2.7.7.jar:/home/mdecorde/ECLIPSE 442/eclipse_babel/plugins/org.eclipse.swt.gtk.linux.x86_64.nl_ru_4.4.0.v20150804100819.jar:../../org.txm.core/lib/postgresql-9.4.1207.jre6.jar:../../org.txm.core/lib/jodconverter-core-3.1-beta.jar:/home/mdecorde/.m2/repository/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar:../../org.txm.chartsengine.jfreechart.rcp/bin:../../org.txm.backtomedia.rcp/vlcj-2.4.1/jna-3.5.2.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.debug.core_3.9.1.v20140805-1629.jar:../../org.txm.chartsengine.jfreechart.core/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.navigator.resources_3.4.700.v20140407-1004.jar:../../org.txm.cooccurrence.core/bin:../../org.txm.ahc.core/bin:../../org.txm.libs.batik/batik-dom.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.core_2.3.0.v20131211-1531.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.security.ui_1.1.200.v20130626-2037.jar:../../org.txm.utils/commons-lang-2.4.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.2.0.v20140422-1847.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.core.jobs_3.6.1.v20141014-1248.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.discovery_1.0.300.v20131210-1027.jar:../../org.txm.rcp/lib/commons-lang-2.4.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.sse.ui_1.3.301.v201501151629.jar:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/jsch.agentproxy.sshagent.jar:../../org.txm.libs.batik/batik-css.jar:../../org.txm.statsengine.core/bin:/home/mdecorde/ECLIPSE 442/eclipse_delta/plugins/org.eclipse.swt.gtk.linux.x86_64_3.103.2.v20150203-1351.jar:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/platform.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531.jar:../../org.txm.core/lib/jtidy-r938.jar:../../org.txm.libs.batik/batik-transcoder.jar:../../org.txm.libs.rserve/lib/RserveEngine.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.1.2.v20141126-1310.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.team.svn_2.0.4.I20150123-1700.jar:../../org.txm.analec.rcp/libs/glazedlists_java15-1.9.0.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.updatesite_1.0.400.v20131211-1531.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.300.v201111030424.jar:/home/mdecorde/ECLIPSE 442/eclipse_babel/plugins/org.eclipse.osgi.nl_fr_4.4.0.v20150804100819.jar:../../org.txm.libs.jfreesvg/lib/jfreesvg-1.7.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/javax.persistence_2.1.0.v201304241213.jar:../../org.txm.statsengine.r.rcp/bin:../../org.txm.index.core/bin:../../org.txm.libs.batik/batik-gui-util.jar:../../org.txm.libs.jfreechart/lib/jcommon-1.0.21.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.platform_4.4.2.v20150204-1700/platform.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.core.services_1.2.1.v20140808-1251.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.osgi_3.10.2.v20150203-1939.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.team.ui_3.7.100.v20130710-1213.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.persistence.asm_3.3.1.v201302191223.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.200.v20131119-0908.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.persistence.core_2.6.0.v20130815-a4708b6.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.0.200.v20131211-1531.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.team.core_3.7.0.v20130514-1224.jar:../../org.txm.statsengine.r.core/bin:../../org.txm.libs.batik/xml-apis-ext.jar:../../org.txm.libs.batik/batik-svggen.jar:../../org.txm.utils/commons-io-1.4.jar:../../org.txm.libs.batik/batik-codec.jar:../../org.txm.core/lib/swing-layout-1.0.3.jar:../../org.txm.para.core/bin:../../org.txm.partition.core/bin:../../org.txm.edition.rcp/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.core.runtime_3.10.0.v20140318-2214.jar:../../org.txm.core/lib/liquidlnf.jar:../../org.txm.libs.itext/lib/iText-2.1.5.jar:../../org.txm.libs.batik/batik-awt-util.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.operations_2.4.0.v20131119-0908.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.persistence.oracle_2.6.0.v20130618-cdb07e1.jar:../../org.txm.analec.rcp/libs/xmlworker-5.5.8.jar:../../org.txm.chartsengine.core/bin:/home/mdecorde/.m2/repository/org/openoffice/unoil/3.2.1/unoil-3.2.1.jar:../../org.txm.utils/textcat-1.0.1.jar:../../org.txm.index.rcp/bin:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/jsch.agentproxy.core.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.workbench_3.106.2.v20150204-1030.jar:../../org.txm.rcp/swing2swt.jar:../../org.txm.referencer.core/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.12.2.v20150204-1353.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.ds_1.4.200.v20131126-2331.jar:../../org.txm.jodconverter.core/target/test-classes:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.themes_1.0.1.v20141126-1957:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/sqljet.jar:../../org.txm.treetagger.core/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.codehaus.groovy_2.3.7.xx-201411061335-e44-RELEASE/plugin_dsld_support/:../../org.txm.rcp/lib/commons-cli-1.2.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/javax.inject_1.0.0.v20091030.jar:../../org.txm.rcp/bin:../../org.txm.lexicaltable.rcp/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.codehaus.groovy_2.3.7.xx-201411061335-e44-RELEASE/lib/servlet-api-2.4.jar:../../org.txm.core/lib/dom4j-1.6.1.jar:../../org.txm.core/lib/ant-1.7.1.jar:../../org.txm.annotation.core/libs/hsqldb.jar:../../org.txm.cooccurrence.rcp/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.team.svn.core_2.0.4.I20150123-1700.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.team.svn.ui_2.0.3.I20141224-1700.jar:../../org.txm.analec.rcp/libs/itext-pdfa-5.5.8.jar:../../org.txm.internalview.rcp/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.codehaus.groovy_2.3.7.xx-201411061335-e44-RELEASE/lib/ivy-2.3.0-sources.jar:/home/mdecorde/ECLIPSE 442/eclipse_babel/plugins/org.eclipse.swt.gtk.linux.x86_64.nl_fr_4.4.0.v20150804100819.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/trilead.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.jface.databinding_1.6.200.v20140528-1422.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.codehaus.groovy_2.3.7.xx-201411061335-e44-RELEASE/lib/bsf-2.4.0.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.update.configurator_3.3.300.v20140518-1928.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.event_1.3.100.v20140115-1647.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.ui.workbench3_0.12.0.v20140227-2118.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.9.0.v20140411-1521.jar:../../org.txm.libs.batik/batik-swing.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar:../../org.txm.tigersearch.rcp/lib:../../org.txm.libs.saxon/saxon9he.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.core.di_1.4.0.v20140414-1837.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.osgi.services_3.4.0.v20140312-2051.jar:../../org.txm.core/lib/forms-1.0.7.jar:../../org.txm.core/lib/sqlite-jdbc-3.8.11.2.jar:../../org.txm.chartsengine.r.rcp/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.codehaus.groovy_2.3.7.xx-201411061335-e44-RELEASE/lib/groovy-all-2.3.7.jar:/home/mdecorde/.groovy/greclipse/global_dsld_support:../../org.txm.utils/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.apache.xerces_2.9.0.v201101211617.jar:../../org.txm.core/lib/json-20090211.jar:../../org.txm.lexicaltable.core/bin:../../org.txm.libs.batik/batik-anim.jar:/home/mdecorde/.m2/repository/org/yaml/snakeyaml/1.6/snakeyaml-1.6.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.editors_3.8.200.v20140401-1310.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar:../../org.txm.textsbalance.core/bin:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/jsch.agentproxy.usocket-jna.jar:../../org.txm.core/lib/macSpecific.jar:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/jsch.agentproxy.connector-factory.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.codehaus.groovy_2.3.7.xx-201411061335-e44-RELEASE/lib/ivy-2.3.0.jar:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/jna.jar:../../org.txm.core/lib/asm-tree-2.2.3.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.core.filebuffers_3.5.400.v20140127-1516.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.common.environment_1.0.400.v200912181831.jar:/home/mdecorde/.m2/repository/org/openoffice/jurt/3.2.1/jurt-3.2.1.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.search_3.9.100.v20140226-1637.jar:../../org.txm.groovy.core/bin:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/jsch.agentproxy.pageant.jar:/home/mdecorde/.m2/repository/org/openoffice/juh/3.2.1/juh-3.2.1.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.validation.ui_1.2.500.v201310231452.jar:../../org.txm.queryindex.rcp/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.team.svn.help_2.0.4.I20150123-1700.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.2.100.v201305141634.jar:../../org.txm.chartsengine.r.core/bin:/home/mdecorde/.m2/repository/commons-cli/commons-cli/1.1/commons-cli-1.1.jar:../../org.txm.libs.batik/batik-bridge.jar:../../org.txm.concordance.core/bin:../../org.txm.libs.batik/batik-svg-dom.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.persistence.jpa_2.6.0.v20130815-a4708b6.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.core.resources_3.9.1.v20140825-1431.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.common.ui_1.1.500.v200911182011.jar:../../org.txm.annotation.core/libs/sqlite-jdbc-3.8.11.2.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.console_1.0.300.v20131113-1212.jar:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/svnkit.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.emf.ecore_2.10.2.v20150123-0348.jar:../../org.txm.searchengine.core/bin:../../org.txm.backtomedia.rcp/opal-0.9.5.2.jar:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/sequence.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.browser_3.4.200.v20131003-1453.jar:../../org.txm.libs.colt/lib/colt-1.2.0.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.core.filesystem_1.4.100.v20140514-1614.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.300.v201401292051.jar:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/jsch.agentproxy.svnkit-trilead-ssh2.jar:/home/mdecorde/.m2/repository/org/json/json/20090211/json-20090211.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.ui.css.swt_0.11.101.v20140818-1343.jar:../../org.txm.analec.rcp/libs/jcommon-xml-1.0.23.jar:/home/mdecorde/ECLIPSE 442/eclipse_babel/plugins/org.eclipse.swt.nl_ru_4.4.0.v20150804100819.jar:../../org.txm.tigersearch.rcp/lib/log4j-1.2.12.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.core.net_1.2.200.v20140124-2013.jar:/home/mdecorde/.m2/repository/com/beust/jcommander/1.12/jcommander-1.12.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/javax.annotation_1.2.0.v201401042248.jar:../../org.txm.progression.rcp/bin:../../org.txm.concordance.rcp/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.console_3.5.300.v20140424-1437.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/runtime_registry_compatibility.jar:../../org.txm.utils/ant-1.7.1.jar:../../org.txm.core/lib/ant-launcher.jar:../../org.txm.core/lib/juniversalchardet-1.0.3.jar:../../org.txm.libs.batik/batik-script.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.core.commands_3.6.100.v20140528-1422.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.common.core_1.2.0.v200908251833.jar:../../org.txm.treetagger.rcp/bin:../../org.txm.libs.batik/batik-gvt.jar:../../org.txm.rcp/lib/log4j-1.2.12.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.ui_2.3.0.v20140404-1657.jar:../../org.txm.tigersearch.rcp/lib/TigerSearch.jar:../../org.txm.core/lib/junit-4.5.jar:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/jsch.agentproxy.usocket-nc.jar:/home/mdecorde/.m2/repository/org/openoffice/ridl/3.2.1/ridl-3.2.1.jar:../../org.txm.core/lib/hsqldb.jar:../../org.txm.core/lib/ridl-3.2.1.jar:../../org.txm.backtomedia.rcp/vlcj-2.4.1/vlcj-2.4.1.jar:../../org.txm.ca.core/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.emf.common_2.10.1.v20150123-0348.jar:../../org.txm.core/lib/unoil-3.2.1.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.net_1.2.200.v20120807-0927.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.navigator_3.5.401.v20140724-1117.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.polarion.eclipse.team.svn.connector_4.1.3.I20150214-1700.jar:/home/mdecorde/ECLIPSE 442/eclipse_babel/plugins/org.eclipse.swt.nl_fr_4.4.0.v20150804100819.jar:../../org.txm.libs.cqp/bin:../../org.txm.internalview.core/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar:../../org.txm.core/lib/jline-0.9.94.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.ui.workbench_1.2.2.v20141212-1259.jar:../../org.txm.core/lib/looks-2.0.1.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.views_3.7.0.v20140408-0703.jar:../../org.txm.analec.rcp/libs/jcommon-1.0.23.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.persistence.antlr_3.2.0.v201302191141.jar:../../org.txm.analec.rcp/libs/itextpdf-5.5.4.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.xml.core_1.1.902.v201501211904.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.ui.discovery_1.0.100.v20131210-1027.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/javax.xml_1.3.4.v201005080400.jar:../../org.txm.wordcloud.core/bin:../../org.txm.utils/juniversalchardet-1.0.3.jar:../../org.txm.tigersearch.rcp/lib/dom4j-1.6.1.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui_3.106.1.v20141002-1150.jar:../../org.txm.annotation.core/bin:/home/mdecorde/.m2/repository/org/hyperic/sigar/1.6.5.132/sigar-1.6.5.132.jar:../../org.txm.core/lib/textcat-1.0.1.jar:../../org.txm.core/bin:../../org.txm.libs.batik/js.jar:../../org.txm.core/lib/quaqua.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.persistence.oracle.nosql_2.6.0.v20130618-029bee0.jar:../../org.txm.core/lib/jvectClipboard-1.2.jar:../../org.txm.core/lib/asm-analysis-2.2.3.jar:../../org.txm.specificities.core/bin:../../org.txm.libs.jfreechart/lib/jfreechart-1.0.17.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.help_3.6.0.v20130326-1254.jar:../../org.txm.libs.groovy-all/lib/groovy-all-2.3.7.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.ui.bindings_0.10.200.v20140424-2042.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.validation_1.2.600.v201501211647.jar:/home/mdecorde/.m2/repository/commons-io/commons-io/1.4/commons-io-1.4.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.core.expressions_3.4.600.v20140128-0851.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.ui.services_1.1.0.v20140328-1925.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.persistence.jpa.jpql_2.6.0.v20130815-a4708b6.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.jface_3.10.2.v20141021-1035.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.jface.text_3.9.2.v20141003-1326.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.ui.di_1.0.0.v20140328-2112.jar:../../org.txm.searchengine.cqp.core/bin:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.ui.css.swt.theme_0.9.300.v20141126-1957.jar:../../org.txm.utils/commons-cli-1.2.jar:../../org.txm.libs.batik/batik-util.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.wst.sse.core_1.1.900.v201401092025.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.ui.ide_3.10.2.v20141118-1227.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.persistence.nosql_2.6.0.v20130815-a4708b6.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700.jar:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/svnkit-javahl.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.e4.core.contexts_1.3.100.v20140407-1019.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.director_2.3.100.v20140224-1921.jar:../../org.txm.libs.batik/xml-apis.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.text_3.5.300.v20130515-1451.jar:../../.metadata/.plugins/org.eclipse.pde.core/.external_libraries/org.polarion.eclipse.team.svn.connector.svnkit18_4.1.3.I20150214-1700/lib/antlr-runtime.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/com.ibm.icu_52.1.1.v201501240615.jar:../../org.txm.core/lib/concurrent-1.3.4.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.300.v20140407-1803.jar:../../org.txm.libs.batik/batik-xml.jar:/home/mdecorde/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar:../../org.txm.rcp/lib/junit-4.5.jar:/home/mdecorde/ECLIPSE 442/eclipse/plugins/org.eclipse.debug.ui_3.10.2.v20141014-1039.jar:../../org.txm.libs.rserve/lib/REngine.jar" destdir="../../javadoc" nodeprecated="false" nodeprecatedlist="false" noindex="false" nonavbar="false" notree="false" packagenames="org.txm.analec.toolbarbutton,org.txm.libs.cqp,org.txm.annotation.rcp.views.knowledgerepositories,org.txm.chartsengine.jfreechart.core.themes.base,org.txm.chartsengine.jfreechart.rcp.testers,org.eclipse.ui.internal.about,org.txm.concordance.core.preferences,org.txm.utils.i18n,org.txm.chartsengine.jfreechart.rcp.preferences,org.txm.rcp.commands.R,org.txm.progression.core.chartsengine.jfreechart,org.artofsolving.jodconverter,org.txm.oriflamms.commands,org.txm.ahc.rcp.messages,org.txm.treetagger.rcp.preferences,org.txm.xmleditor,org.txm.internalview.rcp.adapters,org.txm.ahc.rcp.preferences,org.txm.importer.srcmf,queryindexrcp.actions,org.txm.chartsengine.jfreechart.rcp.themes.highcharts.events,org.txm.textsbalance.core.preferences,org.txm.progression.core.chartsengine.jfreechart.themes.highcharts.renderers,org.txm.rcp.swt.widget.parameters,org.txm.test,org.txm.searchengine.cqp.rcp.adapters,org.txm.ca.core.chartsengine.jfreechart.datasets,org.txm.partition.rcp.messages,org.txm.statsengine.core.utils,org.txm.tests,org.txm.statsengine.core.data,org.txm.partition.rcp.preferences,org.txm.internalview.rcp.messages,tigersearch4txm.handlers,org.txm.annotation.core.temporary,org.txm.lexicaltable.core.statsengine.data,org.txm.rcp.chartsengine.r.preferences,org.txm.backtomedia.editors.input,org.txm.dictionary.preferences,org.txm.annotation.core.storage.temporary,org.txm.searchengine.cqp.core.tests,org.txm.utils.saxon,org.txm.stat.engine.r,org.txm.specificities.core.chartsengine.jfreechart,org.txm.specificities.core.statsengine.data,vlcplayerrcp,org.txm.rcp.views,org.txm.specificities.rcp.editors,org.txm.properties.core.functions,org.txm.rcp.commands.function,org.txm.core.messages,org.txm.links.rcp,org.txm.index.rcp.editors,org.txm.progression.core.chartsengine.r,org.txm.metadatas,org.txm.properties.rcp.preferences,org.txm.partition.core.functions,practicallymacro.util,org.txm.progression.rcp.chartsengine.events,JamaPlus,org.txm.dictionary.functions.sql,org.txm.progression.rcp.handlers,org.txm.ca.rcp.messages,org.txm.statsengine.core.messages,org.txm.rcp.swt.listeners,org.txm.chartsengine.core.preferences,org.txm.lexicaltable.core.statsengine.r.data,org.txm.specificities.core.preferences,org.txm.macro.frolex,org.artofsolving.jodconverter.document,org.txm.backtomedia.preferences,practicallymacro.model,org.txm.utils.zip,org.txm.progression.core.functions,org.txm.tigersearch.commands,org.txm.index.core.preferences,org.artofsolving.jodconverter.office,org.txm.ahc.core.functions,org.txm.macro.analec.edit,visuAnalec.donnees,org.txm.macro.analec,org.txm.statsengine.r.core.messages,org.txm.chartsengine.jfreechart.rcp.themes.highcharts.swing,org.txm.treetagger.rcp.messages,org.txm.rcp.jface,org.txm.objects,listcooccurrences,org.txm.referencer.core.preferences,org.txm.searchengine.core,org.txm.annotation.core,org.txm.rcp.handlers.scripts,org.txm.progression.rcp.preferences,org.txm.statsengine.r.rcp.handlers,org.txm.cooccurrence.rcp.adapters,org.txm.partition.rcp.adapters,org.txm.rcp.swt.widget.structures,org.txm.function.tigersearch,org.txm.searchengine.cqp.rcp.preferences,org.txm.analec.widgets,visuAnalec.texte,org.txm.chartsengine.r.core,org.txm.statsengine.r.rcp.views,org.txm.cooccurrence.rcp.messages,org.txm.rcp.perspective,org.txm.chartsengine.jfreechart.rcp.themes.highcharts,org.txm.utils.network,org.txm.ahc.rcp.adapters,org.txm.referencer.core.functions,org.txm.rcp.tests,org.txm.rcp.svg,org.txm.concordance.core.messages,org.txm.ca.core.chartsengine.r,org.txm.macro.analec.exploit,org.txm.dictionary.functions.tsv,org.txm.partition.core.preferences,JamaPlus.util,org.txm.partition.core.messages,org.txm.statsengine.r.rcp.perspectives,org.txm.macro.metopes,org.txm.chartsengine.jfreechart.core.renderers.interfaces,org.txm.statsengine.core,org.txm.index.core.functions,org.txm.index.rcp.adapters,org.txm.rcp.editors.queryindex,org.txm.referencer.rcp.preferences,visuAnalec.vue,practicallymacro.actions,org.txm.analec.toolbar,org.txm.specificities.rcp.adapters,org.txm.ca.rcp.chartsengine.events,org.txm.progression.core.messages,org.txm.annotation.rcp.preferences,org.txm.wordcloud.core.preferences,org.txm.searchengine.cqp.clientExceptions,org.txm.cooccurrence.core.preferences,org.txm.importer.scripting,org.txm.cooccurrence.core.messages,org.txm.analec,org.txm.annotation.rcp.messages,org.txm.cooccurrence.core.functions,org.txm.utils.xml,org.txm.chartsengine.rcp.preferences,org.txm.annotation.core.repository,org.txm.edition.rcp.editors,practicallymacro.dialogs,org.txm.lexicaltable.core.messages,org.txm.textsbalance.rcp.handlers,org.txm.wordcloud.rcp.editors,tigersearch4txm,org.txm.para.core.functions,org.txm.importer.tigersearch,org.txm.wordcloud.core.functions,org.txm.rcp.editors.listeners,org.txm.ca.rcp.handlers,org.txm.chartsengine.core,org.txm.edition.rcp.preferences,org.txm.macro.analec.misc,org.txm.utils.messages,org.txm.progression.rcp.editors,org.txm.statsengine.r.core.rcolt,org.txm.specificities.core.messages,org.txm.ca.core.functions,org.txm.index.core.messages,org.txm.edition.rcp.editors.ext,org.txm.statsengine.r.rcp.messages,svnenvironement,org.txm.internalview.rcp.handlers,org.txm.referencer.rcp.handlers,org.txm.ca.core.chartsengine.base,org.txm.concordance.rcp.actions,org.txm.functions.cql2lsa,org.txm.properties.rcp.messages,org.txm.rcp.editors.imports,org.txm.textsbalance.core.chartsengine.r,org.txm.specificities.rcp.preferences,org.txm.rcp.commands.tests,org.txm.chartsengine.rcp.handlers,org.txm.rcp.p2.plugins,org.txm.para.rcp.handlers,org.txm.internalview.core.functions,org.txm.annotation.core.conversion,org.txm.textsbalance.rcp.preferences,org.txm.rcp.commands.workspace,org.txm.core.tests.junit,org.txm.ca.rcp.preferences,org.txm.lexicaltable.rcp.editors,org.txm.searchengine.ts,org.txm.statsengine.r.core.preferences,org.txm.importer.cwb,org.txm.progression.rcp.messages,org.txm.chartsengine.core.results,org.txm.internalview.core.preferences,org.txm.analec.commands,org.txm.chartsengine.r.core.preferences,org.txm.properties.rcp.editors,org.txm.core.preferences,org.txm.partition.core.chartsengine.jfreechart,practicallymacro.commands,org.txm.ahc.core.chartsengine.jfreechart,org.txm.concordance.rcp.widgets,org.txm.rcp.messages,org.txm.chartsengine.jfreechart.core.themes.highcharts.defaulttheme.renderers,org.txm.partition.rcp.handlers,org.txm.macro.analec.exploit.mesures1,org.txm.statsengine.r.core.exceptions,org.txm.functions.intertextualdistance,org.txm.cooccurrence.core.functions.comparators,org.txm.concordance.core.functions,org.txm.specificities.rcp.handlers,org.txm.analec.view,org.txm.lexicaltable.rcp.messages,org.txm.ca.core.preferences,org.txm.wordcloud.rcp.adapters,queryindexrcp,org.txm.analec.export,org.txm.properties.core.messages,org.txm.ca.core.messages,org.txm.properties.core.preferences,org.txm.chartsengine.svgbatik.rcp,org.txm.rcp.views.corpora,org.txm.searchengine.cqp.core.functions.preview,org.txm.rcp.actions,org.txm.searchengine.cqp.corpus.query,org.txm.internalview.core.messages,practicallymacro.editormacros,org.txm.concordance.rcp.adapters,org.txm.rcp.testers,org.txm.rcp.handlers.results,visuAnalec.elements,org.txm.core.results.comparators,org.txm.oriflamms.functions,org.txm.rcp.views.fileexplorer,org.txm.searchengine.cqp.core.messages,org.txm.ahc.core.messages,org.txm.rcp.views.debug,org.txm.chartsengine.raster.rcp,org.txm.rcp.commands.link,org.txm.chartsengine.jfreechart.rcp,org.txm.sql,org.txm.utils.logger,org.txm.concordance.core.functions.comparators,org.txm.edition.rcp.handlers,org.txm.ahc.core.preferences,org.txm.wordcloud.core.chartsengine.jfreechart,org.txm.concordance.rcp.handlers,org.txm.wordcloud.rcp.handlers,org.txm.wordcloud.rcp.messages,org.txm.chartsengine.rcp.swt,visuAnalec.util,org.txm.ca.rcp.editors,org.txm.utils,org.txm.chartsengine.svgbatik.rcp.swing,org.txm.searchengine.cqp.corpus,org.txm.rcp.wizard,org.txm.textsbalance.rcp.editors,org.artofsolving.jodconverter.process,visuAnalec.statistiques,org.txm.statsengine.r.core,org.txm.statsengine.r.rcp.preferences,org.txm.utils.tostring,org.txm.annotation.rcp.editor,org.txm.rcp.swt.widget.preferences,org.txm.rcp.utils,org.txm.tigersearch.rcp.tester,org.txm.importer.filters,org.txm.chartsengine.jfreechart.core.preferences,org.txm.chartsengine.jfreechart.core.themes.highcharts.defaulttheme,org.txm.core.results,org.txm.edition.rcp.messages,org.txm.chartsengine.r.core.themes,org.txm.utils,org.txm.functions.coocmatrix,org.txm.rcp.commands.queryview,org.txm.textsbalance.core.functions,org.txm.statsengine.r.core.data,org.txm.analec.imports,org.txm.wordcloud.core.chartsengine.r,org.txm.wordcloud.rcp.preferences,org.txm.functions.contrasts,org.txm.backtomedia.editors.vlcplayer,org.txm.chartsengine.rcp,org.txm.annotation.rcp.concordance,org.txm.internalview.rcp.editors,org.txm.treetagger.core.preferences,org.txm.cooccurrence.rcp.editors,org.txm.lexicaltable.rcp.handlers,org.txm.chartsengine.jfreechart.rcp.swt,org.txm.referencer.rcp.editors,org.txm.ahc.rcp.editors,org.txm.chartsengine.raster.rcp.swt,org.txm.importer.metopes.preferences,org.txm.concordance.core.tests,org.txm.chartsengine.jfreechart.core.renderers,analecrcp,org.txm.chartsengine.rcp.events,org.txm.index.rcp.messages,org.txm.properties.rcp.handlers,visuAnalec.fichiers,org.txm.concordance.rcp.preferences,org.txm.partition.rcp.editors,org.txm.lexicaltable.rcp.preferences,org.txm.rcp.editors.input,org.txm.rcp.preferences,org.txm.annotation.rcp.editors.imports.sections,org.txm.referencer.rcp.adapters,org.txm.chartsengine.jfreechart.core.themes.highcharts.defaulttheme.swing,org.txm.referencer.rcp.messages,org.txm.specificities.core.functions,org.txm.para.rcp.messages,org.txm.utils.treetagger,org.txm.chartsengine.rcp.messages,org.txm.macro.r,org.txm.lexicaltable.core.preferences,org.artofsolving.jodconverter.cli,org.txm.ca.core.statsengine.r.functions,org.txm.analec.preferences,org.txm.chartsengine.jfreechart.rcp.themes.base.swing,org.txm.analec.testers,org.txm.rcp.commands.editor,org.txm.progression.core.preferences,org.txm.rcp.editors.imports.sections,org.txm.statsengine.r.rcp.decorators,visuAnalec,org.txm.rcp.swt.provider,org.txm.ca.core.chartsengine.jfreechart.themes.highcharts.renderers,org.txm.utils.processbuilder,org.txm.chartsengine.core.messages,org.txm.tigersearch.editors,org.txm.searchengine.cqp.serverException,org.txm.para.rcp.editors,org.txm.rcp.handlers,org.txm.backtomedia.commands.function,org.txm.links.coocmatrix,org.txm.specificities.rcp.messages,org.txm.chartsengine.rcp.editors,org.txm.specificities.core.chartsengine.r,org.txm.ca.rcp.adapters,org.txm.rcp.splashHandlers,org.txm.ca.core.chartsengine.jfreechart.themes.highcharts.chartcreators,queryindexrcp.adapters,org.txm.searchengine.cqp.rcp.handlers.base,org.txm.textsbalance.rcp.adapters,practicallymacro.preferences,org.txm.chartsengine.jfreechart.rcp.handlers,org.txm.index.rcp.handlers,org.txm.lexicaltable.core.functions,visuAnalec.chaines,org.txm.core.engines,org.txm.wordcloud.core.messages,org.txm.chartsengine.jfreechart.rcp.events,org.txm.treetagger.rcp.handlers,org.txm.utils.io,oriflamms,org.txm.rcp.adapters,org.txm.concordance.rcp.editors,org.txm.ahc.core.chartsengine.r,org.txm.cooccurrence.rcp.handlers,org.txm.partition.core.chartsengine.base,xmleditorrcp,org.txm.searchengine.cqp.core.functions.summary,org.txm.macro.analec.export,org.txm.rcp.views.cmdparameters,org.txm.ahc.rcp.handlers,org.txm.export.ts,org.txm.rcp.editors.adaptableDataStructure,org.txm.annotation.core.preferences,org.txm.importer.metopes,org.txm.annotation.rcp.commands.krview,org.txm.partition.core.chartsengine.r,org.txm.dictionary.functions.jpa,org.txm.dictionary.commands,org.txm.specificities.core.statsengine.r.function,org.txm.functions.queryindex,org.txm.searchengine.cqp.core.functions.selection,org.eclipse.equinox.internal.p2.ui.dialogs,org.txm.core.tests.manual,org.eclipse.jface.fieldassist,org.txm.progression.core.chartsengine.base,org.txm.lexicaltable.rcp.adapters,org.txm.searchengine.cqp.rcp.messages,org.txm.rcp.swt,org.txm.rcp.swt.toolbar,org.txm.rcp.log,org.txm.concordance.rcp.messages,org.txm.annotation.rcp.commands,org.txm.rcp.swt.dialog,org.txm.progression.rcp.adapters,org.artofsolving.jodconverter.util,org.txm.rcp.swt.widget,org.txm.rcp.handlers.files,org.txm.index.rcp.preferences,org.txm.chartsengine.jfreechart.core,org.txm.chartsengine.svgbatik.rcp.swt,org.txm.properties.rcp.adapters,org.txm.textsbalance.core.chartsengine.jfreechart,org.txm.rcp.handlers.export,org.txm.cooccurrence.rcp.preferences,org.txm.imports.metopes,org.txm.referencer.core.messages,cql2lsarcp" source="1.6" sourcefiles="../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/ICqiServer.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/OpenSVGGraph.java,../../org.txm.core/src/java/org/txm/StandaloneTest.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/RCPCommand.java,../../org.txm.core/src/java/org/txm/ToolboxOld.java,../../org.txm.rcp/src/main/java/org/txm/rcp/AdapterFactory.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/ShowSelected.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/Reference.java,../../org.txm.rcp/src/main/java/org/txm/rcp/ApplicationWorkbenchWindowAdvisor.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMBrowser.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/ICqiClient.java,../../org.txm.core/src/java/org/txm/importer/ValidateXml.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/OpenBrowser.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/OpenImportForm.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/OpenGraph.java,../../org.txm.core/src/java/org/txm/importer/PersonalNamespaceContext.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/TableLinesViewerComparator.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/CloseEditorsUsing.java,../../org.txm.core/src/java/org/txm/PostInstallationStep.java,../../org.txm.rcp/src/main/java/org/txm/rcp/JobsTimer.java,../../org.txm.core/test/org/txm/StartToolbox.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMResultEditorInput.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/OpenTestEditor.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/ITXMPartEditor.java,../../org.txm.core/src/java/org/txm/importer/ApplyXsl2.java,../../org.txm.links.rcp/src/ComputeIndexFromLines.java,../../org.txm.core/src/java/org/txm/importer/ImportKeys.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/AbstractCqiServer.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/AbstractCqiClient.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/ReloadCorporaView.java,../../org.txm.core/src/java/org/txm/importer/ConvertDocument.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/TxtEditor.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/TableKeyListener.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/OpenManual.java,../../org.txm.rcp/src/main/java/org/txm/rcp/Activator.java,../../org.txm.core/src/java/org/txm/PostTXMHOMEInstallationStep.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/CqpPropertyDataProxy.java,../../org.txm.rcp/src/main/java/org/txm/rcp/IImageKeys.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMMultiPageEditor.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/NetCqiClient.java,../../org.txm.core/src/java/org/txm/functions/Command.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/TestEditor.java,../../org.txm.core/src/java/org/txm/importer/AddAttributeInXml.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/ImportSelectedText.java,../../org.txm.core/src/java/org/txm/functions/CommandsAPI.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/NetCqiServer.java,../../org.txm.rcp/src/main/java/org/txm/rcp/TxmPreferences.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/CQPSearchEngine.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/ReferencePattern.java,../../org.txm.core/src/java/org/txm/core/Activator.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMEditor.java,../../org.txm.core/src/java/org/txm/importer/StaxIdentityParser.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/ITablableEditorInput.java,../../org.txm.rcp/src/main/java/org/txm/rcp/TXMClassLoader.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/RestartTXM.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/SVGGraphicable.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/TableSorter.java,../../org.txm.rcp/src/main/java/org/txm/rcp/ApplicationWorkbenchAdvisor.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/SVGGraphicEditorActionBarContributor.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/OpenWelcomePage.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/IEditionEditor.java,../../org.txm.core/src/java/org/txm/importer/Convert5To6.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMEditorToolBar.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/TxmCommand.java,../../org.txm.rcp/src/main/java/org/txm/rcp/AbstractSplashHandler2.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMWebBrowserEditor.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/MemCqiClient.java,../../org.txm.core/src/java/org/txm/importer/ResolveXInclude.java,../../org.txm.rcp/src/main/java/org/txm/rcp/ApplicationActionBarAdvisor.java,../../org.txm.core/src/java/org/txm/importer/EncodingConverter.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/OpenLocalizedWebPage.java,../../org.txm.rcp/src/main/java/org/txm/rcp/TXMWindows.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/RCPCommandsAPI.java,../../org.txm.rcp/src/main/java/org/txm/rcp/Application.java,../../org.txm.rcp/src/main/java/org/txm/rcp/commands/CleanPerspective.java,../../org.txm.rcp/src/main/java/org/txm/rcp/StatusLine.java,../../org.txm.core/src/java/org/txm/Toolbox.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/MemCqiServer.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/CqpDataProxy.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/SVGGraphicEditor.java,../../org.txm.core/src/java/org/txm/functions/CommandsAPIDeclaration.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/SplitedGenericMultiPageEditor.java,../../org.txm.rcp/src/main/java/org/txm/rcp/editors/SWTResourceManager.java,../../org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/CQPPreferences.java" sourcepath="../../org.txm.queryindex.rcp/src:../../org.txm.chartsengine.r.core/src:../../org.txm.core/src/java:../../org.txm.rcp.about.fragment/src:../../org.txm.statsengine.r.rcp/src:../../org.txm.statsengine.core/res:../../org.txm.chartsengine.jfreechart.core/src:../../org.txm.svn.rcp/src:../../org.txm.ca.rcp/src:../../org.txm.ahc.core/src:../../org.txm.rcp.p2.ui/src:../../org.txm.rcp/src/main/java:../../org.txm.concordance.core/src:../../org.txm.cql2lsa.rcp/src:../../org.txm.statsengine.r.core/src:../../org.txm.specificities.rcp/src:../../org.txm.tigersearch.rcp/src:../../org.txm.treetagger.core.macosx/res:../../org.txm.libs.saxon/src:../../org.txm.analec.rcp/src:../../org.txm.core/test:../../org.txm.libs.cqp.win32/res:../../org.txm.index.core/groovy:../../org.txm.properties.core/src:../../org.txm.wordcloud.core/src:../../org.txm.oriflamms.rcp/res:../../org.txm.cooccurrence.core/src:../../org.txm.edition.rcp/src:../../org.txm.treetagger.rcp/src:../../org.txm.progression.rcp/src:../../org.txm.index.core/src:../../org.txm.searchengine.core/src:../../org.txm.chartsengine.jfreechart.rcp/src:../../org.txm.backtomedia.rcp/src:../../org.txm.treetagger.core.win32/src:../../org.txm.wordcloud.rcp/src:../../org.txm.annotation.core/src:../../org.txm.properties.rcp/src:../../org.txm.libs.cqp.win32/src:../../org.txm.imports.metopes/src:../../org.txm.internalview.core/src:../../org.txm.para.core/src:../../org.txm.partition.core/src:../../org.txm.jodconverter.core/src/main/java:../../org.txm.progression.core/src:../../org.txm.statsengine.core/src:../../org.txm.practically.rcp/src:../../org.txm.chartsengine.rcp/src:../../org.txm.querycooccurrences.rcp/src:../../org.txm.chartsengine.raster.rcp/src:../../org.txm.concordance.rcp/src:../../org.txm.ahc.rcp/src:../../org.txm.imports.metopes/res:../../org.txm.partition.rcp/src:../../org.txm.jodconverter.core/src/main/resources:../../org.txm.annotation.rcp/src:../../org.txm.chartsengine.svgbatik.rcp/src:../../org.txm.jodconverter.core/src/test/resources:../../org.txm.statsengine.r.core.win32/src:../../org.txm.lexicaltable.core/src:../../org.txm.dictionary.rcp/src:../../org.txm.searchengine.cqp.rcp/src:../../org.txm.cooccurrence.rcp/src:../../org.txm.statsengine.r.core.linux/src:../../org.txm.internalview.rcp/src:../../org.txm.edition.rcp/res:../../org.txm.textsbalance.rcp/src:../../org.txm.core.tests/src:../../org.txm.treetagger.core.win32/res:../../org.txm.statsengine.r.core.macosx/src:../../org.txm.lexicaltable.rcp/src:../../org.txm.ca.core/src:../../org.txm.para.rcp/src:../../org.txm.treetagger.core/src:../../org.txm.chartsengine.r.rcp/src:../../org.txm.core/res:../../org.txm.jodconverter.core/src/test/java:../../org.txm.treetagger.core.linux/res:../../org.txm.textsbalance.core/src:../../org.txm.libs.cqp.linux/src:../../org.txm.index.rcp/src:../../org.txm.treetagger.core.macosx/src:../../org.txm.libs.cqp.macosx/res:../../org.txm.referencer.rcp/src:../../org.txm.specificities.core/src:../../org.txm.libs.cqp/res:../../org.txm.oriflamms.rcp/src:../../org.txm.treetagger.core.models/src:../../org.txm.xmleditor.rcp/src:../../org.txm.links.rcp/src:../../org.txm.treetagger.core.linux/src:../../org.txm.searchengine.cqp.core/src:../../org.txm.chartsengine.core/src:../../org.txm.utils/src:../../org.txm.libs.cqp.linux/res:../../org.txm.libs.cqp.macosx/src:../../org.txm.referencer.core/src:../../org.txm.libs.cqp/src:../../org.txm.treetagger.core.models/res" splitindex="true" use="true" version="true"/> |
|
5 |
</target> |
|
6 |
</project> |
|
0 | 7 |
TXM/trunk/features/org.txm.rcp.feature/feature-trace.xml (revision 3655) | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<feature |
|
3 |
id="org.txm.rcp.feature" |
|
4 |
label="TXM update" |
|
5 |
version="1.0.0.qualifier"> |
|
6 |
|
|
7 |
<description url="http://www.example.com/description"> |
|
8 |
<ul> |
|
9 |
<li> <a href="http://forge.cbp.ens-lyon.fr/redmine/issues/617">#617</a> |
|
10 |
Classification export bug</li> |
|
11 |
<li> <a href="http://forge.cbp.ens-lyon.fr/redmine/issues/632">#632</a> |
|
12 |
Specificity frequencies display bug</li> |
|
13 |
<li> <a href="http://forge.cbp.ens-lyon.fr/redmine/issues/650">#650</a> |
|
14 |
Missing "corpusViewSelection" binding bug</li> |
|
15 |
<li> <a href="http://forge.cbp.ens-lyon.fr/redmine/issues/715">#715</a> |
|
16 |
New simplier update interface</li> |
|
17 |
<li> <a href="http://forge.cbp.ens-lyon.fr/redmine/issues/224">#224</a> |
|
18 |
Translate Eclipse native interfaces (using Babel plugins)</li> |
|
19 |
<li> <a href="http://forge.cbp.ens-lyon.fr/redmine/projects/txm/issues?query_id=26">TXM 0.7.6</a> |
|
20 |
release</li> |
|
21 |
</ul> |
|
22 |
</description> |
|
23 |
|
|
24 |
<copyright url="http://www.example.com/copyright"> |
|
25 |
Copyright © 2010-2013 ENS de Lyon. |
|
26 |
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of |
Formats disponibles : Unified diff