Révision 810

tmp/org.txm.internalview.core/META-INF/MANIFEST.MF (revision 810)
1 1
Manifest-Version: 1.0
2 2
Bundle-ManifestVersion: 2
3
Bundle-Name: InternalView
3
Bundle-Name: Internal View Core
4 4
Bundle-SymbolicName: org.txm.internalview.core;singleton:=true
5 5
Bundle-Version: 1.0.0.qualifier
6 6
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
......
9 9
Export-Package: org.txm.internalview.core.functions,
10 10
 org.txm.internalview.core.messages,
11 11
 org.txm.internalview.core.preferences
12
Bundle-ActivationPolicy: lazy
tmp/org.txm.synopticeditor.rcp/META-INF/MANIFEST.MF (revision 810)
3 3
Bundle-Name: %Bundle-Name
4 4
Bundle-SymbolicName: org.txm.synopticeditor.rcp;singleton:=true
5 5
Bundle-Version: 1.0.0.qualifier
6
Require-Bundle: org.txm.concordance.rcp;bundle-version="1.0.0",
7
 org.txm.core;bundle-version="0.7.0",
8
 org.eclipse.ui,
9
 org.eclipse.core.runtime,
10
 org.txm.rcp;bundle-version="0.7.5",
11
 org.eclipse.ui.browser;bundle-version="3.4.100",
12
 org.eclipse.jface.databinding;bundle-version="1.6.200",
13
 org.eclipse.jface.text;bundle-version="3.9.2",
14
 org.txm.searchengine.core;bundle-version="1.0.0",
15
 org.txm.searchengine.cqp.core;bundle-version="1.1.0"
6
Require-Bundle: org.txm.concordance.rcp;bundle-version="1.0.0";visibility:=reexport,
7
 org.txm.core;bundle-version="0.7.0";visibility:=reexport,
8
 org.eclipse.ui;visibility:=reexport,
9
 org.eclipse.core.runtime;visibility:=reexport,
10
 org.txm.rcp;bundle-version="0.7.5";visibility:=reexport,
11
 org.eclipse.ui.browser;bundle-version="3.4.100";visibility:=reexport,
12
 org.eclipse.jface.databinding;bundle-version="1.6.200";visibility:=reexport,
13
 org.eclipse.jface.text;bundle-version="3.9.2";visibility:=reexport,
14
 org.txm.searchengine.core;bundle-version="1.0.0";visibility:=reexport,
15
 org.txm.searchengine.cqp.core;bundle-version="1.1.0";visibility:=reexport
16 16
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
17 17
Bundle-ActivationPolicy: lazy
18 18
Export-Package: org.txm.synopticedition.rcp.editors,
tmp/org.txm.internalview.rcp/build.properties (revision 810)
3 3
bin.includes = META-INF/,\
4 4
               .,\
5 5
               plugin.xml,\
6
               icons/
6
               icons/,\
7
               OSGI-INF/l10n/bundle.properties
tmp/org.txm.internalview.rcp/OSGI-INF/l10n/bundle.properties (revision 810)
1
#Properties file for org.txm.internalview.rcp
2
Bundle-Name = Internal View RCP
3
command.name = Internal View
4
command.tooltip = Internal view
0 5

  
tmp/org.txm.internalview.rcp/OSGI-INF/l10n/bundle_fr.properties (revision 810)
1
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
2
#Properties file for org.txm.internalview.rcp
3

  
4
Bundle-Name = Vue Interne RCP
5

  
6
command.name = Vue interne
7

  
8
command.tooltip = Vue interne
0 9

  
tmp/org.txm.internalview.rcp/plugin.xml (revision 810)
6 6
            categoryId="org.txm.rcp.category.txm"
7 7
            defaultHandler="org.txm.internalview.rcp.handlers.ComputeInternalView"
8 8
            id="org.txm.internalview.rcp.handlers.ComputeInternalView"
9
            name="Internal View"
9
            name="%command.name"
10 10
            returnTypeId="org.txm.internalview.core.functions.InternalView">
11 11
      </command>
12 12
   </extension>   <extension
13 13
         point="org.eclipse.ui.menus">
14 14
      <menuContribution
15 15
            allPopups="false"
16
            locationURI="toolbar:org.txm.rcp.toolbarcorpus?after=org.txm.information.rcp.handlers.ComputeInformation">
16
            locationURI="toolbar:org.txm.rcp.toolbarcorpus?after=org.txm.properties.rcp.handlers.ComputeProperties">
17 17
         <command
18 18
               commandId="org.txm.internalview.rcp.handlers.ComputeInternalView"
19 19
               icon="icons/internal_view.png"
......
28 28
      </menuContribution>
29 29
      <menuContribution
30 30
            allPopups="false"
31
            locationURI="popup:org.txm.rcp.views.corpora.CorporaView?after=org.txm.information.rcp.handlers.ComputeInformation">
31
            locationURI="popup:org.txm.rcp.views.corpora.CorporaView?after=org.txm.properties.rcp.handlers.ComputeProperties">
32 32
         <command
33 33
               commandId="org.txm.internalview.rcp.handlers.ComputeInternalView"
34 34
               icon="icons/internal_view.png"
......
42 42
         </command>
43 43
      </menuContribution>
44 44
      <menuContribution
45
            locationURI="menu:menu.corpus?after=org.txm.information.rcp.handlers.ComputeInformation">
45
            locationURI="menu:menu.corpus?after=org.txm.properties.rcp.handlers.ComputeProperties">
46 46
         <command
47 47
               commandId="org.txm.internalview.rcp.handlers.ComputeInternalView"
48 48
               icon="icons/internal_view.png"
49 49
               style="push"
50
               tooltip="Internal view">
50
               tooltip="%command.tooltip">
51 51
            <visibleWhen
52 52
                  checkEnabled="false">
53 53
               <reference
tmp/org.txm.internalview.rcp/META-INF/MANIFEST.MF (revision 810)
1 1
Manifest-Version: 1.0
2 2
Bundle-ManifestVersion: 2
3
Bundle-Name: InternalView RCP
3
Bundle-Name: %Bundle-Name
4 4
Bundle-SymbolicName: org.txm.internalview.rcp;singleton:=true
5 5
Bundle-Version: 1.0.0.qualifier
6 6
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
......
12 12
 org.txm.internalview.rcp.editors,
13 13
 org.txm.internalview.rcp.handlers,
14 14
 org.txm.internalview.rcp.messages
15
Bundle-ActivationPolicy: lazy

Formats disponibles : Unified diff