Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stephane Crozat
hdoc
Commits
f52d22d3
Commit
f52d22d3
authored
Dec 09, 2015
by
Ivan D'halluin
Browse files
optim to hdoc: clean directory and add gitignore
parent
fbcfca0a
Changes
200
Expand all
Hide whitespace changes
Inline
Side-by-side
optim_to_hdoc/.gitignore
0 → 100644
View file @
f52d22d3
input/
tmp/
output/
\ No newline at end of file
optim_to_hdoc/README
View file @
f52d22d3
input/
tmp/
output/
\ No newline at end of file
optim_to_hdoc/input/02hdocConverterPortal_2015-12-3.scar
deleted
100644 → 0
View file @
fbcfca0a
File deleted
optim_to_hdoc/myantce.ant
View file @
f52d22d3
...
@@ -27,8 +27,9 @@
...
@@ -27,8 +27,9 @@
<fileset
dir=
"${in}"
includes=
"*"
/>
<fileset
dir=
"${in}"
includes=
"*"
/>
</path>
</path>
<sequential>
<sequential>
<echo
message=
"@{archive}"
></echo>
<local
name=
"archive_name"
/>
<unzip
src=
"@{archive}"
dest=
"${tmp}/extract"
></unzip>
<basename
property=
"archive_name"
file=
"@{archive}"
/>
<unzip
src=
"@{archive}"
dest=
"${tmp}/extract/${archive_name}"
></unzip>
</sequential>
</sequential>
</for>
</for>
...
...
optim_to_hdoc/optim_to_hdoc/ant-contrib-0.6-bin/README.txt
deleted
100644 → 0
View file @
fbcfca0a
Ant-Contrib library
This library is for contributed Ant tasks that have
not been approved for inclusion into the ant core or
optional library.
The easiest way to use the tasks is to use
<taskdef resource="net/sf/antcontrib/antcontrib.properties">
<classpath>
<pathelement location="your/path/to/ant-contrib.jar" />
</classpath>
</taskdef>
in your build file. If ant-contrib.jar is on your CLASSPATH or in
ANT_HOME/lib you can even simplify this to read
<taskdef resource="net/sf/antcontrib/antcontrib.properties" />
Requirements
-------------------------
Runtime:
Requires APACHE Ant Version 1.5 or above. Note, that output
handlers on the ForEach task will not properly report the
task which is outputting the message unless you are using
Ant version 1.5.2 or greater.
Compilation:
Ant Version 1.5.2.
\ No newline at end of file
optim_to_hdoc/optim_to_hdoc/ant-contrib-0.6-bin/docs/LICENSE.txt
deleted
100644 → 0
View file @
fbcfca0a
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001-2003 Ant-Contrib project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
* 3. The end-user documentation included with the redistribution, if
* any, must include the following acknowlegement:
* "This product includes software developed by the
* Ant-Contrib project (http://sourceforge.net/projects/ant-contrib)."
* Alternately, this acknowlegement may appear in the software itself,
* if and wherever such third-party acknowlegements normally appear.
*
* 4. The name Ant-Contrib must not be used to endorse or promote products
* derived from this software without prior written permission. For
* written permission, please contact
* ant-contrib-developers@lists.sourceforge.net.
*
* 5. Products derived from this software may not be called "Ant-Contrib"
* nor may "Ant-Contrib" appear in their names without prior written
* permission of the Ant-Contrib project.
*
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
* WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE ANT-CONTRIB PROJECT OR ITS
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
* USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
* ====================================================================
*/
optim_to_hdoc/optim_to_hdoc/ant-contrib-0.6-bin/docs/api/allclasses-frame.html
deleted
100644 → 0
View file @
fbcfca0a
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Dec 11 09:14:06 EST 2003 -->
<TITLE>
All Classes (Ant Contrib)
</TITLE>
<LINK
REL =
"stylesheet"
TYPE=
"text/css"
HREF=
"stylesheet.css"
TITLE=
"Style"
>
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="All Classes (Ant Contrib)";
}
</SCRIPT>
<BODY
BGCOLOR=
"white"
onload=
"asd();"
>
<FONT
size=
"+1"
CLASS=
"FrameHeadingFont"
>
<B>
All Classes
</B></FONT>
<BR>
<TABLE
BORDER=
"0"
WIDTH=
"100%"
>
<TR>
<TD
NOWRAP
><FONT
CLASS=
"FrameItemFont"
><A
HREF=
"net/sf/antcontrib/property/AbstractPropertySetterTask.html"
TARGET=
"classFrame"
>
AbstractPropertySetterTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/AntCallBack.html"
TARGET=
"classFrame"
>
AntCallBack
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/AntCallBack.Reference.html"
TARGET=
"classFrame"
>
AntCallBack.Reference
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/AntFetch.html"
TARGET=
"classFrame"
>
AntFetch
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/AntFetch.Reference.html"
TARGET=
"classFrame"
>
AntFetch.Reference
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/perf/AntPerformanceListener.html"
TARGET=
"classFrame"
>
AntPerformanceListener
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/Assert.html"
TARGET=
"classFrame"
>
Assert
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/condition/BooleanConditionBase.html"
TARGET=
"classFrame"
>
BooleanConditionBase
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/condition/BooleanConditionTask.html"
TARGET=
"classFrame"
>
BooleanConditionTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antclipse/ClassPathParser.html"
TARGET=
"classFrame"
>
ClassPathParser
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antclipse/ClassPathTask.html"
TARGET=
"classFrame"
>
ClassPathTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/client/Client.html"
TARGET=
"classFrame"
>
Client
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/client/ClientTask.html"
TARGET=
"classFrame"
>
ClientTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/Command.html"
TARGET=
"classFrame"
><I>
Command
</I></A>
<BR>
<A
HREF=
"net/sf/antcontrib/walls/CompileWithWalls.html"
TARGET=
"classFrame"
>
CompileWithWalls
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/server/ConnectionBuildListener.html"
TARGET=
"classFrame"
>
ConnectionBuildListener
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/server/ConnectionHandler.html"
TARGET=
"classFrame"
>
ConnectionHandler
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/DisconnectCommand.html"
TARGET=
"classFrame"
>
DisconnectCommand
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/For.html"
TARGET=
"classFrame"
>
For
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/ForEach.html"
TARGET=
"classFrame"
>
ForEach
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/process/ForgetTask.html"
TARGET=
"classFrame"
>
ForgetTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/input/GUIInputHandler.html"
TARGET=
"classFrame"
>
GUIInputHandler
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/HelloWorldCommand.html"
TARGET=
"classFrame"
>
HelloWorldCommand
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/IfTask.html"
TARGET=
"classFrame"
>
IfTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/IfTask.ElseIf.html"
TARGET=
"classFrame"
>
IfTask.ElseIf
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniFile.html"
TARGET=
"classFrame"
>
IniFile
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniFileTask.html"
TARGET=
"classFrame"
>
IniFileTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniFileTask.IniOperation.html"
TARGET=
"classFrame"
>
IniFileTask.IniOperation
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniFileTask.Remove.html"
TARGET=
"classFrame"
>
IniFileTask.Remove
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniPart.html"
TARGET=
"classFrame"
><I>
IniPart
</I></A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniProperty.html"
TARGET=
"classFrame"
>
IniProperty
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniSection.html"
TARGET=
"classFrame"
>
IniSection
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/condition/IsGreaterThan.html"
TARGET=
"classFrame"
>
IsGreaterThan
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/condition/IsLessThan.html"
TARGET=
"classFrame"
>
IsLessThan
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/condition/IsPropertyFalse.html"
TARGET=
"classFrame"
>
IsPropertyFalse
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/condition/IsPropertyTrue.html"
TARGET=
"classFrame"
>
IsPropertyTrue
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/process/Limit.html"
TARGET=
"classFrame"
>
Limit
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/Math.html"
TARGET=
"classFrame"
>
Math
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/MathTask.html"
TARGET=
"classFrame"
>
MathTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/Num.html"
TARGET=
"classFrame"
>
Num
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/Op.html"
TARGET=
"classFrame"
>
Op
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/platform/OsFamily.html"
TARGET=
"classFrame"
>
OsFamily
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/OutOfDate.html"
TARGET=
"classFrame"
>
OutOfDate
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/OutOfDate.MyMapper.html"
TARGET=
"classFrame"
>
OutOfDate.MyMapper
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/walls/Package.html"
TARGET=
"classFrame"
>
Package
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/PathToFileSet.html"
TARGET=
"classFrame"
>
PathToFileSet
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/platform/Platform.html"
TARGET=
"classFrame"
>
Platform
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/net/PostTask.html"
TARGET=
"classFrame"
>
PostTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/net/Prop.html"
TARGET=
"classFrame"
>
Prop
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/PropertyContainer.html"
TARGET=
"classFrame"
>
PropertyContainer
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/PropertyCopy.html"
TARGET=
"classFrame"
>
PropertyCopy
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/PropertySelector.html"
TARGET=
"classFrame"
>
PropertySelector
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/ReferenceContainer.html"
TARGET=
"classFrame"
>
ReferenceContainer
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/RegexTask.html"
TARGET=
"classFrame"
>
RegexTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/Response.html"
TARGET=
"classFrame"
>
Response
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/RunAntCommand.html"
TARGET=
"classFrame"
>
RunAntCommand
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/RunTargetCommand.html"
TARGET=
"classFrame"
>
RunTargetCommand
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/RunTargetTask.html"
TARGET=
"classFrame"
>
RunTargetTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/SendFileCommand.html"
TARGET=
"classFrame"
>
SendFileCommand
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/server/Server.html"
TARGET=
"classFrame"
>
Server
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/server/ServerTask.html"
TARGET=
"classFrame"
>
ServerTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/platform/ShellScriptTask.html"
TARGET=
"classFrame"
>
ShellScriptTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/ShutdownCommand.html"
TARGET=
"classFrame"
>
ShutdownCommand
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/walls/SilentCopy.html"
TARGET=
"classFrame"
>
SilentCopy
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/walls/SilentMove.html"
TARGET=
"classFrame"
>
SilentMove
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/SortList.html"
TARGET=
"classFrame"
>
SortList
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/perf/StopWatch.html"
TARGET=
"classFrame"
>
StopWatch
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/perf/StopWatchTask.html"
TARGET=
"classFrame"
>
StopWatchTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/Switch.html"
TARGET=
"classFrame"
>
Switch
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/Throw.html"
TARGET=
"classFrame"
>
Throw
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/TimestampSelector.html"
TARGET=
"classFrame"
>
TimestampSelector
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/TryCatchTask.html"
TARGET=
"classFrame"
>
TryCatchTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/URLEncodeTask.html"
TARGET=
"classFrame"
>
URLEncodeTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/Variable.html"
TARGET=
"classFrame"
>
Variable
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/walls/Walls.html"
TARGET=
"classFrame"
>
Walls
</A>
<BR>
</FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
optim_to_hdoc/optim_to_hdoc/ant-contrib-0.6-bin/docs/api/allclasses-noframe.html
deleted
100644 → 0
View file @
fbcfca0a
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Dec 11 09:14:06 EST 2003 -->
<TITLE>
All Classes (Ant Contrib)
</TITLE>
<LINK
REL =
"stylesheet"
TYPE=
"text/css"
HREF=
"stylesheet.css"
TITLE=
"Style"
>
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="All Classes (Ant Contrib)";
}
</SCRIPT>
<BODY
BGCOLOR=
"white"
onload=
"asd();"
>
<FONT
size=
"+1"
CLASS=
"FrameHeadingFont"
>
<B>
All Classes
</B></FONT>
<BR>
<TABLE
BORDER=
"0"
WIDTH=
"100%"
>
<TR>
<TD
NOWRAP
><FONT
CLASS=
"FrameItemFont"
><A
HREF=
"net/sf/antcontrib/property/AbstractPropertySetterTask.html"
TARGET=
""
>
AbstractPropertySetterTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/AntCallBack.html"
TARGET=
""
>
AntCallBack
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/AntCallBack.Reference.html"
TARGET=
""
>
AntCallBack.Reference
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/AntFetch.html"
TARGET=
""
>
AntFetch
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/AntFetch.Reference.html"
TARGET=
""
>
AntFetch.Reference
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/perf/AntPerformanceListener.html"
TARGET=
""
>
AntPerformanceListener
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/Assert.html"
TARGET=
""
>
Assert
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/condition/BooleanConditionBase.html"
TARGET=
""
>
BooleanConditionBase
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/condition/BooleanConditionTask.html"
TARGET=
""
>
BooleanConditionTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antclipse/ClassPathParser.html"
TARGET=
""
>
ClassPathParser
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antclipse/ClassPathTask.html"
TARGET=
""
>
ClassPathTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/client/Client.html"
TARGET=
""
>
Client
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/client/ClientTask.html"
TARGET=
""
>
ClientTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/Command.html"
TARGET=
""
><I>
Command
</I></A>
<BR>
<A
HREF=
"net/sf/antcontrib/walls/CompileWithWalls.html"
TARGET=
""
>
CompileWithWalls
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/server/ConnectionBuildListener.html"
TARGET=
""
>
ConnectionBuildListener
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/server/ConnectionHandler.html"
TARGET=
""
>
ConnectionHandler
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/DisconnectCommand.html"
TARGET=
""
>
DisconnectCommand
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/For.html"
TARGET=
""
>
For
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/ForEach.html"
TARGET=
""
>
ForEach
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/process/ForgetTask.html"
TARGET=
""
>
ForgetTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/input/GUIInputHandler.html"
TARGET=
""
>
GUIInputHandler
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/HelloWorldCommand.html"
TARGET=
""
>
HelloWorldCommand
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/IfTask.html"
TARGET=
""
>
IfTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/IfTask.ElseIf.html"
TARGET=
""
>
IfTask.ElseIf
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniFile.html"
TARGET=
""
>
IniFile
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniFileTask.html"
TARGET=
""
>
IniFileTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniFileTask.IniOperation.html"
TARGET=
""
>
IniFileTask.IniOperation
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniFileTask.Remove.html"
TARGET=
""
>
IniFileTask.Remove
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniPart.html"
TARGET=
""
><I>
IniPart
</I></A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniProperty.html"
TARGET=
""
>
IniProperty
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/inifile/IniSection.html"
TARGET=
""
>
IniSection
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/condition/IsGreaterThan.html"
TARGET=
""
>
IsGreaterThan
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/condition/IsLessThan.html"
TARGET=
""
>
IsLessThan
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/condition/IsPropertyFalse.html"
TARGET=
""
>
IsPropertyFalse
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/condition/IsPropertyTrue.html"
TARGET=
""
>
IsPropertyTrue
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/process/Limit.html"
TARGET=
""
>
Limit
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/Math.html"
TARGET=
""
>
Math
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/MathTask.html"
TARGET=
""
>
MathTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/Num.html"
TARGET=
""
>
Num
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/Op.html"
TARGET=
""
>
Op
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/platform/OsFamily.html"
TARGET=
""
>
OsFamily
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/OutOfDate.html"
TARGET=
""
>
OutOfDate
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/OutOfDate.MyMapper.html"
TARGET=
""
>
OutOfDate.MyMapper
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/walls/Package.html"
TARGET=
""
>
Package
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/PathToFileSet.html"
TARGET=
""
>
PathToFileSet
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/platform/Platform.html"
TARGET=
""
>
Platform
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/net/PostTask.html"
TARGET=
""
>
PostTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/net/Prop.html"
TARGET=
""
>
Prop
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/PropertyContainer.html"
TARGET=
""
>
PropertyContainer
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/PropertyCopy.html"
TARGET=
""
>
PropertyCopy
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/PropertySelector.html"
TARGET=
""
>
PropertySelector
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/ReferenceContainer.html"
TARGET=
""
>
ReferenceContainer
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/RegexTask.html"
TARGET=
""
>
RegexTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/Response.html"
TARGET=
""
>
Response
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/RunAntCommand.html"
TARGET=
""
>
RunAntCommand
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/RunTargetCommand.html"
TARGET=
""
>
RunTargetCommand
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/RunTargetTask.html"
TARGET=
""
>
RunTargetTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/SendFileCommand.html"
TARGET=
""
>
SendFileCommand
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/server/Server.html"
TARGET=
""
>
Server
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/server/ServerTask.html"
TARGET=
""
>
ServerTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/platform/ShellScriptTask.html"
TARGET=
""
>
ShellScriptTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/antserver/commands/ShutdownCommand.html"
TARGET=
""
>
ShutdownCommand
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/walls/SilentCopy.html"
TARGET=
""
>
SilentCopy
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/walls/SilentMove.html"
TARGET=
""
>
SilentMove
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/SortList.html"
TARGET=
""
>
SortList
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/perf/StopWatch.html"
TARGET=
""
>
StopWatch
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/perf/StopWatchTask.html"
TARGET=
""
>
StopWatchTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/Switch.html"
TARGET=
""
>
Switch
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/Throw.html"
TARGET=
""
>
Throw
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/TimestampSelector.html"
TARGET=
""
>
TimestampSelector
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/logic/TryCatchTask.html"
TARGET=
""
>
TryCatchTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/URLEncodeTask.html"
TARGET=
""
>
URLEncodeTask
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/property/Variable.html"
TARGET=
""
>
Variable
</A>
<BR>
<A
HREF=
"net/sf/antcontrib/walls/Walls.html"
TARGET=
""
>
Walls
</A>
<BR>
</FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
optim_to_hdoc/optim_to_hdoc/ant-contrib-0.6-bin/docs/api/constant-values.html
deleted
100644 → 0
View file @
fbcfca0a
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Dec 11 09:14:04 EST 2003 -->
<TITLE>
Constant Field Values (Ant Contrib)
</TITLE>
<LINK
REL =
"stylesheet"
TYPE=
"text/css"
HREF=
"stylesheet.css"
TITLE=
"Style"
>
</HEAD>
<SCRIPT>
function asd()
{
parent.document.title="Constant Field Values (Ant Contrib)";
}
</SCRIPT>
<BODY
BGCOLOR=
"white"
onload=
"asd();"
>
<!-- ========== START OF NAVBAR ========== -->
<A
NAME=
"navbar_top"
>
<!-- -->
</A>
<TABLE
BORDER=
"0"
WIDTH=
"100%"
CELLPADDING=
"1"
CELLSPACING=
"0"
>
<TR>
<TD
COLSPAN=
3
BGCOLOR=
"#EEEEFF"
CLASS=
"NavBarCell1"
>
<A
NAME=
"navbar_top_firstrow"
>
<!-- -->
</A>
<TABLE
BORDER=
"0"
CELLPADDING=
"0"
CELLSPACING=
"3"
>
<TR
ALIGN=
"center"
VALIGN=
"top"
>
<TD
BGCOLOR=
"#EEEEFF"
CLASS=
"NavBarCell1"
>
<A
HREF=
"overview-summary.html"
><FONT
CLASS=
"NavBarFont1"
><B>
Overview
</B></FONT></A>
</TD>
<TD
BGCOLOR=
"#EEEEFF"
CLASS=
"NavBarCell1"
>
<FONT
CLASS=
"NavBarFont1"
>
Package
</FONT>
</TD>
<TD
BGCOLOR=
"#EEEEFF"
CLASS=
"NavBarCell1"
>
<FONT
CLASS=
"NavBarFont1"
>
Class
</FONT>
</TD>
<TD
BGCOLOR=
"#EEEEFF"
CLASS=
"NavBarCell1"
>
<A
HREF=
"overview-tree.html"
><FONT
CLASS=
"NavBarFont1"
><B>
Tree
</B></FONT></A>
</TD>
<TD
BGCOLOR=
"#EEEEFF"
CLASS=
"NavBarCell1"
>
<A
HREF=
"deprecated-list.html"
><FONT
CLASS=
"NavBarFont1"
><B>
Deprecated
</B></FONT></A>
</TD>
<TD
BGCOLOR=
"#EEEEFF"
CLASS=
"NavBarCell1"
>
<A
HREF=
"index-all.html"
><FONT
CLASS=
"NavBarFont1"
><B>
Index
</B></FONT></A>
</TD>
<TD
BGCOLOR=
"#EEEEFF"
CLASS=
"NavBarCell1"
>
<A
HREF=
"help-doc.html"
><FONT
CLASS=
"NavBarFont1"
><B>
Help
</B></FONT></A>
</TD>
</TR>
</TABLE>
</TD>
<TD
ALIGN=
"right"
VALIGN=
"top"
ROWSPAN=
3
><EM>
</EM>
</TD>
</TR>
<TR>
<TD
BGCOLOR=
"white"
CLASS=
"NavBarCell2"
><FONT
SIZE=
"-2"
>
PREV
NEXT
</FONT></TD>
<TD
BGCOLOR=
"white"
CLASS=
"NavBarCell2"
><FONT
SIZE=
"-2"
>
<A
HREF=
"index.html"
TARGET=
"_top"
><B>
FRAMES
</B></A>
<A
HREF=
"constant-values.html"
TARGET=
"_top"
><B>
NO FRAMES
</B></A>
<SCRIPT>
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html" TARGET=""><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A
HREF=
"allclasses-noframe.html"
TARGET=
""
><B>
All Classes
</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<CENTER>
<H1>
Constant Field Values
</H1>
</CENTER>
<HR
SIZE=
"4"
NOSHADE
>
<B>
Contents
</B><UL>
<LI><A
HREF=
"#net.sf"
>
net.sf.*
</A>
</UL>
<A
NAME=
"net.sf"
>
<!-- -->
</A>
<TABLE
BORDER=
"1"
CELLPADDING=
"3"
CELLSPACING=
"0"
WIDTH=
"100%"
>
<TR
BGCOLOR=
"#CCCCFF"
CLASS=
"TableHeadingColor"
>
<TD
ALIGN=
"left"
><FONT
SIZE=
"+2"
>
<B>
net.sf.*
</B></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE
BORDER=
"1"
CELLPADDING=
"3"
CELLSPACING=
"0"
>
<TR
BGCOLOR=
"#EEEEFF"
CLASS=
"TableSubHeadingColor"
>
<TD
COLSPAN=
3
><B>
net.sf.antcontrib.antclipse.
<A
HREF=
"net/sf/antcontrib/antclipse/ClassPathTask.html"
>
ClassPathTask
</A></B></TD>
</TR>
<TR
BGCOLOR=
"white"
CLASS=
"TableRowColor"
>
<A
NAME=
"net.sf.antcontrib.antclipse.ClassPathTask.TARGET_CLASSPATH"
>
<!-- -->
</A><TD
ALIGN=
"right"
><FONT
SIZE=
"-1"
>
<CODE>
public
static
final
java.lang.String
</CODE></FONT></TD>
<TD
ALIGN=
"left"
><CODE><A
HREF=
"net/sf/antcontrib/antclipse/ClassPathTask.html#TARGET_CLASSPATH"
>
TARGET_CLASSPATH
</A></CODE></TD>
<TD
ALIGN=
"right"
><CODE>
"classpath"
</CODE></TD>
</TR>
<TR
BGCOLOR=
"white"
CLASS=
"TableRowColor"
>
<A
NAME=
"net.sf.antcontrib.antclipse.ClassPathTask.TARGET_FILESET"
>
<!-- -->
</A><TD
ALIGN=
"right"
><FONT
SIZE=
"-1"
>
<CODE>
public
static
final
java.lang.String
</CODE></FONT></TD>
<TD
ALIGN=
"left"
><CODE><A
HREF=
"net/sf/antcontrib/antclipse/ClassPathTask.html#TARGET_FILESET"
>
TARGET_FILESET
</A></CODE></TD>
<TD
ALIGN=
"right"
><CODE>
"fileset"
</CODE></TD>
</TR>
</FONT></TD>
</TR>
</TABLE>
<P>
<P>
<TABLE
BORDER=
"1"
CELLPADDING=
"3"
CELLSPACING=
"0"
>
<TR
BGCOLOR=
"#EEEEFF"
CLASS=
"TableSubHeadingColor"
>
<TD
COLSPAN=
3
><B>
net.sf.antcontrib.platform.
<A
HREF=
"net/sf/antcontrib/platform/Platform.html"
>
Platform
</A></B></TD>
</TR>
<TR
BGCOLOR=
"white"
CLASS=
"TableRowColor"
>
<A
NAME=
"net.sf.antcontrib.platform.Platform.FAMILY_DOS"
>
<!-- -->
</A><TD
ALIGN=
"right"
><FONT
SIZE=
"-1"
>
<CODE>
public
static
final
int
</CODE></FONT></TD>