Browse Source

Add pointer to TIM

Submitted by:	Mark Griffiths <mark@chive.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271502 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
62f2142b34
3 changed files with 103 additions and 1 deletions
  1. +74
    -0
      docs/external.html
  2. +1
    -1
      src/testcases/org/apache/tools/ant/taskdefs/DemuxOutputTask.java
  3. +28
    -0
      xdocs/external.xml

+ 74
- 0
docs/external.html View File

@@ -1046,6 +1046,80 @@
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Tidy Imports (Tim)"><strong>Tidy Imports (Tim)</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>Tim is a handy utility that can be executed on the command
line or via Ant that automatically formats your import
declarations. Tim is capable of removing unused imports,
expanding or collapsing imports and even organising them into
pre-determined groups.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Compatibility:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.3 and later
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://www.chive.com/tim.htm">http://www.chive.com/tim.htm</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Contact:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="mailto:support@chive.com">support@chive.com</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
License:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Commercial
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">


+ 1
- 1
src/testcases/org/apache/tools/ant/taskdefs/DemuxOutputTask.java View File

@@ -1,7 +1,7 @@
/*
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* Copyright (c) 2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without


+ 28
- 0
xdocs/external.xml View File

@@ -369,6 +369,34 @@
</table>
</subsection>

<subsection name="Tidy Imports (Tim)">

<p>Tim is a handy utility that can be executed on the command
line or via Ant that automatically formats your import
declarations. Tim is capable of removing unused imports,
expanding or collapsing imports and even organising them into
pre-determined groups.</p>
<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.3 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.chive.com/tim.htm">http://www.chive.com/tim.htm</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:support@chive.com">support@chive.com</a></td>
</tr>
<tr>
<th>License:</th>
<td>Commercial</td>
</tr>
</table>
</subsection>

<subsection name="TiniAnt">

<p>TiniAnt is an Ant task to support building applications for


Loading…
Cancel
Save