diff --git a/manual/Tasks/makeurl.html b/manual/Tasks/makeurl.html
index bef63e28d..b20f94a1e 100644
--- a/manual/Tasks/makeurl.html
+++ b/manual/Tasks/makeurl.html
@@ -18,8 +18,7 @@
- Makeurl
- Task
+ Makeurl Task
- Makeurl
- Task
+ Makeurl Task
|
-
+
|
diff --git a/manual/Tasks/setproxy.html b/manual/Tasks/setproxy.html
index 60aa984e7..245924ce8 100644
--- a/manual/Tasks/setproxy.html
+++ b/manual/Tasks/setproxy.html
@@ -18,8 +18,7 @@
- Setproxy
- Task
+ Setproxy Task
- Setproxy
- Task
+ Setproxy Task
Sets Java's web proxy properties, so that tasks and code run in the same JVM can have through-the-firewall access to remote web sites, and remote ftp sites.
|
-
+
|
diff --git a/manual/Tasks/subant.html b/manual/Tasks/subant.html
index f3c23ee2b..424bb67ef 100644
--- a/manual/Tasks/subant.html
+++ b/manual/Tasks/subant.html
@@ -18,8 +18,7 @@
- Subant
- Task
+ Subant Task
- Subant
- Task
+ Subant Task
Calls a given target for all defined sub-builds.
|
-
+
|
diff --git a/manual/Tasks/tempfile.html b/manual/Tasks/tempfile.html
index 28f8404ea..1be00d07f 100644
--- a/manual/Tasks/tempfile.html
+++ b/manual/Tasks/tempfile.html
@@ -18,8 +18,7 @@
- Tempfile
- Task
+ Tempfile Task
- Tempfile
- Task
+ Tempfile Task
This task sets a property to the name of a temporary file.
|
-
+
|
diff --git a/manual/developlist.html b/manual/developlist.html
index 3235c835a..1bbdc4e26 100644
--- a/manual/developlist.html
+++ b/manual/developlist.html
@@ -30,8 +30,8 @@
Developing with Apache Ant
-- Ant in Anger
-- Ant Task Guidelines
+- Ant in Anger (online)
+- Ant Task Guidelines (online)
- Writing Your Own Task
- Tasks Designed for Extension
- Build Events
diff --git a/manual/stylesheets/antmanual.css b/manual/stylesheets/antmanual.css
deleted file mode 100644
index 049b2eda6..000000000
--- a/manual/stylesheets/antmanual.css
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- */
-body {
- background-image:url(/images/beta.png)
-}
diff --git a/manual/tutorial-tasks-filesets-properties.html b/manual/tutorial-tasks-filesets-properties.html
index fdbe1be5b..3a36e7ef0 100644
--- a/manual/tutorial-tasks-filesets-properties.html
+++ b/manual/tutorial-tasks-filesets-properties.html
@@ -713,7 +713,7 @@ If we decide to contribute our task, we should do some things:
- create a patch file
- publishing that patch file
-The Ant Task Guidelines [6] support additional
+The Ant Task Guidelines [6] support additional
information on that.
Now we will check the "Checklist before submitting a new task" described in that guideline.
@@ -864,7 +864,7 @@ and run ant test (like above).
Checkstyle
There are many things we have to ensure. Indentation with 4 spaces, blanks here and there, ...
-(all described in the Ant Task Guidelines [6] which
+(all described in the Ant Task Guidelines [6] which
includes the Sun code style
[9]). Because there are so many things we would be happy to have a tool for do the checks.
There is one: checkstyle. Checkstyle is available at
@@ -904,7 +904,7 @@ cvs access). As a result we get a file TODO .
Publish the task
-Finally we publish that archive. As described in the
+Finally we publish that archive. As described in the
Ant Task Guidelines [7] we can post it on the developer mailinglist or we create a BugZilla
entry. For both we need some information:
diff --git a/manual/using.html b/manual/using.html
index 4adb38bf9..d3b9a5678 100644
--- a/manual/using.html
+++ b/manual/using.html
@@ -568,8 +568,7 @@ For the declaration there are several ways:
If you need a special function, you should
- have a look at this manual, because Ant provides lot of tasks
- - have a look at the external task page in the manual
- (or better online)
+ - have a look at the external task page online
- have a look at the external task wiki
page
- ask on the Ant user list