Browse Source

Minor change so that doco link works when browsing locally

Don't include generated API in source distribution


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269499 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 24 years ago
parent
commit
856dad96ac
10 changed files with 12 additions and 9 deletions
  1. +1
    -0
      .cvsignore
  2. +3
    -1
      build.xml
  3. +1
    -1
      docs/antnews.html
  4. +1
    -1
      docs/external.html
  5. +1
    -1
      docs/faq.html
  6. +1
    -1
      docs/index.html
  7. +1
    -1
      docs/logos.html
  8. +1
    -1
      docs/problems.html
  9. +1
    -1
      docs/resources.html
  10. +1
    -1
      xdocs/stylesheets/project.xml

+ 1
- 0
.cvsignore View File

@@ -6,4 +6,5 @@ distribution
prj.el prj.el
emacs-jprj.el emacs-jprj.el
bootstrap.bat.pif bootstrap.bat.pif
velocity.log



+ 3
- 1
build.xml View File

@@ -417,7 +417,9 @@
</copy> </copy>


<copy todir="${src.dist.docs}"> <copy todir="${src.dist.docs}">
<fileset dir="${docs.dir}"/>
<fileset dir="${docs.dir}">
<exclude name="manual/api/**"/>
</fileset>
</copy> </copy>


<copy todir="${src.dist.dir}"> <copy todir="${src.dist.dir}">


+ 1
- 1
docs/antnews.html View File

@@ -39,7 +39,7 @@
</li> </li>
<li> <a href="./antnews.html">News</a> <li> <a href="./antnews.html">News</a>
</li> </li>
<li> <a href="./manual/">Documentation</a>
<li> <a href="./manual/index.html">Documentation</a>
</li> </li>
<li> <a href="./external.html">External Tools and Tasks</a> <li> <a href="./external.html">External Tools and Tasks</a>
</li> </li>


+ 1
- 1
docs/external.html View File

@@ -37,7 +37,7 @@
</li> </li>
<li> <a href="./antnews.html">News</a> <li> <a href="./antnews.html">News</a>
</li> </li>
<li> <a href="./manual/">Documentation</a>
<li> <a href="./manual/index.html">Documentation</a>
</li> </li>
<li> <a href="./external.html">External Tools and Tasks</a> <li> <a href="./external.html">External Tools and Tasks</a>
</li> </li>


+ 1
- 1
docs/faq.html View File

@@ -37,7 +37,7 @@
</li> </li>
<li> <a href="./antnews.html">News</a> <li> <a href="./antnews.html">News</a>
</li> </li>
<li> <a href="./manual/">Documentation</a>
<li> <a href="./manual/index.html">Documentation</a>
</li> </li>
<li> <a href="./external.html">External Tools and Tasks</a> <li> <a href="./external.html">External Tools and Tasks</a>
</li> </li>


+ 1
- 1
docs/index.html View File

@@ -39,7 +39,7 @@
</li> </li>
<li> <a href="./antnews.html">News</a> <li> <a href="./antnews.html">News</a>
</li> </li>
<li> <a href="./manual/">Documentation</a>
<li> <a href="./manual/index.html">Documentation</a>
</li> </li>
<li> <a href="./external.html">External Tools and Tasks</a> <li> <a href="./external.html">External Tools and Tasks</a>
</li> </li>


+ 1
- 1
docs/logos.html View File

@@ -37,7 +37,7 @@
</li> </li>
<li> <a href="./antnews.html">News</a> <li> <a href="./antnews.html">News</a>
</li> </li>
<li> <a href="./manual/">Documentation</a>
<li> <a href="./manual/index.html">Documentation</a>
</li> </li>
<li> <a href="./external.html">External Tools and Tasks</a> <li> <a href="./external.html">External Tools and Tasks</a>
</li> </li>


+ 1
- 1
docs/problems.html View File

@@ -37,7 +37,7 @@
</li> </li>
<li> <a href="./antnews.html">News</a> <li> <a href="./antnews.html">News</a>
</li> </li>
<li> <a href="./manual/">Documentation</a>
<li> <a href="./manual/index.html">Documentation</a>
</li> </li>
<li> <a href="./external.html">External Tools and Tasks</a> <li> <a href="./external.html">External Tools and Tasks</a>
</li> </li>


+ 1
- 1
docs/resources.html View File

@@ -37,7 +37,7 @@
</li> </li>
<li> <a href="./antnews.html">News</a> <li> <a href="./antnews.html">News</a>
</li> </li>
<li> <a href="./manual/">Documentation</a>
<li> <a href="./manual/index.html">Documentation</a>
</li> </li>
<li> <a href="./external.html">External Tools and Tasks</a> <li> <a href="./external.html">External Tools and Tasks</a>
</li> </li>


+ 1
- 1
xdocs/stylesheets/project.xml View File

@@ -14,7 +14,7 @@
<item name="News" <item name="News"
href="/antnews.html"/> href="/antnews.html"/>
<item name="Documentation" <item name="Documentation"
href="/manual/"/>
href="/manual/index.html"/>
<item name="External Tools and Tasks" <item name="External Tools and Tasks"
href="/external.html"/> href="/external.html"/>
<item name="Resources" <item name="Resources"


Loading…
Cancel
Save