Révision 882

tmp/org.txm.treetagger.rcp/src/org/txm/treetagger/rcp/handlers/Apply.java (revision 882)
19 19
import org.txm.rcp.commands.workspace.UpdateCorpus;
20 20
import org.txm.rcp.swt.widget.parameters.ParametersDialog;
21 21
import org.txm.rcp.utils.JobHandler;
22
import org.txm.scripts.teitxm.Annotate;
22
import org.txm.importer.xmltxm.Annotate;
23 23
import org.txm.searchengine.cqp.corpus.Corpus;
24 24
import org.txm.searchengine.cqp.corpus.MainCorpus;
25 25

  
tmp/org.txm.treetagger.rcp/META-INF/MANIFEST.MF (revision 882)
1 1
Manifest-Version: 1.0
2
Require-Bundle: org.eclipse.ui;visibility:=reexport,org.txm.treetagger
3
 .core;bundle-version="1.0.0";visibility:=reexport,org.eclipse.core.ru
4
 ntime;visibility:=reexport,org.eclipse.swt;visibility:=reexport,org.t
5
 xm.core;bundle-version="0.7.0";visibility:=reexport,org.txm.rcp;bundl
6
 e-version="0.7.8";visibility:=reexport,org.txm.libs.groovy-all;bundle
7
 -version="2.3.3";visibility:=reexport,org.txm.utils;bundle-version="1
8
 .0.0";visibility:=reexport
2
Require-Bundle: org.txm.treetagger.core;bundle-version="1.0.0";visibility:=reexport,
3
 org.txm.rcp;bundle-version="0.7.8";visibility:=reexport,
4
 org.txm.index.rcp;bundle-version="1.0.0";visibility:=reexport
9 5
Bundle-Vendor: Textometrie.org
10 6
Bundle-ActivationPolicy: lazy
11 7
Bundle-Version: 1.0.0.qualifier
tmp/org.txm.treetagger.core/.classpath (revision 882)
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<classpath>
3 3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
5
		<accessrules>
6
			<accessrule kind="accessible" pattern="**"/>
7
		</accessrules>
8
	</classpathentry>
5 9
	<classpathentry kind="src" path="src"/>
6 10
	<classpathentry kind="output" path="bin"/>
7 11
</classpath>
tmp/org.txm.treetagger.core/META-INF/MANIFEST.MF (revision 882)
1 1
Manifest-Version: 1.0
2
Require-Bundle: org.txm.utils;visibility:=reexport,org.eclipse.core.ru
3
 ntime;bundle-version="3.10.0";visibility:=reexport,org.txm.core;bundl
4
 e-version="0.8.0";visibility:=reexport
2
Require-Bundle: org.txm.core;bundle-version="0.8.0";visibility:=reexport
5 3
Export-Package: org.txm.treetagger.core.preferences
6 4
Bundle-ActivationPolicy: lazy
7 5
Bundle-Version: 1.0.0.qualifier
tmp/org.txm.textsbalance.core/.classpath (revision 882)
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<classpath>
3 3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
5
		<accessrules>
6
			<accessrule kind="accessible" pattern="**"/>
7
		</accessrules>
8
	</classpathentry>
5 9
	<classpathentry kind="src" path="src"/>
6 10
	<classpathentry kind="output" path="bin"/>
7 11
</classpath>
tmp/org.txm.textsbalance.core/META-INF/MANIFEST.MF (revision 882)
2 2
Export-Package: org.txm.textsbalance.core.chartsengine.jfreechart,org.
3 3
 txm.textsbalance.core.chartsengine.r,org.txm.textsbalance.core.functi
4 4
 ons,org.txm.textsbalance.core.preferences
5
Require-Bundle: org.txm.utils;bundle-version="1.0.0";visibility:=reexp
6
 ort,org.txm.searchengine.cqp.core;bundle-version="1.1.0";visibility:=
7
 reexport,org.eclipse.core.runtime;bundle-version="3.10.0";visibility:
8
 =reexport,org.txm.core;bundle-version="0.7.0";visibility:=reexport,or
9
 g.txm.chartsengine.core;bundle-version="1.0.0";visibility:=reexport,o
10
 rg.txm.chartsengine.jfreechart.core;bundle-version="1.0.0";visibility
11
 :=reexport,org.txm.chartsengine.r.core;bundle-version="1.0.0";visibil
12
 ity:=reexport,org.txm.searchengine.core;bundle-version="1.0.0";visibi
13
 lity:=reexport
5
Require-Bundle: org.txm.searchengine.cqp.core;bundle-version="1.1.0";visibility:=reexport,
6
 org.txm.chartsengine.jfreechart.core;bundle-version="1.0.0";visibility:=reexport,
7
 org.txm.chartsengine.r.core;bundle-version="1.0.0";visibility:=reexport
14 8
Bundle-Vendor: Textometrie.org
15 9
Bundle-Version: 1.0.0.qualifier
16 10
Bundle-Name: Texts Balance Core
tmp/org.txm.treetagger.feature/feature.xml (revision 882)
69 69
   </license>
70 70

  
71 71
   <requires>
72
      <import plugin="org.txm.utils"/>
73
      <import plugin="org.eclipse.core.runtime" version="3.10.0" match="greaterOrEqual"/>
74 72
      <import plugin="org.txm.core" version="0.8.0" match="greaterOrEqual"/>
75 73
      <import plugin="org.txm.treetagger.core" version="1.0.0" match="greaterOrEqual"/>
76
      <import plugin="org.eclipse.ui"/>
77
      <import plugin="org.eclipse.swt"/>
78
      <import plugin="org.txm.core" version="0.7.0" match="greaterOrEqual"/>
79 74
      <import plugin="org.txm.rcp" version="0.7.8" match="greaterOrEqual"/>
80
      <import plugin="org.txm.libs.groovy-all" version="2.3.3" match="greaterOrEqual"/>
81
      <import plugin="org.txm.utils" version="1.0.0" match="greaterOrEqual"/>
82 75
   </requires>
83 76

  
84 77
   <plugin
tmp/org.txm.wordcloud.core/.classpath (revision 882)
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<classpath>
3 3
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
4
	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
5
		<accessrules>
6
			<accessrule kind="accessible" pattern="**"/>
7
		</accessrules>
8
	</classpathentry>
5 9
	<classpathentry kind="src" path="src"/>
6 10
	<classpathentry kind="output" path="bin"/>
7 11
</classpath>
tmp/org.txm.wordcloud.core/META-INF/MANIFEST.MF (revision 882)
1 1
Manifest-Version: 1.0
2
Require-Bundle: org.txm.utils;bundle-version="1.0.0";visibility:=reexp
3
 ort,org.eclipse.core.runtime;bundle-version="3.10.0";visibility:=reex
4
 port,org.txm.core;bundle-version="0.7.0";visibility:=reexport,org.txm
5
 .chartsengine.core;bundle-version="1.0.0";visibility:=reexport,org.tx
6
 m.searchengine.cqp.core;bundle-version="1.1.0";visibility:=reexport,o
7
 rg.txm.statsengine.r.core;bundle-version="1.0.0";visibility:=reexport
8
 ,org.txm.chartsengine.jfreechart.core;bundle-version="1.0.0";visibili
9
 ty:=reexport,org.txm.statsengine.core;bundle-version="1.0.0";visibili
10
 ty:=reexport,org.txm.chartsengine.r.core;bundle-version="1.0.0";visib
11
 ility:=reexport,org.txm.index.core;bundle-version="1.0.0";visibility:
12
 =reexport
2
Require-Bundle: org.txm.chartsengine.jfreechart.core;bundle-version="1.0.0";visibility:=reexport,
3
 org.txm.chartsengine.r.core;bundle-version="1.0.0";visibility:=reexport,
4
 org.txm.index.core;bundle-version="1.0.0";visibility:=reexport
13 5
Export-Package: org.txm.wordcloud.core.chartsengine.jfreechart,org.txm
14 6
 .wordcloud.core.chartsengine.r,org.txm.wordcloud.core.functions,org.t
15 7
 xm.wordcloud.core.messages,org.txm.wordcloud.core.preferences

Formats disponibles : Unified diff