Author: bodewig
Date: Thu Jan 19 12:40:43 2006
New Revision: 370624
URL: http://svn.apache.org/viewcvs?rev=370624&view=rev
Log:
make FAQ on XSLTC more current
Modified:
ant/core/trunk/docs/faq.html
ant/core/trunk/xdocs/faq.xml
ant/core/trunk/xdocs/stylesheets/templates.vm
Modified: ant/core/trunk/docs/faq.html
URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/faq.html?rev=370624&r1=370623&r2=370624&view=diff
==============================================================================
--- ant/core/trunk/docs/faq.html (original)
+++ ant/core/trunk/docs/faq.html Thu Jan 19 12:40:43 2006
@@ -1975,16 +1975,16 @@
<p>While JDK 1.4.x contains a version of Xalan-J 2, JDK 1.5
(and later?) have <a href="http://java.sun.com/j2se/1.5.0/compatibility.html#4959783">moved
to XSLTC</a>. Since this task uses Xalan's redirect
- extensions for its internal stylesheet, Ant doesn't support
- XSLTC yet. This means that you have to install <a href="http://xml.apache.org/xalan-j/">Xalan-J
2</a> in order
- to use this task with JDK 1.5.</p>
+ extensions for its internal stylesheet, Ant prior to 1.6.2 didn't support
+ XSLTC. This means that you have to install <a href="http://xml.apache.org/xalan-j/">Xalan-J
2</a> in order
+ to use this task with JDK 1.5 in older versions of Ant.</p>
<p>Starting with Ant 1.6.2 <code><junitreport></code>
supports JDK 1.5.</p>
</div>
</div>
<p class="copyright">
- Copyright © 2000-2005 The Apache Software Foundation. All rights
reserved.
+ Copyright © 2000-2006 The Apache Software Foundation. All rights
reserved.
<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// -->
Modified: ant/core/trunk/xdocs/faq.xml
URL: http://svn.apache.org/viewcvs/ant/core/trunk/xdocs/faq.xml?rev=370624&r1=370623&r2=370624&view=diff
==============================================================================
--- ant/core/trunk/xdocs/faq.xml (original)
+++ ant/core/trunk/xdocs/faq.xml Thu Jan 19 12:40:43 2006
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright 2001-2005 The Apache Software Foundation
+ Copyright 2001-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.
@@ -1764,10 +1764,10 @@
(and later?) have <a
href="http://java.sun.com/j2se/1.5.0/compatibility.html#4959783">moved
to XSLTC</a>. Since this task uses Xalan's redirect
- extensions for its internal stylesheet, Ant doesn't support
- XSLTC yet. This means that you have to install <a
+ extensions for its internal stylesheet, Ant prior to 1.6.2 didn't support
+ XSLTC. This means that you have to install <a
href="http://xml.apache.org/xalan-j/">Xalan-J 2</a> in order
- to use this task with JDK 1.5.</p>
+ to use this task with JDK 1.5 in older versions of Ant.</p>
<p>Starting with Ant 1.6.2 <code><junitreport></code>
supports JDK 1.5.</p>
Modified: ant/core/trunk/xdocs/stylesheets/templates.vm
URL: http://svn.apache.org/viewcvs/ant/core/trunk/xdocs/stylesheets/templates.vm?rev=370624&r1=370623&r2=370624&view=diff
==============================================================================
--- ant/core/trunk/xdocs/stylesheets/templates.vm (original)
+++ ant/core/trunk/xdocs/stylesheets/templates.vm Thu Jan 19 12:40:43 2006
@@ -1,5 +1,5 @@
#*
- * Copyright 2000-2005 The Apache Software Foundation
+ * Copyright 2000-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.
@@ -287,7 +287,7 @@
#macro (footer)
<p class="copyright">
- Copyright © 2000-2005 The Apache Software Foundation. All rights
reserved.
+ Copyright © 2000-2006 The Apache Software Foundation. All rights
reserved.
<script type="text/javascript" language="JavaScript"><!--
document.write(" - "+"Last Published: " + document.lastModified);
// -->
@@ -295,4 +295,4 @@
</p>
</body>
</html>
-#end
\ No newline at end of file
+#end
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|