From c32ba936ac4f7c0e9f815fadeec84294354567be Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Tue, 30 Jun 2015 11:15:50 -0700 Subject: SI-9370 Xplugin scans plugin path for descriptor Keep on scanning if the first entry doesn't yield a plugin.xml descriptor. --- test/files/pos/t9370/sample_2.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/pos/t9370/sample_2.scala (limited to 'test/files/pos/t9370/sample_2.scala') diff --git a/test/files/pos/t9370/sample_2.scala b/test/files/pos/t9370/sample_2.scala new file mode 100644 index 0000000000..7eb11b8204 --- /dev/null +++ b/test/files/pos/t9370/sample_2.scala @@ -0,0 +1,6 @@ + +package sample + +// just a sample that is compiled with the explosive plugin disabled +object Sample extends App { +} -- cgit v1.2.3