Created
May 2, 2014 07:24
-
-
Save CptMauli/ec6eda37734f0108510f to your computer and use it in GitHub Desktop.
a target platform for use with Eclipse SCADA
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<?pde version="3.8"?><target name="simple" sequenceNumber="12"> | |
<locations> | |
<location path="${env_var:ECLIPSE_432_HOME}" type="Profile"/> | |
<location path="${project_loc:builder_external}/builder/lib" type="Directory"/> | |
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> | |
<unit id="org.apache.commons.beanutils" version="1.8.0.v201205091237"/> | |
<unit id="org.apache.commons.collections" version="3.2.0.v2013030210310"/> | |
<unit id="com.google.guava" version="12.0.0.v201212092141"/> | |
<unit id="com.google.gson" version="2.1.0.v201303041604"/> | |
<unit id="com.jcraft.jzlib" version="1.1.1.v201205102305"/> | |
<unit id="org.apache.mina.core" version="2.0.7.v201401071602"/> | |
<unit id="org.apache.mina.filter.compression" version="2.0.7.v201401141305"/> | |
<unit id="org.h2" version="1.3.168.v201212121212"/> | |
<unit id="osgi.enterprise" version="4.2.0.v201108120515"/> | |
<unit id="org.apache.commons.pool" version="1.6.0.v201204271246"/> | |
<unit id="org.apache.commons.dbcp" version="1.4.0.v201204271417"/> | |
<unit id="org.apache.poi" version="3.9.0.v201311301327"/> | |
<unit id="org.apache.commons.io" version="2.0.1.v201105210651"/> | |
<unit id="org.apache.commons.httpclient" version="3.1.0.v201012070820"/> | |
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20140227085123/repository/"/> | |
</location> | |
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> | |
<unit id="org.eclipse.gemini.dbaccess.h2.feature.feature.group" version="1.1.0.RELEASE"/> | |
<repository location="http://download.eclipse.org/gemini/updates/dbaccess/1.1.0"/> | |
</location> | |
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> | |
<unit id="org.eclipse.acceleo.source.feature.group" version="3.4.2.201401221203"/> | |
<unit id="org.eclipse.emf.eef.codegen.ecore-feature.feature.group" version="1.2.0.201301111054"/> | |
<unit id="org.eclipse.acceleo.feature.group" version="3.4.2.201401221203"/> | |
<unit id="org.eclipse.wst.jsdt.feature.feature.group" version="1.5.2.v201401171657-7H7FFhXFC7sReuSlgtfhew"/> | |
<unit id="org.eclipse.uml2.sdk.feature.group" version="4.1.2.v20140202-2055"/> | |
<unit id="org.eclipse.emf.validation.sdk.feature.group" version="1.7.0.201306111341"/> | |
<unit id="org.eclipse.ocl.all.sdk.feature.group" version="4.1.1.v20140210-1137"/> | |
<unit id="org.eclipse.gef.sdk.feature.group" version="3.9.1.201308190730"/> | |
<unit id="org.eclipse.wst.xml_ui.feature.feature.group" version="3.5.2.v201401062113-7H7IFizDxumVu0K6bjdPjXRkoz0FiUYMnSyT9PL"/> | |
<unit id="org.eclipse.ecf.core.feature.group" version="3.6.1.v20130605-1748"/> | |
<unit id="org.eclipse.emf.sdk.feature.group" version="2.9.2.v20140203-1126"/> | |
<repository location="http://download.eclipse.org/releases/kepler/"/> | |
</location> | |
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit"> | |
<unit id="com.eclipsesource.jaxrs.connector.feature.feature.group" version="3.3.0.201403131322"/> | |
<repository location="http://hstaudacher.github.io/osgi-jax-rs-connector"/> | |
</location> | |
<location path="${project_loc:/com.thfour.eoncr.pvscada.configurator}/lib" type="Directory"/> | |
</locations> | |
</target> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment