[jboss-cvs] JBossAS SVN: r93187 - in projects/annotations/trunk/doc/developerguide: en and 1 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Sep 3 14:22:16 EDT 2009
Author: jesper.pedersen
Date: 2009-09-03 14:22:16 -0400 (Thu, 03 Sep 2009)
New Revision: 93187
Modified:
projects/annotations/trunk/doc/developerguide/build.xml
projects/annotations/trunk/doc/developerguide/en/master.xml
projects/annotations/trunk/doc/developerguide/en/modules/building.xml
projects/annotations/trunk/doc/developerguide/en/modules/testing.xml
Log:
[JBANN-29] Rebrand as Papaki
Modified: projects/annotations/trunk/doc/developerguide/build.xml
===================================================================
--- projects/annotations/trunk/doc/developerguide/build.xml 2009-09-03 18:19:39 UTC (rev 93186)
+++ projects/annotations/trunk/doc/developerguide/build.xml 2009-09-03 18:22:16 UTC (rev 93187)
@@ -1,7 +1,7 @@
<project name="developerguide" default="all" basedir=".">
<property name="build.dir" value="${basedir}/../../target/docs/developerguide"/>
- <property name="pdf.name" value="JBossAnnotationsDeveloperGuide.pdf"/>
+ <property name="pdf.name" value="PapakiDeveloperGuide.pdf"/>
<import file="${basedir}/../../tools/docbook/support.xml"/>
<target name="all" depends="clean">
Modified: projects/annotations/trunk/doc/developerguide/en/master.xml
===================================================================
--- projects/annotations/trunk/doc/developerguide/en/master.xml 2009-09-03 18:19:39 UTC (rev 93186)
+++ projects/annotations/trunk/doc/developerguide/en/master.xml 2009-09-03 18:22:16 UTC (rev 93187)
@@ -8,7 +8,7 @@
]>
<book lang="en">
<bookinfo>
- <title>JBoss Annotations 1.0 Developer's Guide</title>
+ <title>Papaki 1.0 Developer's Guide</title>
</bookinfo>
<toc></toc>
Modified: projects/annotations/trunk/doc/developerguide/en/modules/building.xml
===================================================================
--- projects/annotations/trunk/doc/developerguide/en/modules/building.xml 2009-09-03 18:19:39 UTC (rev 93186)
+++ projects/annotations/trunk/doc/developerguide/en/modules/building.xml 2009-09-03 18:22:16 UTC (rev 93187)
@@ -71,7 +71,7 @@
<para>The anonymous SVN repository is located under:</para>
<programlisting>
-svn co http://anonsvn.jboss.org/repos/jbossas/projects/annotations/trunk/ annotations-trunk
+svn co http://anonsvn.jboss.org/repos/jbossas/projects/annotations/trunk/ papaki-trunk
</programlisting>
</section>
@@ -81,7 +81,7 @@
<para>The developer SVN repository is located under:</para>
<programlisting>
-svn co https://svn.jboss.org/repos/jbossas/projects/annotations/trunk/ annotations-trunk
+svn co https://svn.jboss.org/repos/jbossas/projects/annotations/trunk/ papaki-trunk
</programlisting>
</section>
@@ -101,7 +101,7 @@
<section id="compiling">
<title>Compiling the source code</title>
- <para>In order to build the JBoss Annotations project you execute:</para>
+ <para>In order to build the Papaki project you execute:</para>
<programlisting>
ant <target>
</programlisting>
Modified: projects/annotations/trunk/doc/developerguide/en/modules/testing.xml
===================================================================
--- projects/annotations/trunk/doc/developerguide/en/modules/testing.xml 2009-09-03 18:19:39 UTC (rev 93186)
+++ projects/annotations/trunk/doc/developerguide/en/modules/testing.xml 2009-09-03 18:22:16 UTC (rev 93187)
@@ -9,13 +9,13 @@
<para>The test cases are located under:</para>
<programlisting>
-org.jboss.annotation.test
+org.jboss.papaki.test
</programlisting>
</section>
<section id="qa">
<title>Quality Assurance</title>
- <para>In addition to the test suite the JBoss Annotations project deploys various
+ <para>In addition to the test suite the Papaki project deploys various
tools to increase the stability of the project.</para>
<para>The following sections will describe each of these tools.</para>
@@ -35,7 +35,7 @@
<para>Findbugs is a tool that scans your project for bugs and provides reports based on its
findings.</para>
- <para>This tool helps lower of the number of bugs found in the JBoss Annotations project.</para>
+ <para>This tool helps lower of the number of bugs found in the Papaki project.</para>
<para>The home of findbugs is located here: <ulink url="http://findbugs.sourceforge.net/"/>.</para>
@@ -46,7 +46,7 @@
<para>Cobertura generates a test suite matrix for your project which helps you identify
where you need additional test coverage.</para>
- <para>The reports that the tool provides makes sure that the JBoss Annotations project has the correct test coverage.</para>
+ <para>The reports that the tool provides makes sure that the Papaki project has the correct test coverage.</para>
<para>The home of Cobertura is located here: <ulink url="http://cobertura.sourceforge.net/"/>.</para>
More information about the jboss-cvs-commits
mailing list