| <?xml version="1.0" encoding="UTF-8"?> |
| <?pde version="3.5"?> |
| <!-- |
| #=============================================================================# |
| # Copyright (c) 2009, 2021 Stephan Wahlbrink and others. |
| # |
| # This program and the accompanying materials are made available under the |
| # terms of the Eclipse Public License 2.0 which is available at |
| # https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 |
| # which is available at https://www.apache.org/licenses/LICENSE-2.0. |
| # |
| # SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 |
| # |
| # Contributors: |
| # Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation |
| #=============================================================================# |
| --> |
| |
| <product uid="rcpdemo" id="org.eclipse.statet.rj.example.rcpdemo2.product" |
| version="4.3.1.qualifier" |
| application="org.eclipse.statet.rj.example.rcpdemo2.application" |
| name="RServi RCP Demo" |
| useFeatures="true" |
| includeLaunchers="true"> |
| |
| <configIni use="default"> |
| </configIni> |
| |
| <launcherArgs> |
| <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts |
| </vmArgsMac> |
| </launcherArgs> |
| |
| <windowImages i16="icons/eclipse16.png" i32="icons/eclipse32.png" i48="icons/eclipse48.png" i64="icons/eclipse64.png" i128=" icons/eclipse128.png" i256="icons/eclipse256.png"/> |
| |
| <splash |
| startupProgressRect="20,190,415,15" |
| startupMessageRect="20,210,415,20" |
| startupForegroundColor="000000" /> |
| |
| <features> |
| <feature id="org.eclipse.rcp"/> |
| <feature id="org.eclipse.e4.rcp"/> |
| <feature id="org.eclipse.emf.ecore"/> |
| <feature id="org.eclipse.emf.common"/> |
| <feature id="org.eclipse.statet.rj.example.rcpdemo2"/> |
| <feature id="org.eclipse.statet.rj.eclient"/> |
| <feature id="org.eclipse.statet.rj.core"/> |
| </features> |
| |
| <configurations> |
| <plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" /> |
| <plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" /> |
| <plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" /> |
| <plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" /> |
| <plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" /> |
| </configurations> |
| |
| <preferencesInfo> |
| <targetfile overwrite="false"/> |
| </preferencesInfo> |
| |
| <cssInfo> |
| </cssInfo> |
| |
| </product> |