You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2009/04/08 06:09:43 UTC

svn commit: r762643 - in /maven/plugins/trunk/maven-ejb-plugin/src/site: apt/examples/ejb-client-dependency.apt apt/examples/generating-ejb-client.apt apt/index.apt fml/faq.fml

Author: dennisl
Date: Tue Apr  7 07:44:31 2009
New Revision: 762643

URL: http://svn.apache.org/viewvc?rev=762643&view=rev
Log:
o Minor site improvements.

Modified:
    maven/plugins/trunk/maven-ejb-plugin/src/site/apt/examples/ejb-client-dependency.apt
    maven/plugins/trunk/maven-ejb-plugin/src/site/apt/examples/generating-ejb-client.apt
    maven/plugins/trunk/maven-ejb-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml

Modified: maven/plugins/trunk/maven-ejb-plugin/src/site/apt/examples/ejb-client-dependency.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/src/site/apt/examples/ejb-client-dependency.apt?rev=762643&r1=762642&r2=762643&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/src/site/apt/examples/ejb-client-dependency.apt (original)
+++ maven/plugins/trunk/maven-ejb-plugin/src/site/apt/examples/ejb-client-dependency.apt Tue Apr  7 07:44:31 2009
@@ -3,7 +3,7 @@
  ------
  Pete Marvin King
  ------
- 2008-07-07
+ 2009-04-07
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -30,7 +30,7 @@
 Using the ejb-client as a dependency
 
  The EJB Plugin is capable of generating another artifact aside from the primary one which is EJB. To choose the EJB client
- as the dependency just specify the type as <<<ejb-client>>>.
+ as the dependency just specify the <<<type>>> as <<<ejb-client>>>.
 
 * Normal way of adding an EJB dependency
 

Modified: maven/plugins/trunk/maven-ejb-plugin/src/site/apt/examples/generating-ejb-client.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/src/site/apt/examples/generating-ejb-client.apt?rev=762643&r1=762642&r2=762643&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/src/site/apt/examples/generating-ejb-client.apt (original)
+++ maven/plugins/trunk/maven-ejb-plugin/src/site/apt/examples/generating-ejb-client.apt Tue Apr  7 07:44:31 2009
@@ -5,7 +5,7 @@
  <sn...@apache.org>
  Pete Marvin King
  ------
- 2008-07-07
+ 2009-04-07
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -32,9 +32,9 @@
 Generating an EJB client
 
  Normally a thick-client application would only need the stubs and utility classes of the EJB project.
- The EJB Plugin is capable of generating an EJB jar for client use.
+ The EJB Plugin is capable of generating an EJB JAR for client use.
 
- To generate the ejb-client jar, you need to set <<<generateClient>>> to <<<true>>> in the plugin's configuration:
+ To generate the ejb-client JAR, you need to set <<<generateClient>>> to <<<true>>> in the plugin's configuration:
 
 +--------+
   [...]

Modified: maven/plugins/trunk/maven-ejb-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/src/site/apt/index.apt?rev=762643&r1=762642&r2=762643&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-ejb-plugin/src/site/apt/index.apt Tue Apr  7 07:44:31 2009
@@ -5,7 +5,7 @@
  <sn...@apache.org>
  Pete Marvin King
  ------
- 2008-07-07
+ 2009-04-07
  ------
 
  ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -35,7 +35,7 @@
 
 * Goals Overview
 
-  {{{ejb-mojo.html}ejb:ejb}} - used by Maven for projects with ejb package type.
+  {{{ejb-mojo.html}ejb:ejb}} - used by Maven for projects with <<<ejb>>> package type.
 
 * Usage
 

Modified: maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml?rev=762643&r1=762642&r2=762643&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml Tue Apr  7 07:44:31 2009
@@ -22,7 +22,7 @@
 <faqs id="FAQ" title="Frequently Asked Questions">
   <part id="General">
     <faq id="How can I specify a Class-Path: entry in the manifest of an EJB jar?">
-      <question>How can I specify a Class-Path: entry in the manifest of an EJB jar?</question>
+      <question>How can I specify a Class-Path: entry in the manifest of an EJB JAR?</question>
       <answer>
         <p>
           You just have to configure it:
@@ -56,7 +56,7 @@
      <question>How does the classifier affect artifacts in my EJB project?</question>
      <answer>
        <p>When used, the copy of the artifact in your project will have the classifier appended to its
-       filename. This can be used to differentiate duplicate artifacts.</p>
+       filename. This can be used to differentiate multiple artifacts.</p>
      </answer>
    </faq>
   </part>