Added launch file, advanced WALA commit id and fixed typo in pom.xml.

This commit is contained in:
Michael Herzberg 2016-06-28 14:46:41 +01:00
parent 1e7083f698
commit 2bf48b3a60
3 changed files with 14 additions and 2 deletions

2
externals/WALA vendored

@ -1 +1 @@
Subproject commit 6508b75afb4e29bc64bb0319b70c8743731747f9
Subproject commit dd3409e1abad920751291a2c1d90f92b3fff69be

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="scala.application">
<listAttribute key="StepOutExcludePkgsOrClasses"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/eu.aniketos.dasca.crosslanguage.tests/src/main/scala/eu/aniketos/dasca/crosslanguage/tests/TestDriver.scala"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="eu.aniketos.dasca.crosslanguage.tests.TestDriver"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-mrfj src/main/resources"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="eu.aniketos.dasca.crosslanguage.tests"/>
</launchConfiguration>

View File

@ -44,4 +44,3 @@
</dependency>
</dependencies>
</project>
~