[jboss-cvs] JBossAS SVN: r62936 - projects/aop/trunk/aop/docs/examples/declare.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed May 9 06:34:51 EDT 2007
Author: kabir.khan at jboss.com
Date: 2007-05-09 06:34:51 -0400 (Wed, 09 May 2007)
New Revision: 62936
Modified:
projects/aop/trunk/aop/docs/examples/declare/declare.html
Log:
[JBAOP-399] 'JDK 1.4; not 'JDK'
Modified: projects/aop/trunk/aop/docs/examples/declare/declare.html
===================================================================
--- projects/aop/trunk/aop/docs/examples/declare/declare.html 2007-05-09 10:16:40 UTC (rev 62935)
+++ projects/aop/trunk/aop/docs/examples/declare/declare.html 2007-05-09 10:34:51 UTC (rev 62936)
@@ -48,7 +48,7 @@
$ ant run.aopc.50
</pre>
</p><p>
-(To run with JDK use $ ant run.aopc.14 as shown in the <a href="../valid_targets_not_annotated.html"/>non-annotated examples guide</a>.)
+(To run with JDK 1.4 use $ ant run.aopc.14 as shown in the <a href="../valid_targets_not_annotated.html"/>non-annotated examples guide</a>.)
</p><p>
It will generate the following output
<pre>
@@ -90,7 +90,7 @@
$ ant run.loadtime.50
</pre>
<p>
-(To run with JDK use $ ant run.loadtime.14 as shown in the <a href="../valid_targets_not_annotated.html"/>non-annotated examples guide</a>.)
+(To run with JDK 1.4 use $ ant run.loadtime.14 as shown in the <a href="../valid_targets_not_annotated.html"/>non-annotated examples guide</a>.)
</p>
</p>
<pre>
@@ -163,7 +163,7 @@
BUILD FAILED
</pre>
</p><p>
-See how the compiler stops at the first error and execution stops. (To run with JDK use $ ant run.loadtime.14 as shown in the <a href="../valid_targets_not_annotated.html"/>non-annotated examples guide</a>.)
+See how the compiler stops at the first error and execution stops. (To run with JDK 1.4 use $ ant run.loadtime.14 as shown in the <a href="../valid_targets_not_annotated.html"/>non-annotated examples guide</a>.)
</p><p>
<h3>declare-error loadtime</h3>
@@ -215,7 +215,7 @@
BUILD FAILED
</pre>
-Again you can see how the first broken condition causes execution to stop. (To run with JDK use $ ant run.loadtime.14 as shown in the <a href="../valid_targets_not_annotated.html"/>non-annotated examples guide</a>.)
+Again you can see how the first broken condition causes execution to stop. (To run with JDK 1.4 use $ ant run.loadtime.14 as shown in the <a href="../valid_targets_not_annotated.html"/>non-annotated examples guide</a>.)
</p>
</body>
</html>
More information about the jboss-cvs-commits
mailing list