From 17fac6c1f74f7b1801050fb401713a7b83753add Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Wed, 28 Jan 2015 12:20:24 +1000 Subject: Add an IntelliJ module for the Pax Exam based OSGi tests We can now edit these in IntelliJ, as per the regular JUnit tests. --- src/intellij/scala-lang.ipr.SAMPLE | 1 + src/intellij/test-osgi.iml.SAMPLE | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/intellij/test-osgi.iml.SAMPLE (limited to 'src') diff --git a/src/intellij/scala-lang.ipr.SAMPLE b/src/intellij/scala-lang.ipr.SAMPLE index c0614c946c..0cd3fdae6a 100644 --- a/src/intellij/scala-lang.ipr.SAMPLE +++ b/src/intellij/scala-lang.ipr.SAMPLE @@ -218,6 +218,7 @@ + diff --git a/src/intellij/test-osgi.iml.SAMPLE b/src/intellij/test-osgi.iml.SAMPLE new file mode 100644 index 0000000000..a589aaa0a9 --- /dev/null +++ b/src/intellij/test-osgi.iml.SAMPLE @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3