Author: jason.greene(a)jboss.com
Date: 2008-04-27 20:40:06 -0400 (Sun, 27 Apr 2008)
New Revision: 5704
Modified:
pojo/tags/2.1.0.GA/pom.xml
pojo/tags/2.1.0.GA/src/main/docbook/faq/en/master.xml
Log:
Fix doc type-o
Fix build
Modified: pojo/tags/2.1.0.GA/pom.xml
===================================================================
--- pojo/tags/2.1.0.GA/pom.xml 2008-04-27 20:35:45 UTC (rev 5703)
+++ pojo/tags/2.1.0.GA/pom.xml 2008-04-28 00:40:06 UTC (rev 5704)
@@ -189,12 +189,12 @@
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jbossorg-docbook-xslt</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jbossorg-jdocbook-style</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<type>jdocbook-style</type>
</dependency>
<dependency>
Modified: pojo/tags/2.1.0.GA/src/main/docbook/faq/en/master.xml
===================================================================
--- pojo/tags/2.1.0.GA/src/main/docbook/faq/en/master.xml 2008-04-27 20:35:45 UTC (rev
5703)
+++ pojo/tags/2.1.0.GA/src/main/docbook/faq/en/master.xml 2008-04-28 00:40:06 UTC (rev
5704)
@@ -287,7 +287,7 @@
<answer>
<para>
- These descriptors are necessary for instrumentation. However, yyou
typically do not need to touch them since they include a rule
+ These descriptors are necessary for instrumentation. However, you
typically do not need to touch them since they include a rule
which matches the classes with an @Replicable annotation. Therefore, all
you need to do, is just
annotate your class with @Replicable. Advanced users may decide to
customize them with special AOP prepare statements that match
classes which do not have @Replicable.
Show replies by date