Author: wglass
Date: Mon Jul 11 12:58:58 2005
New Revision: 210198

URL: http://svn.apache.org/viewcvs?rev=210198&view=rev
Log:
revised links to old product documentation, moved javadoc to versioned location

Modified:
    jakarta/velocity/core/trunk/build/build.xml
    jakarta/velocity/core/trunk/xdocs/.htaccess
    jakarta/velocity/core/trunk/xdocs/anakia.xml
    jakarta/velocity/core/trunk/xdocs/changes.xml
    jakarta/velocity/core/trunk/xdocs/developer-guide.xml
    jakarta/velocity/core/trunk/xdocs/license.xml
    jakarta/velocity/core/trunk/xdocs/texen.xml
    jakarta/velocity/core/trunk/xdocs/user-guide.xml
    jakarta/velocity/core/trunk/xdocs/veltag.xml
    jakarta/velocity/core/trunk/xdocs/vtl-reference-guide.xml

Modified: jakarta/velocity/core/trunk/build/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/build/build.xml?rev=210198&r1=210197&r2=210198&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/build/build.xml (original)
+++ jakarta/velocity/core/trunk/build/build.xml Mon Jul 11 12:58:58 2005
@@ -13,9 +13,6 @@
   <property name="Name" value="Velocity"/>
   <property name="version" value="1.5-dev"/>
   
-  <!-- the name of the versioned product documentation -->
-  <property name="docsfolder" value="docs15"/>
-
   <property name="project" value="velocity"/>
     
   <property name="build.dir" value="../bin"/>
@@ -26,7 +23,7 @@
 
   <property name="src.java.dir" value="../src/java"/>
   <property name="test.java.dir" value="../src/test"/>
-  <property name="javadoc.destdir" value="../docs/api"/>
+  <property name="javadoc.destdir" value="../docs/docs/api"/>
   <property name="final.name" value="${project}-${version}"/>
   <property name="dist.root" value="../dist"/>
   <property name="dist.dir" value="${dist.root}/${final.name}"/>
@@ -664,7 +661,7 @@
   <!-- =================================================================== -->
 
   <target name="docs" 
-          depends="jar"
+          depends="jar,javadocs"
           description="generates the HTML documentation"
           >
       <taskdef name="anakia"

Modified: jakarta/velocity/core/trunk/xdocs/.htaccess
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/.htaccess?rev=210198&r1=210197&r2=210198&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/.htaccess (original)
+++ jakarta/velocity/core/trunk/xdocs/.htaccess Mon Jul 11 12:58:58 2005
@@ -8,3 +8,4 @@
 RewriteRule ^user-guide\.html velocity/docs14/user-guide.html 

 RewriteRule ^veltag\.html docs14/veltag.html 

 RewriteRule ^vtl-reference-guide\.html 
velocity/docs14/vtl-reference-guide.html 

+RewriteRule ^api velocity/docs14/api


Modified: jakarta/velocity/core/trunk/xdocs/anakia.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/anakia.xml?rev=210198&r1=210197&r2=210198&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/anakia.xml (original)
+++ jakarta/velocity/core/trunk/xdocs/anakia.xml Mon Jul 11 12:58:58 2005
@@ -13,7 +13,7 @@
 

 <p>

 Anakia documentation has moved 

-<a href="http://jakarta.apache.org/velocity/docs14/anakia.html";>here</a>.

+<a href="docs/anakia.html">here</a>.

 </p>

 

 </section>


Modified: jakarta/velocity/core/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/changes.xml?rev=210198&r1=210197&r2=210198&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/changes.xml (original)
+++ jakarta/velocity/core/trunk/xdocs/changes.xml Mon Jul 11 12:58:58 2005
@@ -13,7 +13,7 @@
 

 <p>

 Velocity documentation has moved 

-<a href="http://jakarta.apache.org/velocity/docs14/changes.html";>here</a>.

+<a href="docs/changes.html">here</a>.

 </p>

 

 </section>


Modified: jakarta/velocity/core/trunk/xdocs/developer-guide.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/developer-guide.xml?rev=210198&r1=210197&r2=210198&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/developer-guide.xml (original)
+++ jakarta/velocity/core/trunk/xdocs/developer-guide.xml Mon Jul 11 12:58:58 
2005
@@ -14,7 +14,7 @@
 

 <p>

 Velocity documentation has moved 

-<a 
href="http://jakarta.apache.org/velocity/docs14/developer-guide.html";>here</a>.

+<a href="docs/developer-guide.html">here</a>.

 </p>

 

 </section>


Modified: jakarta/velocity/core/trunk/xdocs/license.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/license.xml?rev=210198&r1=210197&r2=210198&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/license.xml (original)
+++ jakarta/velocity/core/trunk/xdocs/license.xml Mon Jul 11 12:58:58 2005
@@ -13,7 +13,7 @@
 

 <p>

 Velocity documentation has moved 

-<a href="http://jakarta.apache.org/velocity/docs14/license.html";>here</a>.

+<a href="docs/license.html">here</a>.

 </p>

 

 </section>


Modified: jakarta/velocity/core/trunk/xdocs/texen.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/texen.xml?rev=210198&r1=210197&r2=210198&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/texen.xml (original)
+++ jakarta/velocity/core/trunk/xdocs/texen.xml Mon Jul 11 12:58:58 2005
@@ -13,7 +13,7 @@
 

 <p>

 Velocity documentation has moved 

-<a href="http://jakarta.apache.org/velocity/docs14/texen.html";>here</a>.

+<a href="docs/texen.html">here</a>.

 </p>

 

 </section>


Modified: jakarta/velocity/core/trunk/xdocs/user-guide.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/user-guide.xml?rev=210198&r1=210197&r2=210198&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/user-guide.xml (original)
+++ jakarta/velocity/core/trunk/xdocs/user-guide.xml Mon Jul 11 12:58:58 2005
@@ -13,7 +13,7 @@
 

 <p>

 Velocity documentation has moved 

-<a href="http://jakarta.apache.org/velocity/docs14/user-guide.html";>here</a>.

+<a href="docs/user-guide.html">here</a>.

 </p>

 

 </section>


Modified: jakarta/velocity/core/trunk/xdocs/veltag.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/veltag.xml?rev=210198&r1=210197&r2=210198&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/veltag.xml (original)
+++ jakarta/velocity/core/trunk/xdocs/veltag.xml Mon Jul 11 12:58:58 2005
@@ -12,7 +12,7 @@
 

 <p>

 Velocity documentation has moved 

-<a href="http://jakarta.apache.org/velocity/docs14/veltag.html";>here</a>.

+<a href="docs/veltag.html">here</a>.

 </p>

 

 </section>


Modified: jakarta/velocity/core/trunk/xdocs/vtl-reference-guide.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/vtl-reference-guide.xml?rev=210198&r1=210197&r2=210198&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/xdocs/vtl-reference-guide.xml (original)
+++ jakarta/velocity/core/trunk/xdocs/vtl-reference-guide.xml Mon Jul 11 
12:58:58 2005
@@ -13,7 +13,7 @@
 

 <p>

 Velocity documentation has moved 

-<a 
href="http://jakarta.apache.org/velocity/docs14/vtl-reference-guide.html";>here</a>.

+<a href="docs/vtl-reference-guide.html">here</a>.

 </p>

 

 </section>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to