removed unused library jsmooth

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6205 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 16 years ago
parent 3d26161dd1
commit 5240d22773

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<jsmoothskeleton>
<debug>false</debug>
<description>This skeleton wraps console applications.
- Standard Input/Output and Error streams are available
- If no Java VM is found, it displays a default message.
Although it is designed for console application (i.e. launched from the command.com shell prompt), it can launch standard GUI application. In such a case, any output of the java application (from System.out or System.err) is displayed in the a DOS Console.
</description>
<executableName>consolewrapper.exe</executableName>
<resourceCategory>JAVA</resourceCategory>
<resourceJarId>102</resourceJarId>
<resourcePropsId>103</resourcePropsId>
<shortName>Console Wrapper</shortName>
<skeletonProperties>
<description>When no JVM is found in the target computer, the following message is displayed on the console.</description>
<idName>Message</idName>
<label>Message</label>
<type>textarea</type>
<value>This program needs Java to run.
Please download it at http://www.java.com</value>
</skeletonProperties>
<skeletonProperties>
<description>The wrapper waits a keypress on the console when the application exits.</description>
<idName>PressKey</idName>
<label>PressKey</label>
<type>boolean</type>
<value>0</value>
</skeletonProperties>
<skeletonProperties>
<description>Enable the jsmooth debug traces</description>
<idName>Debug</idName>
<label>Debug traces</label>
<type>boolean</type>
<value>0</value>
</skeletonProperties>
</jsmoothskeleton>

@ -1,41 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<jsmoothskeleton>
<debug>false</debug>
<description>This skeleton wraps GUI applications.
- No console I/O is displayed
- If no Java VM is found, it is able to display a configurable URL (typically to a java download page).
</description>
<executableName>jwrap.exe</executableName>
<resourceCategory>JAVA</resourceCategory>
<resourceJarId>102</resourceJarId>
<resourcePropsId>103</resourcePropsId>
<shortName>Windowed Wrapper</shortName>
<skeletonProperties>
<description>When no JVM is found in the target computer, the user is prompted with the message defined below. Then, the default browser is launched with the URL defined here.</description>
<idName>Message</idName>
<label>Message</label>
<type>textarea</type>
<value>Java has not been found on your computer. Do you want to download it?</value>
</skeletonProperties>
<skeletonProperties>
<description>If the user selects YES to the message prompted above, the default web browser is launched with this URL.</description>
<idName>URL</idName>
<label>URL</label>
<type>string</type>
<value>http://www.java.com</value>
</skeletonProperties>
<skeletonProperties>
<description>The default behaviour is to launch the java application in a different (detached) process. If you want to force the wrapper to launch the Java application in the same process than the exe, than select this option.</description>
<idName>SingleProcess</idName>
<label>Launch java app in the exe process</label>
<type>boolean</type>
<value>0</value>
</skeletonProperties>
<skeletonProperties>
<description>Enable the jsmooth debug console.</description>
<idName>Debug</idName>
<label>Debug console</label>
<type>boolean</type>
<value>0</value>
</skeletonProperties>
</jsmoothskeleton>

@ -1,58 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<jsmoothproject>
       <JVMSearchPath>registry</JVMSearchPath>
       <JVMSearchPath>javahome</JVMSearchPath>
       <JVMSearchPath>jrepath</JVMSearchPath>
       <JVMSearchPath>jdkpath</JVMSearchPath>
       <JVMSearchPath>exepath</JVMSearchPath>
       <JVMSearchPath>jview</JVMSearchPath>
       <arguments></arguments>
       <classPath>..\..\htroot</classPath>
       <classPath>..\..\htroot\htdocsdefault</classPath>
       <classPath>..\..\htroot\proxymsg</classPath>
       <classPath>..\..\htroot\yacy</classPath>
       <classPath>..\..\yacy.jar</classPath>
       <classPath>..\..\lib\commons-collections.jar</classPath>
       <classPath>..\..\lib\commons-pool.jar</classPath>
       <classPath>..\..\libx\poi-3.2-FINAL-20081019.jar</classPath>
       <classPath>..\..\libx\poi-scratchpad-3.2-FINAL-20081019.jar</classPath>
       <classPath>..\..\libx\bzip2.jar</classPath>
       <classPath>..\..\libx\commons-codec-1.3.jar</classPath>
       <classPath>..\..\libx\commons-discovery.jar</classPath>
       <classPath>..\..\libx\commons-jxpath-1.1.jar</classPath>
       <classPath>..\..\libx\jakarta-oro-2.0.7.jar</classPath>
       <classPath>..\..\libx\jaxrpc.jar</classPath>
       <classPath>..\..\libx\jmimemagic-0.0.4a.jar</classPath>
       <classPath>..\..\libx\jrpm-head.jar</classPath>
       <classPath>..\..\libx\jrpm-SNAPSHOT.jar</classPath>
       <classPath>..\..\libx\jsch-0.1.21.jar</classPath>
       <classPath>..\..\libx\log4j-1.2.9.jar</classPath>
       <classPath>..\..\libx\odf_utils_05_11_29.jar</classPath>
       <classPath>..\..\libx\PDFBox-0.7.2.jar</classPath>
       <classPath>..\..\libx\sbbi-upnplib-1.0.3.jar</classPath>
       <classPath>..\..\libx\tar.jar</classPath>
       <classPath>..\..\libx\tm-extractors-0.4.jar</classPath>
       <classPath>..\..\libx\wsdl4j.jar</classPath>
       <classPath>..\..\libx\xerces.jar</classPath>
       <embeddedJar>false</embeddedJar>
       <executableName>..\..\yacy.exe</executableName>
       <!-- <iconLocation>..\..\htroot\favicon.png</iconLocation> -->
       <initialMemoryHeap>-1</initialMemoryHeap>
       <mainClassName>yacy</mainClassName>
       <maximumMemoryHeap>-1</maximumMemoryHeap>
       <maximumVersion></maximumVersion>
       <minimumVersion>1.4.2</minimumVersion>
       <skeletonName>Console Wrapper</skeletonName>
       <skeletonProperties>
               <key>Message</key>
               <value>This program needs Java to run. Please download it at http://www.java.com</value>
       </skeletonProperties>
       <skeletonProperties>
               <key>PressKey</key>
               <value>1</value>
       </skeletonProperties>
       <skeletonProperties>
               <key>Debug</key>
               <value>0</value>
       </skeletonProperties>
</jsmoothproject>
Loading…
Cancel
Save