2015-10-22 00:05:29 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?pde version="3.5"?>
|
|
|
|
|
2021-11-27 15:39:07 +01:00
|
|
|
<product name="SCViewer" uid="product" id="com.minres.scviewer.e4.application.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="2.15.0" useFeatures="true" includeLaunchers="true">
|
2017-01-22 14:05:42 +01:00
|
|
|
|
2015-10-22 00:05:29 +02:00
|
|
|
<configIni use="default">
|
|
|
|
</configIni>
|
|
|
|
|
|
|
|
<launcherArgs>
|
2020-06-11 14:34:14 +02:00
|
|
|
<programArgs>-clearPersistedState
|
|
|
|
</programArgs>
|
2021-02-18 09:14:12 +01:00
|
|
|
<vmArgs>-Xms64m -Xmx2G -Dosgi.instance.area=@user.home/.scviewer -Dosgi.instance.area.default=@user.home/.scviewer --add-modules=ALL-SYSTEM -Dfile.encoding=UTF-8
|
2020-06-11 14:34:14 +02:00
|
|
|
</vmArgs>
|
|
|
|
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
|
|
|
|
</vmArgsMac>
|
2015-10-22 00:05:29 +02:00
|
|
|
</launcherArgs>
|
|
|
|
|
2017-01-22 14:05:42 +01:00
|
|
|
<windowImages/>
|
|
|
|
|
2015-10-22 22:12:18 +02:00
|
|
|
<launcher name="scviewer">
|
|
|
|
<linux icon="icons/SCViewer_512x512.xpm"/>
|
|
|
|
<macosx icon="icons/SCViewer.icns"/>
|
2017-01-22 14:52:06 +01:00
|
|
|
<win useIco="true">
|
|
|
|
<ico path="icons/SCViewer.ico"/>
|
2015-10-22 22:12:18 +02:00
|
|
|
<bmp
|
|
|
|
winSmallHigh="icons/SCViewer_16x16@32.bmp"
|
|
|
|
winSmallLow="icons/SCViewer_16x16@8.bmp"
|
|
|
|
winMediumHigh="icons/SCViewer_32x32@32.bmp"
|
|
|
|
winMediumLow="icons/SCViewer_32x32@8.bmp"
|
|
|
|
winLargeHigh="icons/SCViewer_48x48@32.bmp"
|
|
|
|
winLargeLow="icons/SCViewer_48x48@8.bmp"
|
|
|
|
winExtraLargeHigh="icons/SCViewer_256x256@32.bmp"/>
|
2015-10-22 00:05:29 +02:00
|
|
|
</win>
|
|
|
|
</launcher>
|
|
|
|
|
|
|
|
<vm>
|
2021-02-18 09:14:12 +01:00
|
|
|
<linux include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</linux>
|
|
|
|
<macos include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</macos>
|
|
|
|
<windows include="true">org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11</windows>
|
2015-10-22 00:05:29 +02:00
|
|
|
</vm>
|
|
|
|
|
2017-01-23 21:35:52 +01:00
|
|
|
<license>
|
|
|
|
<url>http://www.eclipse.org/legal/epl-v10.html</url>
|
|
|
|
</license>
|
|
|
|
|
2015-10-22 00:05:29 +02:00
|
|
|
<plugins>
|
|
|
|
</plugins>
|
|
|
|
|
2020-06-11 14:34:14 +02:00
|
|
|
<features>
|
|
|
|
<feature id="com.minres.scviewer.e4.feature" installMode="root"/>
|
2020-06-21 12:21:30 +02:00
|
|
|
<feature id="com.minres.scviewer.e4.platform.feature" installMode="root"/>
|
2020-11-10 21:02:34 +01:00
|
|
|
<feature id="org.eclipse.equinox.p2.core.feature" installMode="root"/>
|
2021-01-10 13:25:20 +01:00
|
|
|
<feature id="org.eclipse.emf.ecore" installMode="root"/>
|
|
|
|
<feature id="org.eclipse.emf.common" installMode="root"/>
|
|
|
|
<feature id="org.eclipse.ecf.core.feature" installMode="root"/>
|
|
|
|
<feature id="org.eclipse.ecf.filetransfer.httpclient45.feature" installMode="root"/>
|
|
|
|
<feature id="org.eclipse.ecf.filetransfer.feature" installMode="root"/>
|
|
|
|
<feature id="org.eclipse.ecf.core.ssl.feature" installMode="root"/>
|
|
|
|
<feature id="com.minres.scviewer.ui.feature" installMode="root"/>
|
|
|
|
<feature id="org.eclipse.ecf.filetransfer.ssl.feature" installMode="root"/>
|
|
|
|
<feature id="org.eclipse.equinox.executable" installMode="root"/>
|
|
|
|
<feature id="com.minres.scviewer.database.feature" installMode="root"/>
|
|
|
|
<feature id="org.eclipse.e4.rcp" installMode="root"/>
|
|
|
|
<feature id="com.opcoach.e4.preferences.feature" installMode="root"/>
|
2020-06-11 14:34:14 +02:00
|
|
|
</features>
|
|
|
|
|
2020-06-14 15:27:27 +02:00
|
|
|
<configurations>
|
2020-06-14 21:59:42 +02:00
|
|
|
<plugin id="com.minres.scviewer.database.text" autoStart="true" startLevel="2" />
|
|
|
|
<plugin id="com.minres.scviewer.database.vcd" autoStart="true" startLevel="2" />
|
2020-06-14 15:27:27 +02:00
|
|
|
<plugin id="org.apache.felix.scr" autoStart="true" startLevel="1" />
|
|
|
|
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
|
|
|
|
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
|
2020-06-14 21:59:42 +02:00
|
|
|
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
|
2020-06-14 15:27:27 +02:00
|
|
|
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
|
|
|
|
<plugin id="org.eclipse.osgi" autoStart="true" startLevel="-1" />
|
|
|
|
</configurations>
|
2015-10-22 00:05:29 +02:00
|
|
|
|
2020-03-25 23:01:28 +01:00
|
|
|
<preferencesInfo>
|
|
|
|
<targetfile overwrite="false"/>
|
|
|
|
</preferencesInfo>
|
|
|
|
|
|
|
|
<cssInfo>
|
2020-05-09 14:20:29 +02:00
|
|
|
<file path="/com.minres.scviewer.e4.application/css/default.css"/>
|
2020-03-25 23:01:28 +01:00
|
|
|
</cssInfo>
|
|
|
|
|
2015-10-22 00:05:29 +02:00
|
|
|
</product>
|