summaryrefslogtreecommitdiff
path: root/src/jline/src/site
diff options
context:
space:
mode:
Diffstat (limited to 'src/jline/src/site')
-rw-r--r--src/jline/src/site/apt/building.apt39
-rw-r--r--src/jline/src/site/apt/downloads.apt39
-rw-r--r--src/jline/src/site/docbook/index.xml492
-rw-r--r--src/jline/src/site/fml/faq.fml26
-rwxr-xr-xsrc/jline/src/site/resources/css/site.css311
-rwxr-xr-xsrc/jline/src/site/resources/images/collapsed.pngbin222 -> 0 bytes
-rwxr-xr-xsrc/jline/src/site/resources/images/dotted.pngbin190 -> 0 bytes
-rwxr-xr-xsrc/jline/src/site/resources/images/expanded.pngbin198 -> 0 bytes
-rwxr-xr-xsrc/jline/src/site/resources/images/external.pngbin223 -> 0 bytes
-rw-r--r--src/jline/src/site/resources/images/ico_file_pdf.pngbin280 -> 0 bytes
-rw-r--r--src/jline/src/site/resources/images/logo.jpgbin4121 -> 0 bytes
-rwxr-xr-xsrc/jline/src/site/resources/images/newwindow.pngbin224 -> 0 bytes
-rw-r--r--src/jline/src/site/site.xml40
13 files changed, 0 insertions, 947 deletions
diff --git a/src/jline/src/site/apt/building.apt b/src/jline/src/site/apt/building.apt
deleted file mode 100644
index a09137873a..0000000000
--- a/src/jline/src/site/apt/building.apt
+++ /dev/null
@@ -1,39 +0,0 @@
- ------
- jline
- ------
-
-Building JLine
-
- Building JLine requires an installation of {{{http://maven.apache.org/}Maven 2}}.
-
- Source code is included in the JLine distribution, or can be checked out from CVS as described {{{source-repository.html}here}}.
-
-Maven Repository
-
- If you are using Maven 2, you can add JLine as an automatic dependency by adding the following to your project's pom.xml file:
-
-+--------------------------------+
-
- <repositories>
- ...
- <repository>
- <id>jline</id>
- <name>JLine Project Repository</name>
- <url>http://jline.sourceforge.net/m2repo</url>
- </repository>
- </repositories>
- <dependencies>
- ...
- <dependency>
- <groupId>jline</groupId>
- <artifactId>jline</artifactId>
- <version>0.9.9</version>
- </dependency>
- </dependencies>
-
-+--------------------------------+
-
-
-
-
-
diff --git a/src/jline/src/site/apt/downloads.apt b/src/jline/src/site/apt/downloads.apt
deleted file mode 100644
index de90db9595..0000000000
--- a/src/jline/src/site/apt/downloads.apt
+++ /dev/null
@@ -1,39 +0,0 @@
- ------
- jline
- ------
-
-Download JLine
-
- JLine packages can be downloaded from:
-
- {{{http://sourceforge.net/project/showfiles.php?group_id=64033}http://sourceforge.net/project/showfiles.php?group_id=64033}}
-
-
-Maven Repository
-
- If you are using Maven 2, you can add JLine as an automatic dependency by adding the following to your project's pom.xml file:
-
-+--------------------------------+
-
- <repositories>
- ...
- <repository>
- <id>jline</id>
- <name>JLine Project Repository</name>
- <url>http://jline.sourceforge.net/m2repo</url>
- </repository>
- </repositories>
- <dependencies>
- ...
- <dependency>
- <groupId>jline</groupId>
- <artifactId>jline</artifactId>
- <version>0.9.9</version>
- </dependency>
- </dependencies>
-
-+--------------------------------+
-
-
-
-
diff --git a/src/jline/src/site/docbook/index.xml b/src/jline/src/site/docbook/index.xml
deleted file mode 100644
index c68b42f1e9..0000000000
--- a/src/jline/src/site/docbook/index.xml
+++ /dev/null
@@ -1,492 +0,0 @@
-<!DOCTYPE book
- PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
- "http://www.docbook.org/xml/4.1.2/docbookx.dtd">
-
-<book>
- <bookinfo>
- <title>
- JLine
- </title>
- <copyright>
- <year>2002, 2003, 2004, 2005, 2006, 2007</year>
- <holder>Marc Prud'hommeaux</holder>
- </copyright>
- </bookinfo>
- <part id="manual">
- <title>JLine Manual</title>
-
- <chapter id="introduction">
- <title>Introduction</title>
- <para>
- JLine is a Java library for handling console input.
- It is similar in functionality to BSD editline and GNU
- readline. People familiar with the readline/editline
- capabilities for modern shells (such as bash and tcsh) will
- find most of the command editing features of JLine to
- be familiar.
- </para>
- </chapter>
-
- <chapter id="license">
- <title>License and Terms of Use</title>
- <para>
- JLine is distributed under the BSD license, meaning that
- you are completely free to redistribute, modify, or sell it
- with almost no restrictins.
- For more information on the BSD license, see
- <ulink url="http://www.opensource.org/licenses/bsd-license.php"
- >http://www.opensource.org/licenses/bsd-license.php</ulink>.
- </para>
- <para>
- For information on obtaining the software under another
- license, contact the copyright holder:
- <ulink url="mailto:mwp1@cornell.edu">mwp1@cornell.edu</ulink>.
- </para>
- </chapter>
-
- <chapter id="obtaining">
- <title>Obtaining JLine</title>
- <para>
- JLine is hosted on SourceForge, and is located at
- <ulink url="http://jline.sf.net">http://jline.sf.net</ulink>.
- The latest release can be downloaded from
- <ulink url=
- "http://sourceforge.net/project/showfiles.php?group_id=64033">http://sourceforge.net/project/showfiles.php?group_id=64033</ulink>.
- API documentation can be found in the
- <ulink url="apidocs">apidocs/</ulink> directory.
- </para>
- </chapter>
-
- <chapter id="installation">
- <title>Installation</title>
- <para>
- JLine has no library dependencies, aside from a JVM
- of version 1.2 or higher. To install JLine, download the
- <filename>jline.jar</filename> file, and either place it in
- the system-wide java extensions directory, or
- manually add it to your
- <computeroutput>CLASSPATH</computeroutput>.
- The extensions directory is dependent on your operating
- system. Some few examples are:
- <itemizedlist>
- <listitem><para>
- Macintosh OS X:
- <filename>/Library/Java/Extensions</filename> or
- <filename>/System/Library/Java/Extensions</filename>
- </para></listitem>
- <listitem><para>
- Microsoft Windows:
- <filename>JAVAHOME\jre\lib\ext</filename>
- (example:
- <filename>C:\j2sdk1.4.1_03\jre\lib\ext</filename>)
- </para></listitem>
- <listitem><para>
- UNIX Systems:
- <filename>JAVAHOME/jre/lib/ext</filename>
- (example:
- <filename>/usr/local/java/jre/lib/ext</filename>)
- </para></listitem>
- </itemizedlist>
- </para>
- <para>
- JLine is not 100% pure Java. On Windows, it relies on a
- <filename>.dll</filename> file to initialize the terminal
- to be able to accept unbuffered input. However,
- no installation is necessary for this: when initialized,
- JLine will dynamically extract the DLL to a temporary
- directory and load it. For more details, see the
- documentation for the <classname>jline.WindowsTerminal</classname> class.
- </para>
- <para>
- On UNIX systems (including Macintosh OS X), JLine will
- execute the <filename>stty</filename> command to initialize
- the terminal to allow unbuffered input. For more details,
- see the documentation for the <classname>jline.UnixTerminal</classname> class.
- </para>
- <para>
- For both Windows and UNIX systems, JLine will fail to
- initialize if it is run inside a strict security manager
- that does not allow the loading of libraries, writing
- to the file system, or executing external programs. However,
- for most console applications, this is usually not the case.
- </para>
- </chapter>
- <chapter id="supported_platforms">
- <title>Supported Platforms</title>
- <para>
- JLine should work on any Windows system, or any
- minimally compliant POSIX system (includling Linux and
- Macintosh OS X).
- </para>
- <para>
- The platforms on which JLine has been confirmed to work are:
- <itemizedlist>
- <listitem><para>
- Microsoft Windows XP
- </para></listitem>
- <listitem><para>
- RedHat Linux 9.0
- </para></listitem>
- <listitem><para>
- Debian Linux 3.0
- </para></listitem>
- <listitem><para>
- Macintosh OS X 10.3
- </para></listitem>
- </itemizedlist>
- </para>
- <para>
- Please report successes or failures to the author:
- <ulink url="mailto:mwp1@cornell.edu">mwp1@cornell.edu</ulink>.
- </para>
- </chapter>
- <chapter id="features">
- <title>Features</title>
- <section id="features_history">
- <title>Command History</title>
- <para>
- </para>
- </section>
- <section id="features_completion">
- <title>Tab completion</title>
- <para>
- </para>
- </section>
- <section id="features_line_editing">
- <title>Line editing</title>
- <para>
- </para>
- </section>
- <section id="features_keybindings">
- <title>Custom Keybindings</title>
- <para>
- You can create your own keybindings by creating a
- <filename>HOME/.jlinebindings.properties"</filename>
- file. You can override the location of this file with
- the "<computeroutput>jline.keybindings</computeroutput>"
- system property.
- </para>
- <!--
- <para>
- The default keybindings are as follows:
- <programlisting>
- </programlisting>
- </para>
- -->
- </section>
- <section id="features_masking">
- <title>Character masking</title>
- <para>
- </para>
- </section>
- </chapter>
- <chapter id="api">
- <title>API</title>
- <para>
- This section discusses some common usages of the JLine API.
- For in-depth usage of the JLine API, see the
- <ulink url="apidocs">apidocs</ulink>.
- </para>
- <section id="reading_password">
- <title>Reading a password from the console</title>
- <para>
- A common task that console applications need to do is
- read in a password. While it is standard for software
- to not echo password strings as they are typed,
- the Java core APIs surprisingly do not provide any
- means to do this.
- </para>
- <para>
- JLine can read a password with the following code:
- <programlisting>
-String password = new <classname>jline.ConsoleReader</classname>().readLine(new Character('*'));
- </programlisting>
- This will replace every character types on the console
- with a star character.
- </para>
- <para>
- Alternately, you can have it not echo password
- character at all:
- <programlisting>
-String password = new <classname>jline.ConsoleReader</classname>().readLine(new Character(0));
- </programlisting>
- </para>
- <para>
- The <filename>jline-demo.jar</filename> file contains
- a sample application that reads the password. To run
- the sample, execute:
- <programlisting>
-java -cp jline-demo.jar jline.example.PasswordReader "*"
- </programlisting>
- </para>
- </section>
- </chapter>
- <chapter id="faq">
- <title>Frequently Asked Questions</title>
- <section id="faq_unsupported_platform"><title>
- Can I disable JLine if it isn't working on my platform?
- </title>
- <para>
- You can disable JLine by setting the System property
- "<computeroutput>jline.terminal</computeroutput>"
- to
- "<classname>jline.UnsupportedTerminal</classname>". For example:
- <programlisting>
-java -Djline.terminal=jline.UnsupportedTerminal jline.example.Example simple
- </programlisting>
- </para>
- </section>
- <section id="faq_custom_keybindings"><title>
- How do I customize the key bindings?
- </title>
- <para>
- You can create your own keybindings by creating a
- <filename>HOME/.jlinebindings.properties"</filename>
- file. You can override the location of this file with
- the "<computeroutput>jline.keybindings</computeroutput>"
- system property. To examine the format to use, see the
- <filename>src/jline/keybindings.properties</filename>
- file in the source distribution.
- </para>
- </section>
- <section id="faq_jline_as_default"><title>
- Can I use JLine as the default console input stream for
- all applications?
- </title>
- <para>
- No, but you can use the <classname>jline.ConsoleRunner</classname> application
- to set up the system input stream and continue on
- the launch another program. For example, to use JLine
- as the input handler for the popular
- <ulink url="http://www.beanshell.org">BeanShell</ulink>
- console application, you can run:
- <programlisting>
-java <classname>jline.ConsoleRunner</classname> <ulink url="http://www.beanshell.org/manual/standalonemode.html">bsh.Interpreter</ulink>
- </programlisting>
- </para>
- </section>
- <section id="faq_jline_beanshell"><title>
- Can I use JLine as the input handler for <ulink url="http://www.beanshell.org">BeanShell</ulink>?
- </title>
- <para>
- Yes. Try running:
- <programlisting>
-java <classname>jline.ConsoleRunner</classname> <ulink url="http://www.beanshell.org/manual/standalonemode.html">bsh.Interpreter</ulink>
- </programlisting>
- </para>
- </section>
- <section id="faq_jline_jdb"><title>
- Can I use JLine as the input handler for <ulink url="http://java.sun.com/j2se/1.3/docs/tooldocs/solaris/jdb.html">jdb</ulink> (the java debugger)?
- </title>
- <para>
- Yes. Try running:
- <programlisting>
-java <classname>jline.ConsoleRunner</classname> com.sun.tools.example.debug.tty.TTY <emphasis>args</emphasis>
- </programlisting>
- </para>
- </section>
- <section id="faq_pure_java"><title>
- Is JLine <trademark>100% pure Java</trademark>?
- </title>
- <para>
- No: JLine uses a couple small native methods in the Windows
- platform. On Unix, it is technically pure java, but relies
- on the execution of external (non-java) programs. See the
- <link linkend="installation">installation section</link>
- for more details.
- </para>
- </section>
- <section id="faq_password"><title>
- How do I make it so password characters are no echoed
- to the screen?
- </title>
- <para>
- See <link linkend="reading_password"/>.
- </para>
- </section>
- <section id="faq_cursrs"><title>
- Is JLine a full-featured curses implementation?
- </title>
- <para>
- No: JLine has no ability to position the cursor on the
- console. It might someday evolve into a plausible
- Java curses implementation.
- </para>
- </section>
- </chapter>
- </part>
-
- <appendix id="known_bugs">
- <title>Known Bugs</title>
- <itemizedlist>
- <listitem><para>
- Clearing the screen (CTRL-L) doesn't currently work on Windows.
- </para></listitem>
- </itemizedlist>
- </appendix>
-
- <appendix id="contributors">
- <title>Contributors</title>
- <para>
- The following people have contributed to improving JLine over the
- years:
- </para>
- <itemizedlist>
- <listitem><para>
- Marc Prud'hommeaux
- </para></listitem>
- <listitem><para>
- Damian Steer
- </para></listitem>
- <listitem><para>
- Dale Kemp
- </para></listitem>
- <listitem><para>
- Jun Liu
- </para></listitem>
- <listitem><para>
- malcolm@epcc.ed.ac.uk
- </para></listitem>
- <listitem><para>
- Simon Patarin
- </para></listitem>
- <listitem><para>
- Amy Isard
- </para></listitem>
- <listitem><para>
- Ryan Bell
- </para></listitem>
- <listitem><para>
- Marc Herbert
- </para></listitem>
- <listitem><para>
- Christian Salm
- </para></listitem>
- </itemizedlist>
- </appendix>
-
- <appendix id="todo">
- <title>Future enhancements</title>
- <itemizedlist>
- <listitem><para>
- Add localization for all strings.
- </para></listitem>
- <listitem><para>
- Create a BNFCompletor that can handle any BNF.
- </para></listitem>
- </itemizedlist>
- </appendix>
-
- <appendix id="changelog">
- <title>Change Log</title>
- <itemizedlist>
- <title>0.9.93 2007-11-13</title>
- <listitem><para>
- Fixed backspace handling on Unix/OS X.
- </para></listitem>
- </itemizedlist>
- <itemizedlist>
- <title>0.9.92 2007-10-30</title>
- <listitem><para>
- JLine now works with 64-bit Windows systems.
- </para></listitem>
- </itemizedlist>
- <itemizedlist>
- <title>0.9.91 2007-03-11</title>
- <listitem><para>
- Added ConsoleReader.setUsePagination() method which allows
- configuration of pagination when the number of rows of
- candidates exceeds the height of the detected terminal, thanks
- to a patch by Damian Steer.
- </para></listitem>
- <listitem><para>
- Better support for UTF-8 inputs (issue #1623521).
- </para></listitem>
- <listitem><para>
- Improved list of supported keys on Windows (issue #1649790).
- </para></listitem>
- </itemizedlist>
- <itemizedlist>
- <title>0.9.5 2006-03-08</title>
- <listitem><para>
- Fixed problem with "stty" on Solaris, which doesn't
- understand "stty size" to query the terminal size. It now
- uses "stty -a", which supposedly outputs a POSIX standard
- format.
- </para></listitem>
- <listitem><para>
- Support HOME and END keys, thanks to a patch by
- Dale Kemp.
- </para></listitem>
- </itemizedlist>
- <itemizedlist>
- <title>0.9.1 2005-01-29</title>
- <listitem><para>
- Fixed problem with the 0.9.0 distribution that
- failed to include the Windows jline.dll in the jline.jar,
- rendering it inoperable on Windows.
- </para></listitem>
- <listitem><para>
- Implemented proper interception or arrow keys on Windows,
- meaning that history can now be navigated with the UP
- and DOWN keys, and line editing can take place with
- the LEFT and RIGHT arrow keys.
- </para></listitem>
- </itemizedlist>
- <itemizedlist>
- <title>0.9.0 2005-01-23</title>
- <listitem><para>
- Changed license from GPL to BSD.
- </para></listitem>
- <listitem><para>
- Made "CTRL-L" map to clearing the screen.
- </para></listitem>
- </itemizedlist>
- <itemizedlist>
- <title>0.8.1 2003-11-18</title>
- <listitem><para>
- Fixed accidental dependency on JVM 1.4.
- </para></listitem>
- </itemizedlist>
- <itemizedlist>
- <title>0.8.0 2003-11-17</title>
- <listitem><para>
- Windows support using a native .dll
- </para></listitem>
- <listitem><para>
- A new ClassNameCompletor
- </para></listitem>
- <listitem><para>
- Many doc improvements
- </para></listitem>
- </itemizedlist>
- <itemizedlist>
- <title>0.6.0 2003-07-08</title>
- <listitem><para>
- Many bugfixes
- </para></listitem>
- <listitem><para>
- Better release system
- </para></listitem>
- <listitem><para>
- Automatically set terminal property by
- issuing stty on UNIX systems
- </para></listitem>
- <listitem><para>
- Additional tab-completion handlers
- </para></listitem>
- <listitem><para>
- Tested on Debian Linux and Mac OS 10.2
- </para></listitem>
- <listitem><para>
- Example includes dictionary, filename, and simple completion
- </para></listitem>
- </itemizedlist>
- <itemizedlist>
- <title>0.3.0 2002-10-05</title>
- <listitem><para>
- Initial release
- </para></listitem>
- </itemizedlist>
- </appendix>
-</book>
diff --git a/src/jline/src/site/fml/faq.fml b/src/jline/src/site/fml/faq.fml
deleted file mode 100644
index b9902b0fa7..0000000000
--- a/src/jline/src/site/fml/faq.fml
+++ /dev/null
@@ -1,26 +0,0 @@
- <?xml version="1.0"?>
-<faqs title="JLine FAQ">
- <part id="general">
- <faq>
- <question>How does JLine work?</question>
- <answer>
- <p>
- On Windows, JLine uses a native .dll (which it automatically
- extracts from the jline jar and loads at runtime) to access
- native console features. On UNIX systems, JLine will perform
- the necessary terminal setup by launching the "stty" command.
- </p>
- </answer>
- </faq>
- <faq>
- <question>What platforms has JLine been tested on?</question>
- <answer>
- <p>
- Various flavors of Windows (95, 98, NT, XP, 2000), Mac OS X,
- and multiple UNIX systems (Linux, Solaris, HPUX).
- </p>
- </answer>
- </faq>
-
- </part>
-</faqs>
diff --git a/src/jline/src/site/resources/css/site.css b/src/jline/src/site/resources/css/site.css
deleted file mode 100755
index 5d71608c15..0000000000
--- a/src/jline/src/site/resources/css/site.css
+++ /dev/null
@@ -1,311 +0,0 @@
-
-body {
- min-width: 600px;
- width: 600px;
- width: auto !important;
- background-color: #fff;
- font-family: Verdana, sans;
-}
-
-body,div,span,td,p,h2,h3,h4,h5,h6,a,ul,li {
- font-family: Verdana, sans;
- font-size: 11px;
- color: #5A5A5A;
- font-style: normal;
-}
-
-a,a:hover,a:visited,a:active {
- color: #5A5A5A;
- /* text-decoration: underline; */
-}
-
-/* main layout */
-#banner {
- color: #FFA500;
- border: none;
- margin: 0 0 0 0;
- background-color: #fff;
- background-image: url(../images/header.jpg);
- background-position: right;
- background-repeat: no-repeat;
- height: 100px;
-}
-
-#bannerLeft img{
- margin: 10px 0 0 10px;
-}
-
-#leftColumn {
- background-color: transparent;
- position: absolute;
- top: 140px;
- left: 20px;
- width: 180px;
- margin: 0px;
- padding: 0px;
- border: none;
-}
-
-#bodyColumn {
- margin: 0 0 20px 220px;
- background-color: #fff;
- padding: 30px;
- position: relative;
- background-image: url(../images/dotted.png);
- background-repeat: repeat-y;
-}
-
-#footer div.xright {
- color: #fff;
- margin-right: 10px;
-}
-
-/* end main layout */
-.deprecated {
- text-decoration: line-through;
-}
-
-.comment {
- color: green;
-}
-
-.source pre {
- font-family: "Andale Mono", monospace;
- font-size: 11px;
- background-color: #ddd;
- width: 100%;
- color: #5A5A5A;
- border-width: 0px;
- padding-top: 6px;
- padding-left: 3px;
-}
-
-#breadcrumbs {
- background-color: #FE1100;
- border: none;
- height: 15px;
-}
-
-/*
- workaround for bug in the Doxia docbook renderer that opens
- anchors (e.g. <a name="index">), but doesn't ever close them
-*/
-#section a,a:hover,a:visited,a:active {
- text-decoration: none;
-}
-
-
-#breadcrumbs a {
- color: #fff;
- margin-left: 20px;
- text-decoration: none;
-}
-
-h1 {
- border: none;
- padding-left: 0;
- font-weight: bold;
- text-transform: capitalize;
- background-color: #7FAABB !important;
- color: #FFFFFF !important;
- font-size: 19px !important;
-}
-
-h2 {
- border: none;
- padding-left: 0;
- font-size: 13px;
- font-weight: bold;
- text-transform: capitalize;
- background-color: #7FAABB !important;
- color: #FFFFFF !important;
- font-size: 17px !important;
-}
-
-h3 {
- border: none;
- font-weight: bolder;
- padding-left: 0;
- background-color: #8BBBD1 !important;
- color: #FFFFFF !important;
-}
-
-#navcolumn {
- padding: 0;
- overflow: hidden;
-}
-
-#navcolumn ul {
- margin: 0px 0 3px 0;
- background-repeat: repeat-x;
-}
-
-#navcolumn h5 {
- border: none;
- background-image: url(../images/dotted.png);
- background-repeat: repeat-x;
- padding: 4px 0 3px 20px;
- font-size: 11px !important;
- margin-top: -1px;
-}
-
-#navcolumn ul {
- margin-bottom: 8px;
-}
-
-#navcolumn li {
- margin: 0px 0 0px 3px;
- padding: 2px;
- list-style-position: outside;
- font-size: 7.5pt !important;
- padding-left: 16px;
- padding-left /**/: 2px !important;
- /* warning, don't reformat, there should be no comment between padding-left and comment, to fix IE5 issues */
-}
-
-#menuDownloadable_docs li {
- background-image: url(../images/ico_file_pdf.png);
- padding-top: 3px;
- padding-bottom: 1px;
-}
-
-#navcolumn strong {
- color: #000000;
- font-weight: bold;
-}
-
-#navcolumn strong a {
- color: #000000;
- font-weight: bold;
-}
-
-#navcolumn a {
- padding-left: 14px;
- text-decoration: underline;
- padding-bottom: 2px;
- color: #5a5a5a;
-}
-
-#navcolumn a img {
- margin-top: 0;
-}
-
-#navcolumn a#poweredBy img {
- margin: 0 0 15px 20px;
- width: 90px;
- height: 30px;
-}
-
-#navcolumn #lastPublished {
- color: #999;
- margin: 0 0 0 20px;
-}
-
-#navcolumn a:hover {
- color: Olive;
- padding-left: 14px;
- text-decoration: underline;
- padding-bottom: 2px;
-}
-
-#breadcrumbs div.xright,#breadcrumbs div.xleft {
- color: #fff;
- display: inline;
- font-size: 7pt !important;
-}
-
-#banner a#projectLogo img {
- float: left;
- background-color: #fff !important;
- margin: 20px 0 0 20px !important;
-}
-
-#navcolumn li {
- color: #000000;
-}
-
-#navcolumn strong {
- color: #000000;
- font-weight: bold;
- margin-left: 15px;
-}
-
-div.source {
- background-color: #ddd;
-}
-
-div.source pre,code,td.code {
- font-size: 8pt !important;
- font-family: monospace;
- margin: 0;
-}
-
-td.code {
- font-size: 10pt !important;
- font-family: monospace;
-}
-
-div#legend {
- display: none;
-}
-
-table td.source {
- border: none !important;
-}
-
-table td,table th {
- font-size: 8pt !important;
- font-family: verdana;
-}
-
-table th {
- font-weight: bold;
-}
-
-.collapsed {
- background-image: url(../images/collapsed.png) !important;
-}
-
-li.expanded {
- background-image: url(../images/expanded.png) !important;
-}
-
-/*
-li.expanded ul {
- margin-top: 5px !important;
-}
-*/
-
-a.externalLink,a.newWindow {
- padding-right: 9px !important;
- background-image: none !important; /*ie5*/
-}
-
-a.externalLink /* */ {
- background-image: url(../images/external.png) !important;
-}
-
-a.newWindow /* */ {
- background-image: url(../images/newwindow.png) !important;
-}
-
-table {
- width: 68%; /* fix for ie 5.x */
-}
-
-i {
- content: "\"/*"
-}
-
-table {
- width: 100%;
-}
-/* remove banner: comment the following lines for the full layout */ /*
-#banner, #breadcrumbs {
- display: none !important;
-}
-#leftColumn {
- position: relative;
- top: 0;
-}
-*/
diff --git a/src/jline/src/site/resources/images/collapsed.png b/src/jline/src/site/resources/images/collapsed.png
deleted file mode 100755
index a02c1e67c9..0000000000
--- a/src/jline/src/site/resources/images/collapsed.png
+++ /dev/null
Binary files differ
diff --git a/src/jline/src/site/resources/images/dotted.png b/src/jline/src/site/resources/images/dotted.png
deleted file mode 100755
index 8a4d443a4a..0000000000
--- a/src/jline/src/site/resources/images/dotted.png
+++ /dev/null
Binary files differ
diff --git a/src/jline/src/site/resources/images/expanded.png b/src/jline/src/site/resources/images/expanded.png
deleted file mode 100755
index 8a19dbf103..0000000000
--- a/src/jline/src/site/resources/images/expanded.png
+++ /dev/null
Binary files differ
diff --git a/src/jline/src/site/resources/images/external.png b/src/jline/src/site/resources/images/external.png
deleted file mode 100755
index 19f28955ca..0000000000
--- a/src/jline/src/site/resources/images/external.png
+++ /dev/null
Binary files differ
diff --git a/src/jline/src/site/resources/images/ico_file_pdf.png b/src/jline/src/site/resources/images/ico_file_pdf.png
deleted file mode 100644
index 9ceb00f2dd..0000000000
--- a/src/jline/src/site/resources/images/ico_file_pdf.png
+++ /dev/null
Binary files differ
diff --git a/src/jline/src/site/resources/images/logo.jpg b/src/jline/src/site/resources/images/logo.jpg
deleted file mode 100644
index 1f1da5c8f2..0000000000
--- a/src/jline/src/site/resources/images/logo.jpg
+++ /dev/null
Binary files differ
diff --git a/src/jline/src/site/resources/images/newwindow.png b/src/jline/src/site/resources/images/newwindow.png
deleted file mode 100755
index 1374c228af..0000000000
--- a/src/jline/src/site/resources/images/newwindow.png
+++ /dev/null
Binary files differ
diff --git a/src/jline/src/site/site.xml b/src/jline/src/site/site.xml
deleted file mode 100644
index 274ec83ee4..0000000000
--- a/src/jline/src/site/site.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project name="JLine">
- <bannerLeft>
- <name>JLine</name>
- <src>images/logo.jpg</src>
- <href>http://jline.sourceforge.net/</href>
- </bannerLeft>
- <bannerRight>
- <name>SourceForge</name>
- <src>http://sourceforge.net/sflogo.php?group_id=64033</src>
- <href>http://sourceforge.net/</href>
- </bannerRight>
- <body>
- <menu name="JLine">
- <item name="Manual" href="index.html"/>
- <item name="FAQs" href="faq.html"/>
- <item name="Download" href="downloads.html"/>
- <item name="Building" href="building.html"/>
- </menu>
-
- <menu name="Community">
- <item name="Forums"
- href="http://sourceforge.net/forum/?group_id=64033"/>
- <item name="Issue Tracker"
- href="http://sourceforge.net/tracker/?group_id=64033"/>
- <item name="News"
- href="http://sourceforge.net/news/?group_id=64033"/>
- </menu>
-
- <menu name="Project">
- <item name="Javadocs"
- href="apidocs/index.html"/>
- <item name="Browse Source Code"
- href="http://jline.cvs.sourceforge.net/jline/"/>
- </menu>
-
- ${reports}
-
- </body>
-</project>