Skip to content

Commit

Permalink
Update test_site dependencies and add to test launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
goglepox committed Sep 4, 2015
1 parent b7aaa68 commit 6bbb0ea
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
@@ -1,7 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.pde.ui.JunitLaunchConfig">
<setAttribute key="additional_plugins">
<setEntry value="com.google.guava:17.0.0:default:true"/>
<setEntry value="org.apache.commons.math:3.0.0:default:true"/>
<setEntry value="org.eclipse.swt:3.103.0.v20140605-2008:default:true"/>
<setEntry value="org.hamcrest.core:1.3.0.v201303031735:default:true"/>
<setEntry value="org.jama:1.0.2:default:true"/>
<setEntry value="org.junit:4.11.0.v201303080030:default:true"/>
<setEntry value="signatures:1.1.0:default:true"/>
</setAttribute>
<booleanAttribute key="append.args" value="true"/>
<booleanAttribute key="askclear" value="false"/>
Expand Down Expand Up @@ -34,6 +40,7 @@
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="net.bioclipse.chemoinformatics.test"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dorg.osgi.framework.system.capabilities=&quot;osgi.ee; osgi.ee=\&quot;OSGi/Minimum\&quot;; version:List&lt;Version&gt;=\&quot;1.0, 1.1, 1.2\&quot;,osgi.ee; osgi.ee=\&quot;JRE\&quot;; version:List&lt;Version&gt;=\&quot;1.0, 1.1\&quot;,osgi.ee; osgi.ee=\&quot;JavaSE\&quot;; version:List&lt;Version&gt;=\&quot;1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7\&quot;&quot;"/>
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="net.bioclipse.ui.product"/>
<booleanAttribute key="run_in_ui_thread" value="true"/>
Expand Down
Expand Up @@ -5,7 +5,15 @@
xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
<dependencies>
<dependency name="org.xmlpull.xpp3" componentType="osgi.bundle" />
<dependency name="org.apache.commons.math" componentType="osgi.bundle"/>
<dependency name="org.eclipse.wst.web_core.feature" componentType="eclipse.feature"/>
<dependency name="org.hamcrest.core" componentType="osgi.bundle"/>
<dependency name="org.jama" componentType="osgi.bundle"/>
<dependency name="org.eclipse.jface" componentType="osgi.bundle"/>
<dependency name="com.google.guava" componentType="osgi.bundle" />
<dependency name="org.junit" componentType="osgi.bundle"/>
<dependency name="signatures" componentType="osgi.bundle"/>
<!-- <dependency name="org.slf4j.api" componentType="osgi.bundle"/> -->
</dependencies>
<generators>
<!-- Place your Generators here -->
Expand Down
3 changes: 2 additions & 1 deletion plugins/net.bioclipse.cml/META-INF/MANIFEST.MF
Expand Up @@ -13,7 +13,8 @@ Require-Bundle: org.eclipse.core.runtime,
net.bioclipse.ui,
org.eclipse.swt,
org.eclipse.ui,
org.xmlpull.xpp3;bundle-version="1.1.4"
org.xmlpull.xpp3;bundle-version="1.1.4",
org.eclipse.wst.xml.core;bundle-version="1.1.900"
Bundle-ClassPath: .
Bundle-Activator: net.bioclipse.cml.managers.Activator
Bundle-ActivationPolicy: lazy
Expand Down

0 comments on commit 6bbb0ea

Please sign in to comment.