Révision 1952

tmp/org.txm.rcp.feature/TXM.sh (revision 1952)
1
chmod +x .main
2
sh .main -standalone
tmp/org.txm.rcp.feature/win/TXM.bat (revision 1952)
36 36
echo "TXM: getting install date from %installdir%STAMP and %DOTTXM%STAMP files" 
37 37
Fc "%installdir%STAMP" "%DOTTXM%STAMP" 
38 38

  
39
echo "TXM: Preparing redirections in %USERHOME%/TXMPostInstallOutputLogs.txt and %USERHOME%/TXMPostInstallErrorLogs.txt files."
40

  
41

  
39 42
IF errorlevel 1 (goto :install) else (goto :run)
40 43

  
41 44
:install
42 45

  
46
(
43 47
echo "New TXM install: it's the first launch after the installation." 
44 48
del "%temp%\org.txm.rcpapplication.prefs" 
45 49
copy "%DOTTXM%configuration\.settings\org.txm.rcpapplication.prefs" "%temp%\org.txm.rcpapplication.prefs" 
......
68 72

  
69 73
copy "%installdir%STAMP" "%DOTTXM%STAMP" 
70 74
IF errorlevel 1 (echo "TXM: failed to copy %DOTTXM%STAMP file")
75
) >"%USERHOME%\TXMPostInstallOutputLogs.txt" 2>"%USERHOME%\TXMPostInstallErrorLogs.txt"
71 76

  
72 77
:run
73

  
78
(
74 79
set _JAVA_OPTIONS=-Duser.home="%USERHOME%"
75 80
echo running "%installdir%TXM.exe" -run --launcher.ini "%DOTTXM%TXM.ini" %ARGS% -data "%DOTTXM%data" -user "%DOTTXM%user" -install "%installdir%"
76 81
REM "%installdir%TXM.exe" -run --launcher.ini "%DOTTXM%TXM.ini" %ARGS% -user "%DOTTXM%user" -install "%installdir%"
82
) >"%USERHOME%\TXMPostInstallOutputLogs.txt" 2>"%USERHOME%\TXMPostInstallErrorLogs.txt"
83

  
77 84
"%installdir%TXM.exe" -run --launcher.ini "%DOTTXM%TXM.ini" %ARGS% -configuration "%DOTTXM%configuration" -user "%DOTTXM%user" -install "%installdir%\"
tmp/org.txm.rcp.feature/feature.xml (revision 1952)
12 12

  
13 13
   <copyright url="http://www.example.com/copyright">
14 14
      TXM 0.8.0
15
Copyright © 2013-2018 ENS de Lyon, University of Franche-Comté.
15
Copyright © 2013-2019 ENS de Lyon, University of Franche-Comté.
16 16
Copyright © 2010-2013 ENS de Lyon.
17 17
Copyright © 2007-2010 ENS de Lyon, CNRS, INRP, University of
18 18
Lyon 2, University of Franche-Comté, University of Nice
......
182 182
         version="0.0.0"
183 183
         optional="true"/>
184 184

  
185
   <includes
186
         id="org.eclipse.babel.nls_eclipse_fr"
187
         version="0.0.0"/>
188

  
185 189
   <requires>
186 190
      <import plugin="org.eclipse.core.runtime" version="3.10.0" match="greaterOrEqual"/>
187 191
      <import plugin="org.eclipse.osgi.util" version="3.2.0" match="greaterOrEqual"/>
188 192
      <import plugin="org.eclipse.core.net"/>
189 193
      <import plugin="org.eclipse.osgi" version="3.10.2" match="greaterOrEqual"/>
194
      <import plugin="org.eclipse.ui.workbench"/>
190 195
      <import plugin="org.eclipse.core.commands" version="3.6.100" match="greaterOrEqual"/>
191 196
      <import plugin="org.eclipse.core.resources"/>
197
      <import plugin="org.txm.libs.hsqldb" version="1.0.0" match="greaterOrEqual"/>
192 198
      <import plugin="org.apache.xerces" version="2.9.0" match="greaterOrEqual"/>
193 199
      <import plugin="org.eclipse.ui" version="3.106.1" match="greaterOrEqual"/>
194 200
      <import plugin="org.eclipse.core.filesystem" version="1.2.0" match="greaterOrEqual"/>
......
225 231
      <import plugin="org.eclipse.ui.views" version="3.9.0" match="greaterOrEqual"/>
226 232
      <import plugin="org.txm.groovy.core"/>
227 233
      <import plugin="org.txm.treetagger.core"/>
234
      <import plugin="org.eclipse.equinox.p2.discovery.compatibility" version="1.0.201" match="greaterOrEqual"/>
235
      <import plugin="org.eclipse.e4.ui.workbench.renderers.swt"/>
228 236
      <import plugin="org.eclipse.osgi.util" version="3.3.0" match="greaterOrEqual"/>
229 237
      <import plugin="org.eclipse.core.net" version="1.2.200" match="greaterOrEqual"/>
230
      <import plugin="org.eclipse.core.runtime" version="3.6.0" match="compatible"/>
231
      <import plugin="org.eclipse.help" version="3.2.0" match="compatible"/>
232
      <import plugin="org.eclipse.jface" version="3.9.0" match="compatible"/>
233
      <import plugin="org.eclipse.swt" version="3.101.0" match="compatible"/>
234
      <import plugin="org.eclipse.jface.databinding" version="1.3.0" match="compatible"/>
235
      <import plugin="org.eclipse.core.databinding.property" version="1.2.0" match="compatible"/>
236
      <import plugin="org.eclipse.core.databinding.observable" version="1.2.0" match="compatible"/>
237
      <import plugin="org.eclipse.e4.core.services" version="1.0.0" match="greaterOrEqual"/>
238
      <import plugin="org.eclipse.e4.core.contexts" version="1.0.0" match="greaterOrEqual"/>
239
      <import plugin="org.eclipse.e4.core.di" version="1.1.0" match="greaterOrEqual"/>
240
      <import plugin="org.eclipse.e4.ui.workbench.swt" version="0.9.1" match="greaterOrEqual"/>
241
      <import plugin="org.eclipse.e4.ui.di" version="0.9.0" match="greaterOrEqual"/>
242
      <import plugin="org.eclipse.e4.ui.model.workbench" version="0.9.1" match="greaterOrEqual"/>
243
      <import plugin="org.eclipse.e4.ui.css.swt.theme" version="0.9.0" match="greaterOrEqual"/>
244
      <import plugin="org.eclipse.e4.ui.bindings" version="0.9.0" match="greaterOrEqual"/>
245
      <import plugin="org.eclipse.e4.ui.css.swt" version="0.9.1" match="greaterOrEqual"/>
246
      <import plugin="org.eclipse.e4.ui.css.core" version="0.9.0" match="greaterOrEqual"/>
247
      <import plugin="org.eclipse.e4.ui.workbench3" version="0.12.0" match="greaterOrEqual"/>
248
      <import plugin="org.eclipse.e4.ui.workbench.addons.swt" version="0.10.0" match="greaterOrEqual"/>
249
      <import plugin="org.eclipse.emf.ecore" version="2.7.0" match="greaterOrEqual"/>
250
      <import plugin="org.eclipse.e4.ui.services"/>
251
      <import plugin="org.eclipse.emf.ecore.xmi" version="2.11.0" match="greaterOrEqual"/>
252
      <import plugin="org.eclipse.e4.core.di.extensions" version="0.13.0" match="greaterOrEqual"/>
253
      <import plugin="org.eclipse.swt" version="3.6.0" match="compatible"/>
254
      <import plugin="org.eclipse.equinox.common" version="3.6.0" match="compatible"/>
255
      <import plugin="org.w3c.css.sac" version="1.3.0" match="greaterOrEqual"/>
256
      <import plugin="org.eclipse.equinox.registry" version="3.5.0" match="compatible"/>
257
      <import plugin="org.eclipse.equinox.preferences" version="3.3.0" match="compatible"/>
258
      <import plugin="org.eclipse.core.runtime" version="3.8.0" match="greaterOrEqual"/>
259 238
      <import plugin="org.txm.chartsengine.rcp" version="1.0.0" match="greaterOrEqual"/>
260 239
      <import plugin="org.txm.chartsengine.core" version="1.0.0" match="greaterOrEqual"/>
261 240
      <import plugin="javax.persistence" version="2.1.0" match="greaterOrEqual"/>
......
264 243
      <import plugin="org.txm.annotation.kr.core" version="1.0.0" match="greaterOrEqual"/>
265 244
      <import plugin="org.txm.annotation.rcp" version="1.0.0" match="greaterOrEqual"/>
266 245
      <import plugin="org.txm.concordance.rcp" version="1.0.0" match="greaterOrEqual"/>
267
      <import plugin="org.txm.libs.hsqldb" version="1.0.0" match="greaterOrEqual"/>
268
      <import plugin="org.eclipse.equinox.p2.discovery.compatibility" version="1.0.201" match="greaterOrEqual"/>
269
      <import plugin="org.eclipse.e4.ui.workbench.renderers.swt"/>
270 246
      <import plugin="org.txm.edition.rcp" version="1.0.0" match="greaterOrEqual"/>
247
      <import feature="org.eclipse.babel.nls_eclipse_fr" version="4.7.0.v20190126095834"/>
271 248
   </requires>
272 249

  
273 250
   <plugin
......
337 314
         version="1.0.0.qualifier"/>
338 315

  
339 316
   <plugin
340
         id="org.eclipse.ui.workbench"
341
         download-size="0"
342
         install-size="0"
343
         version="0.0.0"
344
         unpack="false"/>
345

  
346
   <plugin
347
         id="org.eclipse.ui.themes"
348
         download-size="0"
349
         install-size="0"
350
         version="0.0.0"/>
351

  
352
   <plugin
353
         id="org.eclipse.e4.ui.css.swt.theme"
354
         download-size="0"
355
         install-size="0"
356
         version="0.0.0"
357
         unpack="false"/>
358

  
359
   <plugin
360 317
         id="org.txm.chartsengine.core"
361 318
         download-size="0"
362 319
         install-size="0"

Formats disponibles : Unified diff