@@ -2659,6 +2659,7 @@ Binary compatibility testing
2659
2659
<dependency groupId =" com.typesafe" artifactId =" mima-reporter_2.9.2" version =" 0.1.5-SNAPSHOT" />
2660
2660
</artifact : dependencies >
2661
2661
<artifact : dependencies pathId =" old.bc.classpath" >
2662
+ <dependency groupId =" org.scala-lang" artifactId =" scala-swing" version =" 2.10.0" />
2662
2663
<dependency groupId =" org.scala-lang" artifactId =" scala-library" version =" 2.10.0" />
2663
2664
<dependency groupId =" org.scala-lang" artifactId =" scala-reflect" version =" 2.10.0" />
2664
2665
</artifact : dependencies >
@@ -2695,6 +2696,21 @@ Binary compatibility testing
2695
2696
<path refid =" mima.classpath" />
2696
2697
</classpath >
2697
2698
</java >
2699
+ <java
2700
+ fork =" true"
2701
+ failonerror =" true"
2702
+ classname =" com.typesafe.tools.mima.cli.Main" >
2703
+ <arg value =" --prev" />
2704
+ <arg value =" ${ org.scala-lang:scala-swing:jar } " />
2705
+ <arg value =" --curr" />
2706
+ <arg value =" ${ build-pack.dir } /lib/scala-swing.jar" />
2707
+ <arg value =" --filters" />
2708
+ <arg value =" ${ basedir } /bincompat-backward.whitelist.conf" />
2709
+ <arg value =" --generate-filters" />
2710
+ <classpath >
2711
+ <path refid =" mima.classpath" />
2712
+ </classpath >
2713
+ </java >
2698
2714
<java
2699
2715
fork =" true"
2700
2716
failonerror =" true"
@@ -2725,6 +2741,21 @@ Binary compatibility testing
2725
2741
<path refid =" mima.classpath" />
2726
2742
</classpath >
2727
2743
</java >
2744
+ <java
2745
+ fork =" true"
2746
+ failonerror =" true"
2747
+ classname =" com.typesafe.tools.mima.cli.Main" >
2748
+ <arg value =" --curr" />
2749
+ <arg value =" ${ org.scala-lang:scala-swing:jar } " />
2750
+ <arg value =" --prev" />
2751
+ <arg value =" ${ build-pack.dir } /lib/scala-swing.jar" />
2752
+ <arg value =" --filters" />
2753
+ <arg value =" ${ basedir } /bincompat-forward.whitelist.conf" />
2754
+ <arg value =" --generate-filters" />
2755
+ <classpath >
2756
+ <path refid =" mima.classpath" />
2757
+ </classpath >
2758
+ </java >
2728
2759
</target >
2729
2760
2730
2761
0 commit comments