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. --- build.xml | 5 +++-- src/intellij/scala-lang.ipr.SAMPLE | 1 + src/intellij/test-osgi.iml.SAMPLE | 23 +++++++++++++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 src/intellij/test-osgi.iml.SAMPLE diff --git a/build.xml b/build.xml index 02b98e66d8..4def1f595c 100755 --- a/build.xml +++ b/build.xml @@ -294,6 +294,7 @@ TODO: + @@ -1375,8 +1376,8 @@ TODO: - - + + 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