Skip to content

Commit

Permalink
Update to target.platform fixes cdk source bundles
Browse files Browse the repository at this point in the history
Also adds logging bundles to core test .launch
  • Loading branch information
goglepox committed Oct 1, 2013
1 parent ee47784 commit 4f51edf
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 132 deletions.
@@ -1,6 +1,14 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.pde.ui.JunitLaunchConfig">
<setAttribute key="additional_plugins"/>
<setAttribute key="additional_plugins">
<setEntry value="ch.qos.logback.classic:1.0.13:default:true"/>
<setEntry value="ch.qos.logback.core:1.0.13:default:true"/>
<setEntry value="jcl.over.slf4j:1.7.5:default:true"/>
<setEntry value="jul.to.slf4j:1.7.5:default:true"/>
<setEntry value="log4j.over.slf4j:1.7.5:default:true"/>
<setEntry value="org.slf4j.osgi-over-slf4j:1.7.5:default:true"/>
<setEntry value="slf4j.api:1.7.5:default:true"/>
</setAttribute>
<booleanAttribute key="append.args" value="true"/>
<booleanAttribute key="askclear" value="false"/>
<booleanAttribute key="automaticAdd" value="true"/>
Expand All @@ -22,6 +30,9 @@
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<mapAttribute key="org.eclipse.debug.core.preferred_launchers">
<mapEntry key="[run]" value="org.eclipse.pde.ui.JunitLaunchConfig"/>
</mapAttribute>
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
Expand All @@ -42,7 +53,7 @@
<setEntry value="org.eclipse.help:default"/>
<setEntry value="org.eclipse.rcp:default"/>
</setAttribute>
<booleanAttribute key="show_selected_only" value="false"/>
<booleanAttribute key="show_selected_only" value="true"/>
<stringAttribute key="testApplication" value="net.bioclipse.ui.application"/>
<booleanAttribute key="tracing" value="false"/>
<booleanAttribute key="useCustomFeatures" value="true"/>
Expand Down

0 comments on commit 4f51edf

Please sign in to comment.