Skip to content

Commit

Permalink
Removed nonexistent property test.
Browse files Browse the repository at this point in the history
Fixed #1001214.
  • Loading branch information
dragos committed Oct 11, 2012
1 parent 8f585dd commit 7aa4b87
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions org.scala-ide.sdt.core/plugin.xml
Expand Up @@ -813,13 +813,10 @@
<count value="1"/>
<iterate>
<adapt type="org.eclipse.jdt.core.IJavaElement">
<test property="org.eclipse.debug.ui.matchesPattern" value="*.scala"/>
<test property="org.eclipse.jdt.core.isInJavaProject"/>
<test property="org.eclipse.jdt.core.hasTypeOnClasspath" value="junit.framework.Test"/>
<or>
<test property="scala.tools.eclipse.launching.canLaunchAsJUnit" forcePluginActivation="true"/>
<test property="scala.tools.eclipse.launching.junit.canLaunchAsJUnit" forcePluginActivation="true"/>
</or>
<test property="org.eclipse.debug.ui.matchesPattern" value="*.scala"/>
<test property="org.eclipse.jdt.core.isInJavaProject"/>
<test property="org.eclipse.jdt.core.hasTypeOnClasspath" value="junit.framework.Test"/>
<test property="scala.tools.eclipse.launching.canLaunchAsJUnit" forcePluginActivation="true"/>
</adapt>
</iterate>
</with>
Expand Down

0 comments on commit 7aa4b87

Please sign in to comment.