[jboss-cvs] JBossAS SVN: r93186 - in projects/annotations/trunk/doc/userguide: en and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 3 14:19:40 EDT 2009


Author: jesper.pedersen
Date: 2009-09-03 14:19:39 -0400 (Thu, 03 Sep 2009)
New Revision: 93186

Removed:
   projects/annotations/trunk/doc/userguide/en/modules/gettingstarted.xml
Modified:
   projects/annotations/trunk/doc/userguide/build.xml
   projects/annotations/trunk/doc/userguide/en/master.xml
   projects/annotations/trunk/doc/userguide/en/modules/about.xml
   projects/annotations/trunk/doc/userguide/en/modules/ant.xml
   projects/annotations/trunk/doc/userguide/en/modules/download.xml
   projects/annotations/trunk/doc/userguide/en/modules/installation.xml
   projects/annotations/trunk/doc/userguide/en/modules/introduction.xml
   projects/annotations/trunk/doc/userguide/en/modules/usage.xml
Log:
[JBANN-29] Rebrand as Papaki

Modified: projects/annotations/trunk/doc/userguide/build.xml
===================================================================
--- projects/annotations/trunk/doc/userguide/build.xml	2009-09-03 18:03:08 UTC (rev 93185)
+++ projects/annotations/trunk/doc/userguide/build.xml	2009-09-03 18:19:39 UTC (rev 93186)
@@ -1,7 +1,7 @@
 <project name="userguide" default="all" basedir=".">
 
   <property name="build.dir" value="${basedir}/../../target/docs/userguide"/>
-  <property name="pdf.name"  value="JBossAnnotationsUsersGuide.pdf"/>
+  <property name="pdf.name"  value="PapakiUsersGuide.pdf"/>
   <import file="${basedir}/../../tools/docbook/support.xml"/>
 
   <target name="all" depends="clean">

Modified: projects/annotations/trunk/doc/userguide/en/master.xml
===================================================================
--- projects/annotations/trunk/doc/userguide/en/master.xml	2009-09-03 18:03:08 UTC (rev 93185)
+++ projects/annotations/trunk/doc/userguide/en/master.xml	2009-09-03 18:19:39 UTC (rev 93186)
@@ -12,7 +12,7 @@
         ]>
 <book lang="en">
    <bookinfo>
-      <title>JBoss Annotations 1.0 User's Guide</title>
+      <title>Papaki 1.0 User's Guide</title>
    </bookinfo>
 
    <toc></toc>

Modified: projects/annotations/trunk/doc/userguide/en/modules/about.xml
===================================================================
--- projects/annotations/trunk/doc/userguide/en/modules/about.xml	2009-09-03 18:03:08 UTC (rev 93185)
+++ projects/annotations/trunk/doc/userguide/en/modules/about.xml	2009-09-03 18:19:39 UTC (rev 93186)
@@ -1,17 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <chapter id="about">
-  <title>About JBoss Annotations</title>
+  <title>About Papaki</title>
 
-  <para>The goal of the JBoss Annotations project is to provide an annotation scanner and
+  <para>The goal of the Papaki project is to provide an annotation scanner and
     an annotation repository which can be queried.</para>
 
   <para>Furthermore the project will provide various tools that will help lower the 
     performance overhead of annotation scanning.</para>
 
+  <para>Papaki is Greek slang for the '@' character which is used in the Java programming language
+    to specify an annotation.</para>
+
   <section id="theteam">
     <title>The team</title>
 
-    <para>Jesper Pedersen acts as the lead for the JBoss Annotations project. He can be reached at jesper (dot) pedersen (at) jboss (dot) org.</para>
+    <para>Jesper Pedersen acts as the lead for the Papaki project. He can be reached at jesper (dot) pedersen (at) jboss (dot) org.</para>
   </section>
 
   <section id="thanksto">

Modified: projects/annotations/trunk/doc/userguide/en/modules/ant.xml
===================================================================
--- projects/annotations/trunk/doc/userguide/en/modules/ant.xml	2009-09-03 18:03:08 UTC (rev 93185)
+++ projects/annotations/trunk/doc/userguide/en/modules/ant.xml	2009-09-03 18:19:39 UTC (rev 93186)
@@ -2,15 +2,15 @@
 <chapter id="ant">
   <title>Apache Ant integration</title>
 
-  <para>The JBoss Annotations project features the following Apache Ant tasks.</para>
+  <para>The Papaki project features the following Apache Ant tasks.</para>
 
   <section id="indexertask">
     <title>The Indexer task</title>
 
-    <para>The jboss-annotations-indexer.jar file contains the Indexer task for the project.</para>
+    <para>The papaki-indexer.jar file contains the Indexer task for the project.</para>
 
     <programlisting>
-&lt;taskdef name="indexer" classname="org.jboss.annotations.indexer.IndexerTask"/&gt;
+&lt;taskdef name="indexer" classname="org.jboss.papaki.indexer.IndexerTask"/&gt;
     </programlisting>
 
     <para>The Indexer will generate the project specific metadata file which describes

Modified: projects/annotations/trunk/doc/userguide/en/modules/download.xml
===================================================================
--- projects/annotations/trunk/doc/userguide/en/modules/download.xml	2009-09-03 18:03:08 UTC (rev 93185)
+++ projects/annotations/trunk/doc/userguide/en/modules/download.xml	2009-09-03 18:19:39 UTC (rev 93186)
@@ -10,7 +10,7 @@
       <para>Each release is labelled with a version number and an identifier.</para>
 
       <programlisting>
-jboss-annotations-&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;[.&lt;identifier&gt;]
+papaki-&lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;[.&lt;identifier&gt;]
       </programlisting>
 
       <para>where</para>
@@ -47,7 +47,7 @@
       <para>An example</para>
 
       <programlisting>
-jboss-annotations-1.0.0.tar.gz
+papaki-1.0.0.tar.gz
       </programlisting>
 
       <para>which is the first stable release of the project.</para>
@@ -63,7 +63,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>
 
       <para>You can find additional information about this in the developer guide.</para>

Deleted: projects/annotations/trunk/doc/userguide/en/modules/gettingstarted.xml
===================================================================
--- projects/annotations/trunk/doc/userguide/en/modules/gettingstarted.xml	2009-09-03 18:03:08 UTC (rev 93185)
+++ projects/annotations/trunk/doc/userguide/en/modules/gettingstarted.xml	2009-09-03 18:19:39 UTC (rev 93186)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<chapter id="gettingstarted">
-   <title>Download Software</title>
-   <para>The official JBoss JCA project page is <ulink
-   url="http://www.jboss.org/jbossjca/">http://www.jboss.org/jbossjca/</ulink>.</para>
-   <para>The download location is
-   zone: <ulink
-   url="http://www.jboss.org/jbossjca/downloads/">http://www.jboss.org/jbossjca/downloads/</ulink></para>
-   <section id="SVN">
-      <title>SVN Access</title>
-      <para>If you want to experiment with the latest developments you may
-      checkout the latest code from SVN trunk. Be aware that the
-      information provided in this manual might then not be accurate.</para>
-   </section>
-</chapter>

Modified: projects/annotations/trunk/doc/userguide/en/modules/installation.xml
===================================================================
--- projects/annotations/trunk/doc/userguide/en/modules/installation.xml	2009-09-03 18:03:08 UTC (rev 93185)
+++ projects/annotations/trunk/doc/userguide/en/modules/installation.xml	2009-09-03 18:19:39 UTC (rev 93186)
@@ -10,13 +10,13 @@
      <para>Extract the distribution using</para>
 
      <programlisting>
-tar xzf jboss-annotations-1.0.0.tar.gz
+tar xzf papaki-1.0.0.tar.gz
      </programlisting>
 
      <para>The distribution will be located in a directory named</para>
 
      <programlisting>
-jboss-annotations-1.0.0
+papaki-1.0.0
      </programlisting>
 
    </section>
@@ -27,7 +27,7 @@
      <para>Extract the distribution using</para>
 
      <programlisting>
-unzip jboss-annotations-1.0.0.tar.gz
+unzip papaki-1.0.0.tar.gz
      </programlisting>
 
      <para>or any program capable of handling Zip archives such as WinZip and WinRar.</para>
@@ -35,7 +35,7 @@
      <para>The distribution will be located in a directory named</para>
 
      <programlisting>
-jboss-annotations-1.0.0
+papaki-1.0.0
      </programlisting>
 
    </section>
@@ -43,7 +43,7 @@
    <section id="directorystructure">
      <title>Directory structure</title>
 
-     <para>The JBoss Annotations project has the following directory structure:</para>
+     <para>The Papaki project has the following directory structure:</para>
 
     <itemizedlist spacing="compact">
       <listitem>
@@ -62,7 +62,7 @@
    <section id="projectdependencies">
      <title>Dependencies</title>
      
-     <para>The JBoss Annotations project has the following optional run-time dependency:</para>
+     <para>The Papaki project has the following optional run-time dependency:</para>
      
      <itemizedlist spacing="compact">
        <listitem>
@@ -70,7 +70,7 @@
        </listitem>
      </itemizedlist>
      
-     <para>JBoss Annotations project use java.util.logging as its logging framework.</para>
+     <para>Papaki uses the Java Logging framework (java.util.logging) for logging.</para>
 
    </section>
 

Modified: projects/annotations/trunk/doc/userguide/en/modules/introduction.xml
===================================================================
--- projects/annotations/trunk/doc/userguide/en/modules/introduction.xml	2009-09-03 18:03:08 UTC (rev 93185)
+++ projects/annotations/trunk/doc/userguide/en/modules/introduction.xml	2009-09-03 18:19:39 UTC (rev 93186)
@@ -2,7 +2,7 @@
 <chapter id="introduction">
    <title>Introduction</title>
 
-   <para>JBoss Annotations is a project that will scan for annotations in .jar files
+   <para>Papaki is a project that will scan for annotations in .jar files
      and let the developer interact with the generated annotation repository.</para>
 
    <para>The project is split into various areas:</para>
@@ -23,7 +23,7 @@
    <section id="corefunctionality">
       <title>Core functionality</title>
 
-      <para>The core functionality of the JBoss Annotations project is to scan for
+      <para>The core functionality of the Papaki project is to scan for
         annotations and build a repository that can be queried.</para>
 
       <para>The project scans for annotations at</para>
@@ -55,7 +55,7 @@
 
         <itemizedlist spacing="compact">
           <listitem>
-            META-INF/jboss-annotation.ser
+            META-INF/papaki.ser
           </listitem>
         </itemizedlist>
 

Modified: projects/annotations/trunk/doc/userguide/en/modules/usage.xml
===================================================================
--- projects/annotations/trunk/doc/userguide/en/modules/usage.xml	2009-09-03 18:03:08 UTC (rev 93185)
+++ projects/annotations/trunk/doc/userguide/en/modules/usage.xml	2009-09-03 18:19:39 UTC (rev 93186)
@@ -5,14 +5,14 @@
    <section id="basicusage">
       <title>Basic usage</title>
 
-      <para>The code below shows the basic usage of the JBoss Annotations project.</para>
+      <para>The code below shows the basic usage of the Papaki project.</para>
 
      <programlisting>
-import org.jboss.annotations.Annotation;
-import org.jboss.annotations.AnnotationRepository;
-import org.jboss.annotations.AnnotationScanner;
-import org.jboss.annotations.AnnotationScannerFactory;
-import org.jboss.annotations.AnnotationType;
+import org.jboss.papaki.Annotation;
+import org.jboss.papaki.AnnotationRepository;
+import org.jboss.papaki.AnnotationScanner;
+import org.jboss.papaki.AnnotationScannerFactory;
+import org.jboss.papaki.AnnotationType;
 
 
 // Create an annotation scanner instance (default strategy)
@@ -43,7 +43,7 @@
      <para>Check the package</para>
 
      <programlisting>
-org.jboss.annotations
+org.jboss.papaki
      </programlisting>
 
      <para>for additional functionality.</para>




More information about the jboss-cvs-commits mailing list