You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vs...@apache.org on 2005/06/21 22:23:19 UTC

svn commit: r191720 - in /maven/maven-1/plugins/trunk/xdoc: src/plugin-resources/templates/ src/plugin-resources/templates/scm/ xdocs/

Author: vsiveton
Date: Tue Jun 21 13:23:17 2005
New Revision: 191720

URL: http://svn.apache.org/viewcvs?rev=191720&view=rev
Log:
MPXDOC-148: fixed bundles expression

Modified:
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/dependencies.xml
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/issue-tracking.xml
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/mail-lists.xml
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/project-info.xml
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/scm/cvs.xml
    maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml
    maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml?rev=191720&r1=191719&r2=191720&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/cvs-usage.xml Tue Jun 21 13:23:17 2005
@@ -21,7 +21,7 @@
 <document>
     <properties>
         <title key="template.cvs_usage.title"
-            bundle="plugin-resources\templates\templates" />
+            bundle="plugin-resources.templates.templates" />
     </properties>
 
     <body>
@@ -29,17 +29,17 @@
 
         #if (!$repository)
         <section key="template.cvs_usage.section1.title"
-            bundle="plugin-resources\templates\templates">
+            bundle="plugin-resources.templates.templates">
             <p>
                 <message key="template.cvs_usage.section1.no_repository"
-                    bundle="plugin-resources\templates\templates" />
+                    bundle="plugin-resources.templates.templates" />
             </p>
         </section>
         #else
           #if ($repository.url && $repository.url != '')
             #set ($url = $escape.getText($repository.url))
           <section key="template.cvs_usage.section2.title"
-              bundle="plugin-resources\templates\templates">
+              bundle="plugin-resources.templates.templates">
               <p>
                   <a href="$url">$url</a>
               </p>
@@ -54,10 +54,10 @@
                     #set ($module = $scmUtil.getCvsModule($repository.connection))
 
               <section key="template.cvs_usage.section3.title"
-                  bundle="plugin-resources\templates\templates">
+                  bundle="plugin-resources.templates.templates">
                   <p>
                       <message key="template.cvs_usage.section3.description"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
 
                   <source>
@@ -72,10 +72,10 @@
               </section>
 
               <section key="template.cvs_usage.section4.title"
-                  bundle="plugin-resources\templates\templates">
+                  bundle="plugin-resources.templates.templates">
                   <p>
                       <message key="template.cvs_usage.section4.description"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
 
                   <p>
@@ -86,7 +86,7 @@
 
                   <p>
                       <message key="template.cvs_usage.section4.updates"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
               </section>
                 #end 
@@ -101,10 +101,10 @@
                     #set ($server = $scmUtil.getCvsServer($repository.developerConnection))
 
               <section key="template.cvs_usage.section5.title"
-                  bundle="plugin-resources\templates\templates">
+                  bundle="plugin-resources.templates.templates">
                   <p>
                       <message key="template.cvs_usage.section5.description"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
 
                   <source>
@@ -120,16 +120,16 @@
 
                   <p>
                       <message key="template.cvs_usage.section5.remember"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
               </section>
 
               <section key="template.cvs_usage.section6.title"
-                  bundle="plugin-resources\templates\templates">
+                  bundle="plugin-resources.templates.templates">
 
                   <p>
                       <message key="template.cvs_usage.section6.description"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
 
                   <p>
@@ -140,7 +140,7 @@
 
                   <p>
                       <message key="template.cvs_usage.section6.remember"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
 
               </section>
@@ -152,14 +152,14 @@
                 
                 #if ($connscm == 'cvs')
               <section key="template.cvs_usage.section7.title"
-                  bundle="plugin-resources\templates\templates">
+                  bundle="plugin-resources.templates.templates">
 
                   <p>
                       <message key="template.cvs_usage.section7.description1"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                       <a href="http://cvsgrab.sourceforge.net/">CVSGrab</a>
                       <message key="template.cvs_usage.section7.description2"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
 
               </section>

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/dependencies.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/dependencies.xml?rev=191720&r1=191719&r2=191720&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/dependencies.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/dependencies.xml Tue Jun 21 13:23:17 2005
@@ -21,40 +21,40 @@
 <document>
     <properties>
         <title key="template.dependencies.title"
-            bundle="plugin-resources\templates\templates" />
+            bundle="plugin-resources.templates.templates" />
     </properties>
 
     <body>
         <section key="template.dependencies.section.title"
-            bundle="plugin-resources\templates\templates">
+            bundle="plugin-resources.templates.templates">
             #if ($project.dependencies.size() == 0)
             <p>
                 <message key="template.dependencies.section.no_dependency"
-                    bundle="plugin-resources\templates\templates" />
+                    bundle="plugin-resources.templates.templates" />
             </p>
             #else
             <p>
                 <message key="template.dependencies.section.dependencies"
-                    bundle="plugin-resources\templates\templates" />
+                    bundle="plugin-resources.templates.templates" />
             </p>
             <table>
                 <thead>
                     <tr>
                         <th>
                             <message key="template.dependencies.section.artifactID"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </th>
                         <th>
                             <message key="template.dependencies.section.type"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </th>
                         <th>
                             <message key="template.dependencies.section.version"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </th>
                         <th>
                             <message key="template.dependencies.section.url"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </th>
                     </tr>
                 </thead>

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/issue-tracking.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/issue-tracking.xml?rev=191720&r1=191719&r2=191720&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/issue-tracking.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/issue-tracking.xml Tue Jun 21 13:23:17 2005
@@ -21,12 +21,12 @@
 <document>
     <properties>
         <title key="template.issue_tracking.title"
-            bundle="plugin-resources\templates\templates" />
+            bundle="plugin-resources.templates.templates" />
     </properties>
 
     <body>
         <section key="template.issue_tracking.section.title"
-            bundle="plugin-resources\templates\templates">
+            bundle="plugin-resources.templates.templates">
             <p>
               #if ($project.issueTrackingUrl && $project.issueTrackingUrl != '')
                 #set ($url = $escape.getText($project.issueTrackingUrl))

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/mail-lists.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/mail-lists.xml?rev=191720&r1=191719&r2=191720&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/mail-lists.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/mail-lists.xml Tue Jun 21 13:23:17 2005
@@ -28,7 +28,7 @@
         #end 
     #else
         <message key="template.mail_lists.not_available"
-            bundle="plugin-resources\templates\templates" />
+            bundle="plugin-resources.templates.templates" />
     #end
 </td>
 #end
@@ -36,40 +36,40 @@
 <document>
     <properties>
         <title key="template.mail_lists.title"
-            bundle="plugin-resources\templates\templates" />
+            bundle="plugin-resources.templates.templates" />
     </properties>
 
     <body>
         <section key="template.mail_lists.section.title"
-            bundle="plugin-resources\templates\templates">
+            bundle="plugin-resources.templates.templates">
             #if ($project.mailingLists.size() == 0)
             <p>
                 <message key="template.mail_lists.section.no_mail_list"
-                    bundle="plugin-resources\templates\templates" />
+                    bundle="plugin-resources.templates.templates" />
             </p>
             #else
             <p>
                 <message key="template.mail_lists.section.mail_lists"
-                    bundle="plugin-resources\templates\templates" />
+                    bundle="plugin-resources.templates.templates" />
             </p>
             <table>
                 <thead>
                     <tr>
                         <th>
                             <message key="template.mail_lists.section.list_name"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </th>
                         <th>
                             <message key="template.mail_lists.section.subscribe"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </th>
                         <th>
                             <message key="template.mail_lists.section.unsubscribe"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </th>
                         <th>
                             <message key="template.mail_lists.section.archive"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </th>
                     </tr>
                 </thead>

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml?rev=191720&r1=191719&r2=191720&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/maven-reports.xml Tue Jun 21 13:23:17 2005
@@ -21,34 +21,34 @@
 <document>
     <properties>
         <title key="template.maven_reports.title"
-            bundle="plugin-resources\templates\templates" />
+            bundle="plugin-resources.templates.templates" />
     </properties>
 
     <body>
         <section key="template.maven_reports.section.title"
-            bundle="plugin-resources\templates\templates">
+            bundle="plugin-resources.templates.templates">
             <p>
                 <message key="template.maven_reports.section.maven_reports1"
-                    bundle="plugin-resources\templates\templates" />
+                    bundle="plugin-resources.templates.templates" />
                 <a href="http://maven.apache.org/">Maven</a>
                 <message key="template.maven_reports.section.maven_reports2"
-                    bundle="plugin-resources\templates\templates" />
+                    bundle="plugin-resources.templates.templates" />
             </p>
 
             #set ($reports = $project.getPluginContext('maven-xdoc-plugin').getVariable('reports'))
             #set ($currentLocale = $project.getPluginContext('maven-xdoc-plugin').getVariable('currentLocale'))
 
             <subsection key="template.maven_reports.section.subsection.title"
-                bundle="plugin-resources\templates\templates">
+                bundle="plugin-resources.templates.templates">
                 <table>
                     <tr>
                         <th>
                             <message key="template.maven_reports.section.subsection.document"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </th>
                         <th>
                             <message key="template.maven_reports.section.subsection.description"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </th>
                     </tr>
                     #foreach ($report in $reports) 

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/project-info.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/project-info.xml?rev=191720&r1=191719&r2=191720&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/project-info.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/project-info.xml Tue Jun 21 13:23:17 2005
@@ -21,67 +21,67 @@
 <document>
     <properties>
         <title key="template.project_info.title"
-            bundle="plugin-resources\templates\templates" />
+            bundle="plugin-resources.templates.templates" />
     </properties>
 
     <body>
         <section key="template.project_info.section.title"
-            bundle="plugin-resources\templates\templates">
+            bundle="plugin-resources.templates.templates">
             <p>
                 <message key="template.project_info.section.project_information1"
-                    bundle="plugin-resources\templates\templates" />
+                    bundle="plugin-resources.templates.templates" />
                 <a href="http://maven.apache.org/">Maven</a>
                 <message key="template.project_info.section.project_information2"
-                    bundle="plugin-resources\templates\templates" />
+                    bundle="plugin-resources.templates.templates" />
             </p>
 
             <subsection key="template.project_info.section.subsection.title"
-                bundle="plugin-resources\templates\templates">
+                bundle="plugin-resources.templates.templates">
                 <table>
                     <tr>
                         <th>
                             <message key="template.project_info.section.subsection.document"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </th>
                         <th>
                             <message key="template.project_info.section.subsection.description"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </th>
                     </tr>
                     <tr>
                         <td>
                             <a href="mail-lists.html">
                                 <message key="template.project_info.section.subsection.document.mailing_lists"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </a>
                         </td>
                         <td>
                             <message key="template.project_info.section.subsection.description.mailing_lists"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </td>
                     </tr>
                     <tr>
                         <td>
                             <a href="team-list.html">
                                 <message key="template.project_info.section.subsection.document.project_team"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </a>
                         </td>
                         <td>
                             <message key="template.project_info.section.subsection.description.project_team"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </td>
                     </tr>
                     <tr>
                         <td>
                             <a href="dependencies.html">
                                 <message key="template.project_info.section.subsection.document.dependencies"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </a>
                         </td>
                         <td>
                             <message key="template.project_info.section.subsection.description.dependencies"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </td>
                     </tr>
 
@@ -95,12 +95,12 @@
                         <td>
                             <a href="cvs-usage.html">
                                 <message key="template.project_info.section.subsection.document.source_repository"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </a>
                         </td>
                         <td>
                             <message key="template.project_info.section.subsection.description.source_repository"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </td>
                     </tr>
                     #end 
@@ -109,12 +109,12 @@
                         <td>
                             <a href="issue-tracking.html">
                                 <message key="template.project_info.section.subsection.document.issue_tracking"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </a>
                         </td>
                         <td>
                             <message key="template.project_info.section.subsection.description.issue_tracking"
-                                bundle="plugin-resources\templates\templates" />
+                                bundle="plugin-resources.templates.templates" />
                         </td>
                     </tr>
                     #end

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/scm/cvs.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/scm/cvs.xml?rev=191720&r1=191719&r2=191720&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/scm/cvs.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/scm/cvs.xml Tue Jun 21 13:23:17 2005
@@ -21,7 +21,7 @@
 <document>
     <properties>
         <title key="template.cvs.title"
-            bundle="plugin-resources\templates\templates" />
+            bundle="plugin-resources.templates.templates" />
     </properties>
 
     <body>
@@ -29,10 +29,10 @@
 
         #if (!$repository)
           <section key="template.cvs.section1.title"
-              bundle="plugin-resources\templates\templates">
+              bundle="plugin-resources.templates.templates">
               <p>
                   <message key="template.cvs.section1.no_repository"
-                      bundle="plugin-resources\templates\templates" />
+                      bundle="plugin-resources.templates.templates" />
               </p>
           </section>
         #else
@@ -40,7 +40,7 @@
 
             #if ($repository.url && $repository.url != '')
             <section key="template.cvs.section2.title"
-                bundle="plugin-resources\templates\templates">
+                bundle="plugin-resources.templates.templates">
                 <p>
                     <a href="$url">$url</a>
                 </p>
@@ -54,10 +54,10 @@
                     #set ($conn = $repository.getCvsRoot($repository.connection, '')) 
                     #set ($module = $repository.getCvsModule($repository.connection))
               <section key="template.cvs.section3.title"
-                  bundle="plugin-resources\templates\templates">
+                  bundle="plugin-resources.templates.templates">
                   <p>
                       <message key="template.cvs.section3.description"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
 
                   <p>
@@ -68,7 +68,7 @@
 
                   <p>
                       <message key="template.cvs.section3.updates"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
               </section>
                 #end 
@@ -83,11 +83,11 @@
                     #set ($server = $repository.getCvsServer($repository.developerConnection))
 
               <section key="template.cvs.section4.title"
-                  bundle="plugin-resources\templates\templates">
+                  bundle="plugin-resources.templates.templates">
 
                   <p>
                       <message key="template.cvs.section4.description"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
 
                   <p>
@@ -98,7 +98,7 @@
 
                   <p>
                       <message key="template.cvs.section4.remember"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
 
               </section>
@@ -107,13 +107,13 @@
 
           #if ($repository.url && $repository.url != '')
             <section key="template.cvs.section5.title"
-                bundle="plugin-resources\templates\templates">
+                bundle="plugin-resources.templates.templates">
                 <p>
                     <message key="template.cvs.section5.description1"
-                        bundle="plugin-resources\templates\templates" />
+                        bundle="plugin-resources.templates.templates" />
                     <a href="http://cvsgrab.sourceforge.net/">CVSGrab</a>
                     <message key="template.cvs.section5.description2"
-                        bundle="plugin-resources\templates\templates" />
+                        bundle="plugin-resources.templates.templates" />
                 </p>
             </section>
           #end

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml?rev=191720&r1=191719&r2=191720&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/templates/team-list.xml Tue Jun 21 13:23:17 2005
@@ -21,7 +21,7 @@
 <document>
     <properties>
         <title key="template.team_list.title"
-            bundle="plugin-resources\templates\templates" />
+            bundle="plugin-resources.templates.templates" />
     </properties>
 
     <head>
@@ -51,60 +51,60 @@
     <body onload="init();">
 
         <section key="template.team_list.section.title"
-            bundle="plugin-resources\templates\templates">
+            bundle="plugin-resources.templates.templates">
             <p>
                 <message key="template.team_list.section.description1"
-                    bundle="plugin-resources\templates\templates" />
+                    bundle="plugin-resources.templates.templates" />
             </p>
 
             <p>
                 <message key="template.team_list.section.description2"
-                    bundle="plugin-resources\templates\templates" />
+                    bundle="plugin-resources.templates.templates" />
             </p>
 
             <subsection key="template.team_list.section.members.title"
-                bundle="plugin-resources\templates\templates">
+                bundle="plugin-resources.templates.templates">
                 #if ($project.developers.size() == 0)
                   <p>
                       <message
                           key="template.team_list.section.no_developer"
-                          bundle="plugin-resources\templates\templates" />
+                          bundle="plugin-resources.templates.templates" />
                   </p>
                 #else
                 <p>
                     <message key="template.team_list.section.developers"
-                        bundle="plugin-resources\templates\templates" />
+                        bundle="plugin-resources.templates.templates" />
                 </p>
                 <table>
                     <thead>
                         <tr>
                             <th>
                                 <message key="template.team_list.section.developer.name"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </th>
                             <th>
                                 <message key="template.team_list.section.developer.id"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </th>
                             <th>
                                 <message key="template.team_list.section.developer.email"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </th>
                             <th>
                                 <message key="template.team_list.section.developer.organization"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </th>
                             <th>
                                 <message key="template.team_list.section.developer.roles"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </th>
                             <th>
                                 <message key="template.team_list.section.developer.offset"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </th>
                             <th>
                                 <message key="template.team_list.section.developer.time"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </th>
                         </tr>
                     </thead>
@@ -140,7 +140,7 @@
                             <td>
                                 <span id="developer-$developer.id">
                                     <message key="template.team_list.section.developer.timezone.unknown"
-                                        bundle="plugin-resources\templates\templates" />
+                                        bundle="plugin-resources.templates.templates" />
                                 </span>
                             </td>
                         </tr>
@@ -151,35 +151,35 @@
             </subsection>
             <subsection
                 key="template.team_list.section.contributors.title"
-                bundle="plugin-resources\templates\templates">
+                bundle="plugin-resources.templates.templates">
                 #if ($project.contributors.size() == 0)
                 <p>
                     <message key="template.team_list.section.no_contributor"
-                        bundle="plugin-resources\templates\templates" />
+                        bundle="plugin-resources.templates.templates" />
                 </p>
                 #else
                 <p>
                     <message key="template.team_list.section.contributors"
-                        bundle="plugin-resources\templates\templates" />
+                        bundle="plugin-resources.templates.templates" />
                 </p>
                 <table>
                     <thead>
                         <tr>
                             <th>
                                 <message key="template.team_list.section.contributor.name"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </th>
                             <th>
                                 <message key="template.team_list.section.contributor.email"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </th>
                             <th>
                                 <message key="template.team_list.section.contributor.organization"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </th>
                             <th>
                                 <message key="template.team_list.section.contributor.roles"
-                                    bundle="plugin-resources\templates\templates" />
+                                    bundle="plugin-resources.templates.templates" />
                             </th>
                         </tr>
                     </thead>

Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=191720&r1=191719&r2=191720&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Tue Jun 21 13:23:17 2005
@@ -27,6 +27,7 @@
   </properties>
   <body>
     <release version="1.9.1" date="2005-06-16">
+      <action dev="vsiveton" type="fix" issue="MPXDOC-148" due-to="Incze Lajos">Fixed bundles expression.</action>
       <action dev="brett" type="fix">Don't override the Maven library. This makes the plugin compatible with both Maven 1.0.2 and Maven 1.1</action>
     </release>
     <release version="1.9" date="2005-06-09">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r191720 - in /maven/maven-1/plugins/trunk/xdoc: src/plugin-resources/templates/ src/plugin-resources/templates/scm/ xdocs/

Posted by Brett Porter <br...@apache.org>.
Hi Vincent,

You should create a new <release /> section for 1.9.2-SNAPSHOT, with 
date="in Subversion", and change the currentVersion in project.xml as 
this is new developmenet after a 1.9.1 release.

Thanks,
Brett

vsiveton@apache.org wrote:

>Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
>URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=191720&r1=191719&r2=191720&view=diff
>==============================================================================
>--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
>+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Tue Jun 21 13:23:17 2005
>@@ -27,6 +27,7 @@
>   </properties>
>   <body>
>     <release version="1.9.1" date="2005-06-16">
>+      <action dev="vsiveton" type="fix" issue="MPXDOC-148" due-to="Incze Lajos">Fixed bundles expression.</action>
>       <action dev="brett" type="fix">Don't override the Maven library. This makes the plugin compatible with both Maven 1.0.2 and Maven 1.1</action>
>     </release>
>     <release version="1.9" date="2005-06-09">
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org