File: insubstantial-compatibility.patch

package info (click to toggle)
libskinlf-java 6.7-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,784 kB
  • ctags: 2,241
  • sloc: java: 16,664; xml: 353; makefile: 20; sh: 11
file content (14 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fixed the build failure caused by the switch from substance to insubstantial
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/src/com/l2fprod/gui/plaf/skin/LafPluginSupport.java
+++ b/src/com/l2fprod/gui/plaf/skin/LafPluginSupport.java
@@ -19,7 +19,7 @@
 
 import javax.swing.UIDefaults;
 
-import org.jvnet.lafplugin.ComponentPluginManager;
+import org.pushingpixels.lafplugin.ComponentPluginManager;
 
 /**
  * Implements support for the laf-plugin project.