aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2006-02-17 13:56:40 +0000
committerJeremias Maerki <jeremias@apache.org>2006-02-17 13:56:40 +0000
commit7d3e991871bb74e8e2ce7eb77f2e5748e7d84d63 (patch)
tree4f26889ab12c6617b21ffb75e3f4dbb68cf15bd5 /src
parentfbfdbea38c593b79b29656276873309d1b33865f (diff)
downloadxmlgraphics-fop-7d3e991871bb74e8e2ce7eb77f2e5748e7d84d63.tar.gz
xmlgraphics-fop-7d3e991871bb74e8e2ce7eb77f2e5748e7d84d63.zip
userconfig attribute works now on FOP Ant task.
Fixed wrong destination. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@378511 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/documentation/content/xdocs/dev/index.xml2
-rw-r--r--src/documentation/content/xdocs/trunk/anttask.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/documentation/content/xdocs/dev/index.xml b/src/documentation/content/xdocs/dev/index.xml
index 08b600c7f..ecca865a4 100644
--- a/src/documentation/content/xdocs/dev/index.xml
+++ b/src/documentation/content/xdocs/dev/index.xml
@@ -163,7 +163,7 @@ To unsubscribe: Send email to <link href="mailto:fop-dev-unsubscribe@xmlgraphics
<ul>
<li>If your changes include source code, make sure that it does not break FOP (i.e. make sure that FOP still compiles with your changes).</li>
<li>If your changes include test files, review the <link href="testing.html">Testing page</link>.</li>
- <li><link href="tools.html#cvs_patch">Create a patch file</link> for the differences to be applied to the existing code.</li>
+ <li><link href="tools.html#patches">Create a patch file</link> for the differences to be applied to the existing code.</li>
<li><link href="../bugs.html#issues_new">Create a new bugzilla issue</link> for the patch. Include the text "[PATCH]" at the beginning of the description. Attach the patch file to the issue.</li>
</ul>
<p>One of the committers will test your patch and consider its implications for the project. They will then either commit it to the repository or explain on the issue why they did not. Depending on the work load and skill-sets of the various committers, it may take some time before a a submitted patch is addressed.</p>
diff --git a/src/documentation/content/xdocs/trunk/anttask.xml b/src/documentation/content/xdocs/trunk/anttask.xml
index fd8a7e0dc..ba21c861a 100644
--- a/src/documentation/content/xdocs/trunk/anttask.xml
+++ b/src/documentation/content/xdocs/trunk/anttask.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" standalone="no"?>
<!--
- Copyright 1999-2005 The Apache Software Foundation
+ Copyright 1999-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -119,7 +119,7 @@
</tr>
<tr>
<td>userconfig</td>
- <td>User configuration file (same as the FOP "-c" command line option). <strong>Currently doesn't work in FOP Trunk!!!</strong></td>
+ <td>User configuration file (same as the FOP "-c" command line option).</td>
<td>No</td>
</tr>
<tr>