Révision 973

tmp/org.txm.tigersearch.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:51 CEST 2018
2 2
output..=bin/
3
bin.includes=plugin.xml,META-INF/,.,icons/,lib/,lib/dom4j-1.6.1.jar,lib/log4j-1.2.12.jar,lib/TigerSearch.jar,groovy/org/
3
bin.includes = plugin.xml,\
4
               META-INF/,\
5
               .,\
6
               icons/,\
7
               lib/,\
8
               lib/dom4j-1.6.1.jar,\
9
               lib/log4j-1.2.12.jar,\
10
               lib/TigerSearch.jar,\
11
               groovy/org/,\
12
               OSGI-INF/l10n/bundle.properties
4 13
qualifier=20180705-0351
5 14
source..=src/
tmp/org.txm.tigersearch.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
1
#Properties file for org.txm.tigersearch.rcp
2
Bundle-Name = org.txm.tigersearch.rcp
3
category.description = TIGERSearch commands
4
category.name = TIGERSearch
5
command.name = OpenTIGERSearch
6
command.name.0 = ComputeRecette1
7
command.name.1 = ComputeRecette2
8
command.label = TIGERSearch
9
command.label.0 = TIGERSearch
10
command.label.1 = TS Index Recette 1
11
command.label.2 = TS Index Recette 2
12
command.label.3 = TIGERSearch
13
command.label.4 = TIGERSearch
14
command.label.5 = XML-TS
15
editor.name = TIGERSearch
16
editor.name.0 = TSIndex
0 17

  
tmp/org.txm.tigersearch.rcp/plugin.xml (revision 973)
5 5
   <extension
6 6
         point="org.eclipse.ui.commands">
7 7
      <category
8
            description="TIGERSearch commands"
8
            description="%category.description"
9 9
            id="TIGERSearch4TXM.commands.category"
10
            name="TIGERSearch">
10
            name="%category.name">
11 11
      </category>
12 12
      <command
13 13
            categoryId="TIGERSearch4TXM.commands.category"
14 14
            id="org.txm.tigersearch.commands.ComputeTIGERSearch"
15
            name="OpenTIGERSearch">
15
            name="%command.name">
16 16
      </command>
17 17
      <command
18 18
            categoryId="TIGERSearch4TXM.commands.category"
19 19
            defaultHandler="org.txm.tigersearch.commands.ComputeRecette1"
20 20
            id="org.txm.tigersearch.commands.ComputeRecette1"
21
            name="ComputeRecette1">
21
            name="%command.name.0">
22 22
      </command>
23 23
      <command
24 24
            categoryId="TIGERSearch4TXM.commands.category"
25 25
            defaultHandler="org.txm.tigersearch.commands.ComputeRecette2"
26 26
            id="org.txm.tigersearch.commands.ComputeRecette2"
27
            name="ComputeRecette2">
27
            name="%command.name.1">
28 28
      </command>
29 29
   </extension>
30 30
   <extension
......
44 44
         <command
45 45
               commandId="org.txm.tigersearch.commands.ComputeTIGERSearch"
46 46
               icon="icons/functions/TS.png"
47
               label="TIGERSearch"
47
               label="%command.label"
48 48
               style="push">
49 49
            <visibleWhen
50 50
                  checkEnabled="false">
......
60 60
            locationURI="menu:menu.help.plugins">
61 61
         <command
62 62
               commandId="org.txm.rcp.commands.OpenBrowser"
63
               label="TIGERSearch"
63
               label="%command.label.0"
64 64
               style="push">
65 65
            <parameter
66 66
                  name="org.txm.rcp.commands.commandParameter2"
......
73 73
         <command
74 74
               commandId="org.txm.tigersearch.commands.ComputeRecette1"
75 75
               icon="icons/functions/TSIndex.png"
76
               label="TS Index Recette 1"
76
               label="%command.label.1"
77 77
               style="push">
78 78
            <visibleWhen
79 79
                  checkEnabled="false">
......
87 87
         <command
88 88
               commandId="org.txm.tigersearch.commands.ComputeRecette2"
89 89
               icon="icons/functions/TSIndex.png"
90
               label="TS Index Recette 2"
90
               label="%command.label.2"
91 91
               style="push">
92 92
            <visibleWhen
93 93
                  checkEnabled="false">
......
110 110
         <command
111 111
               commandId="org.txm.tigersearch.commands.ComputeTIGERSearch"
112 112
               icon="icons/functions/TS.png"
113
               label="TIGERSearch"
113
               label="%command.label.3"
114 114
               style="push">
115 115
            <visibleWhen
116 116
                  checkEnabled="false">
......
128 128
         <command
129 129
               commandId="org.txm.tigersearch.commands.ComputeTIGERSearch"
130 130
               icon="icons/functions/TS.png"
131
               label="TIGERSearch"
131
               label="%command.label.4"
132 132
               style="push">
133 133
            <visibleWhen
134 134
                  checkEnabled="false">
......
145 145
         <command
146 146
               commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
147 147
               icon="icons/functions/TS.png"
148
               label="XML-TS"
148
               label="%command.label.5"
149 149
               style="push">
150 150
            <parameter
151 151
                  name="org.txm.rcp.commands.commandParameter3"
......
161 161
            default="false"
162 162
            icon="icons/functions/TS.png"
163 163
            id="org.txm.tigersearch.editors.TIGERSearchEditor"
164
            name="TIGERSearch">
164
            name="%editor.name">
165 165
      </editor>
166 166
      <editor
167 167
            class="org.txm.tigersearch.editors.TSIndexEditor"
168 168
            default="false"
169 169
            icon="icons/functions/TSIndex.png"
170 170
            id="org.txm.tigersearch.editors.TSIndexEditor"
171
            name="TSIndex">
171
            name="%editor.name.0">
172 172
      </editor>
173 173
   </extension>
174 174
   <extension
tmp/org.txm.tigersearch.rcp/META-INF/MANIFEST.MF (revision 973)
72 72
Bundle-ClassPath: lib/dom4j-1.6.1.jar,lib/log4j-1.2.12.jar,lib/TigerSe
73 73
 arch.jar,.
74 74
Bundle-Version: 1.0.0.qualifier
75
Bundle-Name: org.txm.tigersearch.rcp
75
Bundle-Name: %Bundle-Name
76 76
Bundle-ManifestVersion: 2
77 77
Bundle-Activator: tigersearch4txm.Activator
78 78
Bundle-SymbolicName: org.txm.tigersearch.rcp;singleton:=true
tmp/org.txm.index.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:43 CEST 2018
2 2
output..=bin/
3
bin.includes=META-INF/,.,plugin.xml,icons/,OSGI-INF/
3
bin.includes = META-INF/,\
4
               .,\
5
               plugin.xml,\
6
               icons/,\
7
               OSGI-INF/,\
8
               OSGI-INF/l10n/bundle.properties
4 9
qualifier=20180705-0351
5 10
source..=src/
tmp/org.txm.index.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
12 12
editor.name.0 = Lexicon
13 13

  
14 14
page.name = Index
15

  
16
Bundle-Name = Index RCP
tmp/org.txm.index.rcp/META-INF/MANIFEST.MF (revision 973)
9 9
 org.txm.index.rcp.preferences
10 10
Bundle-Vendor: Textometrie.org
11 11
Bundle-Version: 1.0.0.qualifier
12
Bundle-Name: Index RCP
12
Bundle-Name: %Bundle-Name
13 13
Bundle-ManifestVersion: 2
14 14
Bundle-SymbolicName: org.txm.index.rcp;singleton:=true
15 15
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
tmp/org.txm.cooccurrence.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:39 CEST 2018
2 2
output..=bin/
3
bin.includes=META-INF/,.,plugin.xml,OSGI-INF/,icons/
3
bin.includes = META-INF/,\
4
               .,\
5
               plugin.xml,\
6
               OSGI-INF/,\
7
               icons/,\
8
               OSGI-INF/l10n/bundle.properties
4 9
qualifier=20180705-0351
5 10
source..=src/
tmp/org.txm.cooccurrence.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
8 8
editor.name = Cooccurrences
9 9

  
10 10
page.name = Cooccurrences
11

  
12
Bundle-Name = Cooccurence RCP
tmp/org.txm.cooccurrence.rcp/META-INF/MANIFEST.MF (revision 973)
7 7
 org.txm.cooccurrence.core;bundle-version="1.0.0";visibility:=reexport
8 8
Bundle-Vendor: Textometrie.org
9 9
Bundle-Version: 1.0.0.qualifier
10
Bundle-Name: Cooccurence RCP
10
Bundle-Name: %Bundle-Name
11 11
Bundle-ManifestVersion: 2
12 12
Bundle-SymbolicName: org.txm.cooccurrence.rcp;singleton:=true
13 13
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
tmp/org.txm.chartsengine.r.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:38 CEST 2018
2 2
output..=bin/
3
bin.includes=META-INF/,.,plugin.xml
3
bin.includes = META-INF/,\
4
               .,\
5
               plugin.xml,\
6
               OSGI-INF/l10n/bundle.properties
4 7
qualifier=20180705-0351
5 8
source..=src/
tmp/org.txm.chartsengine.r.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
1
#Properties file for org.txm.chartsengine.r.rcp
2
Bundle-Name = R Charts Engine RCP
3
page.name = R
0 4

  
tmp/org.txm.chartsengine.r.rcp/plugin.xml (revision 973)
7 7
            category="ChartsEnginePreferencePage"
8 8
            class="org.txm.rcp.chartsengine.r.preferences.RChartsEnginePreferencePage"
9 9
            id="RChartsEnginePreferencePage"
10
            name="R">
10
            name="%page.name">
11 11
      </page>
12 12
   </extension>
13 13

  
tmp/org.txm.chartsengine.r.rcp/META-INF/MANIFEST.MF (revision 973)
4 4
Export-Package: org.txm.rcp.chartsengine.r.preferences
5 5
Bundle-Vendor: Textometrie.org
6 6
Bundle-Version: 1.0.0.qualifier
7
Bundle-Name: R Charts Engine RCP
7
Bundle-Name: %Bundle-Name
8 8
Bundle-ManifestVersion: 2
9 9
Bundle-SymbolicName: org.txm.chartsengine.r.rcp;singleton:=true
10 10
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
tmp/org.txm.annotation.kr.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:34 CEST 2018
2 2
output..=bin/
3
bin.includes=META-INF/,.,plugin.xml
3
bin.includes = META-INF/,\
4
               .,\
5
               plugin.xml,\
6
               OSGI-INF/l10n/bundle.properties
4 7
qualifier=20180705-0351
5 8
source..=src/
tmp/org.txm.annotation.kr.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
1
#Properties file for org.txm.annotation.kr.rcp
2
Bundle-Name = KR Annotation RCP
3
command.name = Recode Corpus
4
command.name.0 = Save annotations
5
command.name.1 = Open KR View
6
command.name.2 = Copy
7
command.name.3 = Reload
8
command.name.4 = Informations
9
command.name.5 = Delete
10
command.name.6 = Add
11
command.name.7 = Export annotations
12
page.name = Annotation
13
view.name = KR
14
command.label = KR
15
command.label.0 = Export annotations
0 16

  
tmp/org.txm.annotation.kr.rcp/plugin.xml (revision 973)
7 7
            categoryId="org.txm.rcp.category.txm"
8 8
            defaultHandler="org.txm.rcp.commands.workspace.RecodeCorpus"
9 9
            id="org.txm.rcp.commands.workspace.RecodeCorpus"
10
            name="Recode Corpus">
10
            name="%command.name">
11 11
      </command>
12 12
            <command
13 13
            categoryId="org.txm.rcp.category.txm"
14 14
            defaultHandler="org.txm.annotation.kr.rcp.commands.SaveAnnotations"
15 15
            id="org.txm.rcp.commands.annotation.SaveAnnotations"
16
            name="Save annotations">
16
            name="%command.name.0">
17 17
      </command>
18 18
            <command
19 19
            defaultHandler="org.txm.annotation.kr.rcp.commands.krview.OpenKRView"
20 20
            id="org.txm.rcp.commands.krview.OpenKRView"
21
            name="Open KR View">
21
            name="%command.name.1">
22 22
      </command>
23 23
      <command
24 24
            defaultHandler="org.txm.annotation.kr.rcp.commands.krview.Copy"
25 25
            id="org.txm.rcp.commands.krview.Copy"
26
            name="Copy">
26
            name="%command.name.2">
27 27
      </command>
28 28
      <command
29 29
            defaultHandler="org.txm.annotation.kr.rcp.commands.krview.Reload"
30 30
            id="org.txm.rcp.commands.krview.Reload"
31
            name="Reload">
31
            name="%command.name.3">
32 32
      </command>
33 33
      <command
34 34
            defaultHandler="org.txm.annotation.kr.rcp.commands.krview.Informations"
35 35
            id="org.txm.rcp.commands.krview.Informations"
36
            name="Informations">
36
            name="%command.name.4">
37 37
      </command>
38 38
      <command
39 39
            defaultHandler="org.txm.annotation.kr.rcp.commands.krview.Delete"
40 40
            id="org.txm.rcp.commands.krview.Delete"
41
            name="Delete">
41
            name="%command.name.5">
42 42
      </command>
43 43
      <command
44 44
            defaultHandler="org.txm.annotation.kr.rcp.commands.krview.Add"
45 45
            id="org.txm.rcp.commands.krview.Add"
46
            name="Add">
46
            name="%command.name.6">
47 47
      </command>
48 48
      <command
49 49
            defaultHandler="org.txm.annotation.kr.rcp.commands.ExportStandoff"
50 50
            id="org.txm.rcp.commands.annotation.ExportStandoff"
51
            name="Export annotations">
51
            name="%command.name.7">
52 52
      </command>
53 53
   </extension>
54 54
  <extension
......
57 57
           category="org.txm.rcp.preferences.UserPreferencePage"
58 58
           class="org.txm.annotation.kr.rcp.preferences.KRAnnotationPreferencePage"
59 59
           id="org.txm.rcp.preferences.AnnotationPreferencePage"
60
           name="Annotation">
60
           name="%page.name">
61 61
     </page>
62 62
  </extension>
63 63
     <extension
......
66 66
            category="org.txm.rcp"
67 67
            class="org.txm.annotation.kr.rcp.views.knowledgerepositories.KRView"
68 68
            id="org.txm.annotation.kr.rcp.views.knowledgerepositories.KRView"
69
            name="KR"
69
            name="%view.name"
70 70
            restorable="true">
71 71
      </view>
72 72
   </extension>
......
110 110
           locationURI="menu:menu.display.views">
111 111
           <command
112 112
                     commandId="org.txm.rcp.commands.krview.OpenKRView"
113
                     label="KR"
113
                     label="%command.label"
114 114
                     style="push">
115 115
               </command>
116 116
     </menuContribution>
......
176 176
           <command
177 177
                     commandId="org.txm.rcp.commands.annotation.ExportStandoff"
178 178
                     id="menu.file.export.exporttei"
179
                     label="Export annotations"
179
                     label="%command.label.0"
180 180
                     style="push">
181 181
                  <visibleWhen
182 182
                        checkEnabled="false">
tmp/org.txm.annotation.kr.rcp/META-INF/MANIFEST.MF (revision 973)
10 10
 org.txm.annotation.kr.rcp.views.knowledgerepositories
11 11
Bundle-Vendor: Textometrie.org
12 12
Bundle-Version: 1.0.0.qualifier
13
Bundle-Name: KR Annotation RCP
13
Bundle-Name: %Bundle-Name
14 14
Bundle-ManifestVersion: 2
15 15
Bundle-SymbolicName: org.txm.annotation.kr.rcp;singleton:=true
16 16
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
tmp/org.txm.groovy.core/src/java/org/txm/groovy/core/CreteMissingPropertiesFiles.groovy (revision 973)
1
package org.txm.groovy.core
2

  
3
File workspace = new File("/home/mdecorde/workspace047")
4
def langs = ["fr", "ru"]
5
for (File project : workspace.listFiles()) {
6
	if (!project.isDirectory()) continue;
7
	
8
	File osgiinf = new File(project, "OSGI-INF/l10n")
9
	if (!osgiinf.exists()) continue;
10
	
11
	println project.getName()
12
	File defaultFile = new File(osgiinf, "bundle.properties")
13
	
14
	for (def lang : langs) {
15
		File langFile = new File(osgiinf, "bundle_"+lang+".properties");
16
		if (!langFile.exists()) {
17
			langFile.createNewFile()
18
		}
19
	}
20
}
tmp/org.txm.groovy.core/src/groovy/org/txm/scripts/i18n/ExternalizerUI.groovy (revision 973)
21 21
	ExternalizeUI() {
22 22
		super(new FlowLayout());
23 23
		File userDir = new File(System.getProperty("user.home"))
24
		File srcDir = new File(userDir, "workspace43/org.txm.rcp/src/main/java")
24
		File srcDir = new File(userDir, "workspace47/org.txm.rcp/src/main/java")
25 25
		File propFile = new File(srcDir, "org/txm/rcp/messages.properties")
26 26
		File messageFile = new File(srcDir, "org/txm/rcp/Messages.java")
27 27

  
tmp/org.txm.edition.rcp/META-INF/MANIFEST.MF (revision 973)
8 8
Bundle-Vendor: Textometrie.org
9 9
Bundle-ActivationPolicy: lazy
10 10
Bundle-Version: 1.0.0.qualifier
11
Bundle-Name: org.txm.edition.rcp
11
Bundle-Name: %Bundle-Name.0
12 12
Bundle-ManifestVersion: 2
13 13
Bundle-SymbolicName: org.txm.edition.rcp;singleton:=true
14 14
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
tmp/org.txm.edition.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:40 CEST 2018
2 2
output..=bin/
3
bin.includes=.,META-INF/,plugin.xml,icons/,res/,OSGI-INF/
3
bin.includes = .,\
4
               META-INF/,\
5
               plugin.xml,\
6
               icons/,\
7
               res/,\
8
               OSGI-INF/,\
9
               OSGI-INF/l10n/bundle.properties
4 10
qualifier=20180705-0351
5 11
source..=src/
tmp/org.txm.edition.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
5 5
command.name.0 = Display in full text
6 6
editor.name = Edition
7 7
Bundle-Name = SynopticEditor
8
menu.label.1 = Corpus
8
menu.label.1 = Corpus
9
Bundle-Name.0 = org.txm.edition.rcp
10
commandParameter.name = wordid
11
commandParameter.name.0 = textid
12
commandParameter.name.1 = corpusid
13
commandParameter.name.2 = editionid
14
page.name = Edition
tmp/org.txm.edition.rcp/plugin.xml (revision 973)
90 90
            name="%command.name.0">
91 91
         <commandParameter
92 92
               id="org.txm.edition.rcp.handlers.BackToText.wordid"
93
               name="wordid"
93
               name="%commandParameter.name"
94 94
               optional="true">
95 95
         </commandParameter>
96 96
         <commandParameter
97 97
               id="org.txm.edition.rcp.handlers.BackToText.textid"
98
               name="textid"
98
               name="%commandParameter.name.0"
99 99
               optional="true">
100 100
         </commandParameter>
101 101
         <commandParameter
102 102
               id="org.txm.edition.rcp.handlers.BackToText.corpusid"
103
               name="corpusid"
103
               name="%commandParameter.name.1"
104 104
               optional="true">
105 105
         </commandParameter>
106 106
         <commandParameter
107 107
               id="org.txm.edition.rcp.handlers.BackToText.editionid"
108
               name="editionid"
108
               name="%commandParameter.name.2"
109 109
               optional="true">
110 110
         </commandParameter>
111 111
      </command>
......
142 142
            category="org.txm.rcp.preferences.UserPreferencePage"
143 143
            class="org.txm.edition.rcp.preferences.SynopticEditionPreferencePage"
144 144
            id="org.txm.edition.rcp.preferences.SynopticEditionPreferencePage"
145
            name="Edition">
145
            name="%page.name">
146 146
      </page>
147 147
   </extension>
148 148
   <extension
tmp/org.txm.annotation.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:34 CEST 2018
2 2
output..=bin/
3
bin.includes=META-INF/,.,plugin.xml,icons/
3
bin.includes = META-INF/,\
4
               .,\
5
               plugin.xml,\
6
               icons/,\
7
               OSGI-INF/l10n/bundle.properties
4 8
qualifier=20180705-0351
5 9
source..=src/
tmp/org.txm.annotation.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
1
#Properties file for org.txm.annotation.rcp
2
Bundle-Name = Annotation RCP
3
page.name = Annotation
4
extension-point.name = org.txm.annotation.rcp.editor.AnnotationArea
0 5

  
tmp/org.txm.annotation.rcp/plugin.xml (revision 973)
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<?eclipse version="3.4"?>
3 3
<plugin>
4
   <extension-point id="org.txm.annotation.rcp.editor.AnnotationArea" name="org.txm.annotation.rcp.editor.AnnotationArea" schema="schema/org.txm.annotation.rcp.editor.AnnotationArea.exsd"/>
4
   <extension-point id="org.txm.annotation.rcp.editor.AnnotationArea" name="%extension-point.name" schema="schema/org.txm.annotation.rcp.editor.AnnotationArea.exsd"/>
5 5
   <extension
6 6
         point="org.eclipse.ui.commands">
7 7
   </extension>
......
11 11
           category="org.txm.rcp.preferences.UserPreferencePage"
12 12
           class="org.txm.annotation.rcp.preferences.AnnotationPreferencePage"
13 13
           id="org.txm.rcp.preferences.AnnotationPreferencePage"
14
           name="Annotation">
14
           name="%page.name">
15 15
     </page>
16 16
  </extension>
17 17
  <extension
tmp/org.txm.annotation.rcp/META-INF/MANIFEST.MF (revision 973)
3 3
 org.txm.concordance.rcp;bundle-version="1.0.0";visibility:=reexport
4 4
Bundle-Vendor: Textometrie.org
5 5
Bundle-Version: 1.0.0.qualifier
6
Bundle-Name: Annotation RCP
6
Bundle-Name: %Bundle-Name
7 7
Bundle-ManifestVersion: 2
8 8
Bundle-SymbolicName: org.txm.annotation.rcp;singleton:=true
9 9
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
tmp/org.txm.textsbalance.rcp/META-INF/MANIFEST.MF (revision 973)
6 6
 cp.preferences
7 7
Bundle-Vendor: Textometrie.org
8 8
Bundle-Version: 1.0.0.qualifier
9
Bundle-Name: Texts Balance RCP
9
Bundle-Name: %Bundle-Name
10 10
Bundle-ManifestVersion: 2
11 11
Bundle-SymbolicName: org.txm.textsbalance.rcp;singleton:=true
12 12
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
tmp/org.txm.textsbalance.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
1
#Properties file for org.txm.textsbalance.rcp
2
Bundle-Name = Texts Balance RCP
3
editor.name = Texts Balance
4
command.name = Texts balance
5
page.name = Texts balance
0 6

  
tmp/org.txm.textsbalance.rcp/plugin.xml (revision 973)
8 8
            class="org.txm.textsbalance.rcp.editors.TextsBalanceEditor"
9 9
            icon="icons/balance.png"
10 10
            id="org.txm.textsbalance.core.functions.TextsBalance"
11
            name="Texts Balance">
11
            name="%editor.name">
12 12
      </editor>
13 13
   </extension>
14 14
   <extension
......
16 16
      <command
17 17
            defaultHandler="org.txm.textsbalance.rcp.handlers.ComputeTextsBalance"
18 18
            id="org.txm.textsbalance.rcp.handlers.ComputeTextsBalance"
19
            name="Texts balance"
19
            name="%command.name"
20 20
            returnTypeId="org.txm.textsbalance.core.functions.TextsBalance">
21 21
         <commandParameter
22 22
               id="TextsBalance.createNewEditor"
......
90 90
            category="org.txm.rcp.preferences.UserPreferencePage"
91 91
            class="org.txm.textsbalance.rcp.preferences.TextsBalancePreferencePage"
92 92
            id="org.txm.rcp.textsbalance.preferences.TextsBalancePreferencePage"
93
            name="Texts balance">
93
            name="%page.name">
94 94
      </page>
95 95
   </extension>
96 96
   <extension
tmp/org.txm.chartsengine.svgbatik.rcp/plugin.xml (revision 973)
13 13
         point="org.eclipse.ui.contexts">
14 14
      <context
15 15
            id="org.txm.chartsengine.svgbatik.rcp.swt.SVGComposite"
16
            name="SVG Batik composite context">
16
            name="%context.name">
17 17
      </context>
18 18
   </extension>
19 19
   <extension
tmp/org.txm.chartsengine.svgbatik.rcp/META-INF/MANIFEST.MF (revision 973)
4 4
 .svgbatik.rcp.swing,org.txm.chartsengine.svgbatik.rcp.swt
5 5
Bundle-Vendor: Textometrie.org
6 6
Bundle-Version: 1.0.0.qualifier
7
Bundle-Name: SVG Batik Charts Engine RCP
7
Bundle-Name: %Bundle-Name
8 8
Bundle-ManifestVersion: 2
9 9
Bundle-SymbolicName: org.txm.chartsengine.svgbatik.rcp;singleton:=true
10 10
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
tmp/org.txm.chartsengine.svgbatik.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:38 CEST 2018
2 2
output..=bin/
3
bin.includes=META-INF/,.,plugin.xml
3
bin.includes = META-INF/,\
4
               .,\
5
               plugin.xml,\
6
               OSGI-INF/l10n/bundle.properties
4 7
qualifier=20180705-0351
5 8
source..=src/
tmp/org.txm.chartsengine.svgbatik.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
1
#Properties file for org.txm.chartsengine.svgbatik.rcp
2
Bundle-Name = SVG Batik Charts Engine RCP
3
context.name = SVG Batik composite context
0 4

  
tmp/org.txm.progression.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:47 CEST 2018
2 2
output..=bin/
3
bin.includes=META-INF/,.,plugin.xml,icons/,OSGI-INF/
3
bin.includes = META-INF/,\
4
               .,\
5
               plugin.xml,\
6
               icons/,\
7
               OSGI-INF/,\
8
               OSGI-INF/l10n/bundle.properties
4 9
qualifier=20180705-0351
5 10
forceContextQualifier=737
6 11
source..=src/
tmp/org.txm.progression.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
8 8
command.tooltip = Compute the progression chart of a query
9 9

  
10 10
page.name = Progression
11

  
12
commandParameter.name = sendToTargetCommandId
13
editor.name = Progression
tmp/org.txm.progression.rcp/plugin.xml (revision 973)
24 24
            name="%command.name.3">
25 25
         <commandParameter
26 26
               id="sendToTargetCommandId"
27
               name="sendToTargetCommandId"
27
               name="%commandParameter.name"
28 28
               optional="true">
29 29
         </commandParameter>
30 30
      </command>
......
136 136
            default="false"
137 137
            icon="icons/functions/progression.png"
138 138
            id="org.txm.progression.core.functions.Progression"
139
            name="Progression">
139
            name="%editor.name">
140 140
      </editor>
141 141
   </extension>
142 142
   <extension
tmp/org.txm.searchengine.cqp.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:49 CEST 2018
2 2
output..=bin/
3
bin.includes=META-INF/,.,plugin.xml,OSGI-INF/,icons/
3
bin.includes = META-INF/,\
4
               .,\
5
               plugin.xml,\
6
               OSGI-INF/,\
7
               icons/,\
8
               OSGI-INF/l10n/bundle.properties
4 9
qualifier=20180705-0351
5 10
source..=src/
tmp/org.txm.searchengine.cqp.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
10 10
command.name.2=Create Partition
11 11
command.tooltip.4=Divide the selected item in several parts
12 12
command.tooltip.71=Export as a binary file
13

  
14
command.name = Subcorpus
15
page.name = CQP
tmp/org.txm.searchengine.cqp.rcp/plugin.xml (revision 973)
27 27
      <command
28 28
            defaultHandler="org.txm.searchengine.cqp.rcp.handlers.base.CreateSubCorpus"
29 29
            id="org.txm.searchengine.cqp.rcp.handlers.base.CreateSubCorpus"
30
            name="Subcorpus">
30
            name="%command.name">
31 31
         <commandParameter
32 32
               id="CorpusParameter"
33 33
               name="%commandParameter.name.0"
......
253 253
            category="org.txm.rcp.preferences.AdvancePreferencePage"
254 254
            class="org.txm.searchengine.cqp.rcp.preferences.CQPPreferencePage"
255 255
            id="org.txm.searchengine.cqp.rcp.preferences.CQPPreferencePage"
256
            name="CQP">
256
            name="%page.name">
257 257
      </page>
258 258
   </extension>
259 259
   <extension
tmp/org.txm.concordance.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:39 CEST 2018
2 2
output..=bin/
3
bin.includes=META-INF/,.,plugin.xml,icons/,OSGI-INF/
3
bin.includes = META-INF/,\
4
               .,\
5
               plugin.xml,\
6
               icons/,\
7
               OSGI-INF/,\
8
               OSGI-INF/l10n/bundle.properties
4 9
qualifier=20180705-0351
5 10
source..=src/
tmp/org.txm.concordance.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
14 14
editor.name.2 = Concordance
15 15

  
16 16
page.name = Concordances
17

  
18
Bundle-Name = Concordances RCP
19
commandParameter.name = TXM Parameter
20
extension-point.name = Back to text
21
extension-point.name.0 = concordance extension
tmp/org.txm.concordance.rcp/plugin.xml (revision 973)
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<?eclipse version="3.4"?>
3 3
<plugin>
4
  <extension-point id="org.txm.rcp.extensionpoint.backtotext" name="Back to text" schema="schema/org.txm.rcp.extensionpoint.backtotext.exsd"/>
5
  <extension-point id="org.txm.concordance.rcp.editors.ConcordanceEditorExtension" name="concordance extension" schema="schema/org.txm.concordance.rcp.concordanceeditor.extension.exsd"/>
4
  <extension-point id="org.txm.rcp.extensionpoint.backtotext" name="%extension-point.name" schema="schema/org.txm.rcp.extensionpoint.backtotext.exsd"/>
5
  <extension-point id="org.txm.concordance.rcp.editors.ConcordanceEditorExtension" name="%extension-point.name.0" schema="schema/org.txm.concordance.rcp.concordanceeditor.extension.exsd"/>
6 6

  
7 7
   <extension
8 8
         point="org.eclipse.core.runtime.adapters">
......
164 164
            returnTypeId="org.txm.concordance.core.functions.Concordance">
165 165
         <commandParameter
166 166
               id="org.txm.core.results.TXMParameters"
167
               name="TXM Parameter"
167
               name="%commandParameter.name"
168 168
               optional="true">
169 169
         </commandParameter>
170 170
      </command>
tmp/org.txm.concordance.rcp/META-INF/MANIFEST.MF (revision 973)
7 7
 rences,org.txm.concordance.rcp.widgets
8 8
Bundle-Vendor: Textometrie.org
9 9
Bundle-Version: 1.0.0.qualifier
10
Bundle-Name: Concordances RCP
10
Bundle-Name: %Bundle-Name
11 11
Bundle-ManifestVersion: 2
12 12
Bundle-SymbolicName: org.txm.concordance.rcp;singleton:=true
13 13
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
tmp/org.txm.ca.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:36 CEST 2018
2 2
output..=bin/
3
bin.includes=META-INF/,.,plugin.xml,icons/,OSGI-INF/
3
bin.includes = META-INF/,\
4
               .,\
5
               plugin.xml,\
6
               icons/,\
7
               OSGI-INF/,\
8
               OSGI-INF/l10n/bundle.properties
4 9
qualifier=20180705-0351
5 10
source..=src/
tmp/org.txm.ca.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
2 2
command.name=CA
3 3
command.tooltip=Compute Correspondence Analysis
4 4
editor.name=CA
5
page.name=CA
5
page.name=CA
6
Bundle-Name.0 = Correspondence Analysis RCP
7
editor.name.0 = CA Factorial Map editor
8
editor.name.1 = Eigenvalues
tmp/org.txm.ca.rcp/plugin.xml (revision 973)
103 103
            default="false"
104 104
            icon="icons/ca.png"
105 105
            id="org.txm.ca.rcp.editors.CAFactorialMapChartEditor"
106
            name="CA Factorial Map editor">
106
            name="%editor.name.0">
107 107
      </editor>
108 108
      <editor
109 109
            class="org.txm.ca.rcp.editors.EigenvaluesChartEditor"
110 110
            default="false"
111 111
            id="org.txm.ca.rcp.editors.EigenvaluesChartEditor"
112
            name="Eigenvalues">
112
            name="%editor.name.1">
113 113
      </editor>
114 114
   </extension>
115 115
   <extension
tmp/org.txm.ca.rcp/META-INF/MANIFEST.MF (revision 973)
8 8
Bundle-Vendor: Textometrie.org
9 9
Bundle-ActivationPolicy: lazy
10 10
Bundle-Version: 1.0.0.qualifier
11
Bundle-Name: Correspondence Analysis RCP
11
Bundle-Name: %Bundle-Name.0
12 12
Bundle-ManifestVersion: 2
13 13
Bundle-SymbolicName: org.txm.ca.rcp;singleton:=true
14 14
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
tmp/org.txm.lexicaltable.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
14 14
editor.name = Lexical table
15 15

  
16 16
page.name = Lexical table
17

  
18
Bundle-Name = Lexical Table RCP
19
command.name.0 = Intertextual distance
tmp/org.txm.lexicaltable.rcp/plugin.xml (revision 973)
134 134
            categoryId="org.txm.rcp.category.txm"
135 135
            defaultHandler="org.txm.lexicaltable.rcp.handlers.ComputeInterTextDistance"
136 136
            id="org.txm.lexicaltable.rcp.handlers.ComputeInterTextDistance"
137
            name="Intertextual distance">
137
            name="%command.name.0">
138 138
      </command>
139 139
            <command
140 140
            defaultHandler="org.txm.lexicaltable.rcp.handlers.DeleteLines"
tmp/org.txm.lexicaltable.rcp/META-INF/MANIFEST.MF (revision 973)
7 7
Bundle-Vendor: Textometrie.org
8 8
Bundle-ActivationPolicy: lazy
9 9
Bundle-Version: 1.0.0.qualifier
10
Bundle-Name: Lexical Table RCP
10
Bundle-Name: %Bundle-Name
11 11
Bundle-ManifestVersion: 2
12 12
Bundle-SymbolicName: org.txm.lexicaltable.rcp;singleton:=true
13 13
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
tmp/org.txm.lexicaltable.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:45 CEST 2018
2 2
output..=bin/
3
bin.includes=META-INF/,.,plugin.xml,OSGI-INF/,icons/
3
bin.includes = META-INF/,\
4
               .,\
5
               plugin.xml,\
6
               OSGI-INF/,\
7
               icons/,\
8
               OSGI-INF/l10n/bundle.properties
4 9
qualifier=20180705-0351
5 10
source..=src/
tmp/org.txm.oriflamms.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:45 CEST 2018
2 2
output..=bin/
3
bin.includes=plugin.xml,META-INF/,.,icons/,res/
3
bin.includes = plugin.xml,\
4
               META-INF/,\
5
               .,\
6
               icons/,\
7
               res/,\
8
               OSGI-INF/l10n/bundle.properties
4 9
qualifier=20180705-0351
5 10
source..=src/
tmp/org.txm.oriflamms.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
1
#Properties file for org.txm.oriflamms.rcp
2
Bundle-Name = org.txm.oriflamms.rcp
3
category.name = Oriflamms
4
command.name = AbbreviationsAndLines
5
command.name.0 = AbbreviationsAndSemantics
6
command.name.1 = Allographes
7
command.name.2 = Project2XTZ
8
command.name.3 = TEI2Project
9
command.name.4 = UpdateImagePaths
10
menu.label = Oriflamms
11
menu.mnemonic = O
12
command.label = TEI2Project
13
command.mnemonic = P
14
command.label.0 = Project2XTZ
15
command.mnemonic.0 = X
16
command.label.1 = UpdateCorpusImagePaths
17
command.mnemonic.1 = U
18
command.label.2 = AbbreviationsAndLines
19
command.mnemonic.2 = L
20
command.label.3 = AbbreviationsAndSemantics
21
command.mnemonic.3 = S
22
command.label.4 = Allographes
23
command.mnemonic.4 = A
0 24

  
tmp/org.txm.oriflamms.rcp/plugin.xml (revision 973)
5 5
   <extension
6 6
         point="org.eclipse.ui.commands">
7 7
      <category
8
            name="Oriflamms"
8
            name="%category.name"
9 9
            id="Oriflamms.commands.category">
10 10
      </category>
11 11
      <command
12
            name="AbbreviationsAndLines"
12
            name="%command.name"
13 13
            categoryId="Oriflamms.commands.category"
14 14
            id="Oriflamms.commands.AbbreviationsAndLines">
15 15
      </command>
16 16
      <command
17 17
            categoryId="Oriflamms.commands.category"
18 18
            id="Oriflamms.commands.AbbreviationsAndSemantics"
19
            name="AbbreviationsAndSemantics">
19
            name="%command.name.0">
20 20
      </command>
21 21
      <command
22 22
            categoryId="Oriflamms.commands.category"
23 23
            id="Oriflamms.commands.Allographes"
24
            name="Allographes">
24
            name="%command.name.1">
25 25
      </command>
26 26
      <command
27 27
            categoryId="Oriflamms.commands.category"
28 28
            id="Oriflamms.commands.Project2XTZ"
29
            name="Project2XTZ">
29
            name="%command.name.2">
30 30
      </command>
31 31
      <command
32 32
            categoryId="Oriflamms.commands.category"
33 33
            id="Oriflamms.commands.TEI2Project"
34
            name="TEI2Project">
34
            name="%command.name.3">
35 35
      </command>
36 36
      <command
37 37
            categoryId="Oriflamms.commands.category"
38 38
            id="Oriflamms.commands.UpdateCorpusImages"
39
            name="UpdateImagePaths">
39
            name="%command.name.4">
40 40
      </command>
41 41
   </extension>
42 42
   <extension
......
71 71
      <menuContribution
72 72
            locationURI="menu:org.eclipse.ui.main.menu?after=menu.tools">
73 73
         <menu
74
               label="Oriflamms"
75
               mnemonic="O"
74
               label="%menu.label"
75
               mnemonic="%menu.mnemonic"
76 76
               id="Oriflamms.menus.sampleMenu">
77 77
            <command
78 78
                  commandId="Oriflamms.commands.TEI2Project"
79
                  label="TEI2Project"
80
                  mnemonic="P">
79
                  label="%command.label"
80
                  mnemonic="%command.mnemonic">
81 81
            </command>
82 82
            <command
83 83
                  commandId="Oriflamms.commands.Project2XTZ"
84
                  label="Project2XTZ"
85
                  mnemonic="X">
84
                  label="%command.label.0"
85
                  mnemonic="%command.mnemonic.0">
86 86
            </command>
87 87
            <command
88 88
                  commandId="Oriflamms.commands.UpdateCorpusImages"
89
                  label="UpdateCorpusImagePaths"
90
                  mnemonic="U">
89
                  label="%command.label.1"
90
                  mnemonic="%command.mnemonic.1">
91 91
               <visibleWhen
92 92
                     checkEnabled="false">
93 93
                  <reference
......
101 101
            </separator>
102 102
            <command
103 103
                  commandId="Oriflamms.commands.AbbreviationsAndLines"
104
                  label="AbbreviationsAndLines"
105
                  mnemonic="L">
104
                  label="%command.label.2"
105
                  mnemonic="%command.mnemonic.2">
106 106
               <visibleWhen
107 107
                     checkEnabled="false">
108 108
                  <reference
......
112 112
            </command>
113 113
            <command
114 114
                  commandId="Oriflamms.commands.AbbreviationsAndSemantics"
115
                  label="AbbreviationsAndSemantics"
116
                  mnemonic="S">
115
                  label="%command.label.3"
116
                  mnemonic="%command.mnemonic.3">
117 117
               <visibleWhen
118 118
                     checkEnabled="false">
119 119
                  <reference
......
123 123
            </command>
124 124
            <command
125 125
                  commandId="Oriflamms.commands.Allographes"
126
                  label="Allographes"
127
                  mnemonic="A">
126
                  label="%command.label.4"
127
                  mnemonic="%command.mnemonic.4">
128 128
               <visibleWhen
129 129
                     checkEnabled="false">
130 130
                  <reference
tmp/org.txm.oriflamms.rcp/META-INF/MANIFEST.MF (revision 973)
4 4
Bundle-Vendor: Textometrie.org
5 5
Bundle-ActivationPolicy: lazy
6 6
Bundle-Version: 1.0.0.qualifier
7
Bundle-Name: org.txm.oriflamms.rcp
7
Bundle-Name: %Bundle-Name
8 8
Bundle-ManifestVersion: 2
9 9
Bundle-Activator: oriflamms.Activator
10 10
Bundle-SymbolicName: org.txm.oriflamms.rcp;singleton:=true
tmp/org.txm.rcp/OSGI-INF/l10n/bundle.properties (revision 973)
870 870
wizard.name.0 = Corpus
871 871

  
872 872
wizard.name.1 = Corpus
873

  
874
product.description = TXM desktop application
875
product.name.2 = TXM
876
view.name.5 = ParametersView
877
view.name.6 = TXMResultDebugView
878
view.name.10 = SWT debug view
879
editor.name.2 = TXMEditor
880
menu.label.11 = Charger
881
command.label.10 = un corpus binaire (.txm)...
882
command.label.11 = un r\u00E9pertoire de corpus binaires....
883
menu.label.13 = Exporter
884
command.label.26 = Rename...
885
command.label.36 = Compute
886
extension.name.0 = general
887
commandParameter.name.4 = manualupdate
888
command.name.2 = Reload
889
command.name.4 = Rename TXMResult
890
extension.name.1 = commands
891
extension.name.2 = links
892
extension.name.3 = views
893
command.name.5 = Add bases
894
command.name.7 = Clone result
895
command.name.27 = Refresh SWT Debug view
896
extension.name.4 = file
897
category.description.0 = File
898
category.name.4 = File
899
extension.name.5 = results
900
category.name.5 = Results
901
command.description.5 = Delete an object
902
command.description.6 = Compute/Update the TXMResult of a TXMEditor
903
command.name.32 = Compute
904
extension.name.6 = scripts
905
category.name.6 = Script
906
commandParameter.name.5 = Groovy file
907
commandParameter.name.6 = Groovy file
908
context.description.0 = Corpora view
909
context.name.0 = Corpora view
910
extension-point.name.0 = org.txm.rcp.editors.TXMEditorExtension
tmp/org.txm.rcp/build.properties (revision 973)
1 1
#Thu Jul 05 15:54:48 CEST 2018
2 2
output..=bin/
3
bin.includes=plugin.xml,META-INF/,.,splash.bmp,lib/,rcp.product,plugin_customization.ini,lib/commons-cli-1.2.jar,lib/commons-lang-2.4.jar,lib/junit-4.5.jar,lib/log4j-1.2.12.jar,installtreetagger_en.html,css/,p2.inf,bin/,OSGI-INF/,TXM.sh,icons/
3
bin.includes = plugin.xml,\
4
               META-INF/,\
5
               .,\
6
               splash.bmp,\
7
               lib/,\
8
               rcp.product,\
9
               plugin_customization.ini,\
10
               lib/commons-cli-1.2.jar,\
11
               lib/commons-lang-2.4.jar,\
12
               lib/junit-4.5.jar,\
13
               lib/log4j-1.2.12.jar,\
14
               installtreetagger_en.html,\
15
               css/,\
16
               p2.inf,\
17
               bin/,\
18
               OSGI-INF/,\
19
               TXM.sh,\
20
               icons/,\
21
               OSGI-INF/l10n/bundle.properties
4 22
qualifier=20180705-0351
5 23
source..=src/,src/main/java/
6 24
bin.excludes=lib/batik/
tmp/org.txm.rcp/plugin.xml (revision 973)
2 2
<?eclipse version="3.4"?>
3 3
<plugin>
4 4
   <extension-point id="org.txm.rcp.extentionpoint.command" name="%extension-point.name" schema="schema/org.txm.rcp.extentionpoint.command.exsd"/>
5
   <extension-point id="org.txm.rcp.editors.TXMEditorExtension" name="org.txm.rcp.editors.TXMEditorExtension" schema="schema/org.txm.rcp.editors.TXMEditorExtension.exsd"/>
5
   <extension-point id="org.txm.rcp.editors.TXMEditorExtension" name="%extension-point.name.0" schema="schema/org.txm.rcp.editors.TXMEditorExtension.exsd"/>
6 6
 
7 7
   <extension
8 8
         id="Application"
......
28 28
         point="org.eclipse.core.runtime.products">
29 29
      <product
30 30
            application="org.txm.rcp.Application"
31
            description="TXM desktop application"
32
            name="TXM">
31
            description="%product.description"
32
            name="%product.name.2">
33 33
         <property
34 34
               name="appName"
35 35
               value="TXM">
......
175 175
            class="org.txm.rcp.views.cmdparameters.ParametersView"
176 176
            icon="icons/functions/Properties.png"
177 177
            id="org.txm.rcp.views.cmdparameters.ParametersView"
178
            name="ParametersView"
178
            name="%view.name.5"
179 179
            restorable="true">
180 180
      </view>
181 181
      <view
......
183 183
            class="org.txm.rcp.views.debug.TXMResultDebugView"
184 184
            icon="icons/functions/Properties.png"
185 185
            id="org.txm.rcp.views.debug.TXMResultDebugView"
186
            name="TXMResultDebugView"
186
            name="%view.name.6"
187 187
            restorable="true">
188 188
      </view>
189 189
      <view
......
191 191
            class="org.txm.rcp.views.debug.TXMEditorSWTDebugView"
192 192
            icon="platform:/plugin/org.txm.core/res/org/txm/images/icons/help.png"
193 193
            id="org.txm.rcp.views.debug.TXMEditorSWTDebugView"
194
            name="SWT debug view"
194
            name="%view.name.10"
195 195
            restorable="true">
196 196
      </view>
197 197
   </extension>
......
261 261
            class="org.txm.rcp.editors.TXMEditor"
262 262
            default="false"
263 263
            id="org.txm.rcp.editors.TXMEditor"
264
            name="TXMEditor">
264
            name="%editor.name.2">
265 265
      </editor>
266 266
   </extension>
267 267
   <extension
......
509 509
            </menu>
510 510
            <menu
511 511
                  id="menu.file.load"
512
                  label="Charger">
512
                  label="%menu.label.11">
... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.

Formats disponibles : Unified diff