From 89bda83e0570ab87c6e449f5955613d5385e90b3 Mon Sep 17 00:00:00 2001 From: "alexanders@b2ef00c0-3703-41da-baef-cfe82387ac0c" Date: Wed, 3 Feb 2010 00:50:41 +0000 Subject: removed obsolete svn folder from hg tree --HG-- extra : convert_revision : svn%3Ab2ef00c0-3703-41da-baef-cfe82387ac0c/trunk%408 --- .../mozilla/javascript/tools/debugger/build.xml | 126 +++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 infrastructure/rhino1_7R1/toolsrc/org/mozilla/javascript/tools/debugger/build.xml (limited to 'infrastructure/rhino1_7R1/toolsrc/org/mozilla/javascript/tools/debugger/build.xml') diff --git a/infrastructure/rhino1_7R1/toolsrc/org/mozilla/javascript/tools/debugger/build.xml b/infrastructure/rhino1_7R1/toolsrc/org/mozilla/javascript/tools/debugger/build.xml new file mode 100644 index 0000000..c35fd40 --- /dev/null +++ b/infrastructure/rhino1_7R1/toolsrc/org/mozilla/javascript/tools/debugger/build.xml @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + import java.awt.Component; + +package org.mozilla.javascript.tools.debugger.downloaded; + + + + import java.awt.event.*; + + + + import java.awt.AWTEvent; + + + + import java.io.Serializable; + + + + import javax.swing.*; + + package org.mozilla.javascript.tools.debugger.downloaded; + import javax.swing.*; + + + + class ListToTreeSelectionModelWrapper + public class ListToTreeSelectionModelWrapper + + + ListSelectionModel getListSelectionModel + public ListSelectionModel getListSelectionModel + + + import java.awt.Rectangle; + + + + import javax.swing.tree.TreeModel; + + package org.mozilla.javascript.tools.debugger.downloaded; + import javax.swing.tree.TreeModel; + + + + import javax.swing.JTree; + + package org.mozilla.javascript.tools.debugger.downloaded; + import javax.swing.JTree; + + + + + + + + +The following targets are available with this build file: + + download Download ${swing-ex-url} + and extract the necessary files from it. + + help Print this help. + + + + + -- cgit v1.2.3