From: Gabriele Giacone <1o5g4r8o@gmail.com>
Subject: Compile against Debian libtablelayout-java
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: jas-plotter/src/main/java/jas/hist/JASHistPropertyDialog.java
===================================================================
--- jas-plotter.orig/src/main/java/jas/hist/JASHistPropertyDialog.java
+++ jas-plotter/src/main/java/jas/hist/JASHistPropertyDialog.java
@@ -46,7 +46,7 @@ import javax.swing.event.ChangeEvent;
 import javax.swing.event.ChangeListener;
 import javax.swing.event.ListSelectionEvent;
 import javax.swing.event.ListSelectionListener;
-import tablelayout.TableLayout;
+import org.debian.tablelayout.TableLayout;
 
 
 public final class JASHistPropertyDialog extends PropertyDialog
Index: jas-plotter/pom.xml
===================================================================
--- jas-plotter.orig/pom.xml
+++ jas-plotter/pom.xml
@@ -48,7 +48,11 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-   </dependency>
+    </dependency>
+    <dependency>
+      <groupId>org.debian</groupId>
+      <artifactId>tablelayout</artifactId>
+    </dependency>
   </dependencies>
 
   <scm>
