svn commit: r771039 - /maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/util/DoxiaUtils.java

2009-05-03 Thread hboutemy
Author: hboutemy Date: Sun May 3 08:18:45 2009 New Revision: 771039 URL: http://svn.apache.org/viewvc?rev=771039view=rev Log: little code simplifications Modified: maven/doxia/doxia/trunk/doxia-core/src/main/java/org/apache/maven/doxia/util/DoxiaUtils.java Modified:

svn commit: r771053 - in /maven/doxia: doxia-sitetools/trunk/doxia-site-renderer/src/test/java/org/apache/maven/doxia/siterenderer/ doxia-sitetools/trunk/doxia-site-renderer/src/test/resources/site/xd

2009-05-03 Thread vsiveton
Author: vsiveton Date: Sun May 3 13:34:27 2009 New Revision: 771053 URL: http://svn.apache.org/viewvc?rev=771053view=rev Log: DOXIA-309: Ligature in author name shows up on page o take care of headFlag for rawtext o add test case Modified:

svn commit: r771059 - in /maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/test: java/org/apache/maven/doxia/siterenderer/EntitiesVerifier.java resources/site/xdoc/entityTest.xml

2009-05-03 Thread ltheussl
Author: ltheussl Date: Sun May 3 14:11:19 2009 New Revision: 771059 URL: http://svn.apache.org/viewvc?rev=771059view=rev Log: Another thing to fix: default entities like ampersand get un-escaped in head. See Doxia-309. Modified:

svn commit: r771052 - in /maven/plugins/trunk/maven-project-info-reports-plugin/src/it: full-pom/ full-pom/pom.xml full-pom/verify.bsh minimal-pom/pom.xml

2009-05-03 Thread hboutemy
Author: hboutemy Date: Sun May 3 12:07:24 2009 New Revision: 771052 URL: http://svn.apache.org/viewvc?rev=771052view=rev Log: improved MPIR IT: o added every supported translation o added a pom with maximal information in it Added:

svn commit: r771096 - in /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven: lifecycle/DefaultLifecycleExecutor.java project/DefaultMavenProjectBuilder.java

2009-05-03 Thread jvanzyl
Author: jvanzyl Date: Sun May 3 18:08:54 2009 New Revision: 771096 URL: http://svn.apache.org/viewvc?rev=771096view=rev Log: o debugging configuration merging Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

svn commit: r771122 - /maven/components/branches/MNG-2766/maven-core/lifecycle-executor.txt

2009-05-03 Thread jvanzyl
Author: jvanzyl Date: Sun May 3 20:29:00 2009 New Revision: 771122 URL: http://svn.apache.org/viewvc?rev=771122view=rev Log: o more step by step notes about what the lifecycle executor is doing Modified: maven/components/branches/MNG-2766/maven-core/lifecycle-executor.txt Modified:

svn commit: r771127 - in /maven/shared/trunk/maven-reporting-impl/src: main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java test/java/org/apache/maven/reporting/AbstractMavenReportRen

2009-05-03 Thread hboutemy
Author: hboutemy Date: Sun May 3 21:20:36 2009 New Revision: 771127 URL: http://svn.apache.org/viewvc?rev=771127view=rev Log: [MPIR-136] avoid quote handling in a link Modified:

svn commit: r771128 - in /maven/shared/branches/maven-reporting-impl-2.0.4.x/src: main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java test/java/org/apache/maven/reporting/AbstractMav

2009-05-03 Thread hboutemy
Author: hboutemy Date: Sun May 3 21:21:29 2009 New Revision: 771128 URL: http://svn.apache.org/viewvc?rev=771128view=rev Log: [MPIR-136] avoid quote handling in a link (merged from trunk r771127) Modified:

svn commit: r771134 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pl.properties

2009-05-03 Thread hboutemy
Author: hboutemy Date: Sun May 3 22:38:44 2009 New Revision: 771134 URL: http://svn.apache.org/viewvc?rev=771134view=rev Log: [MPIR-138] polish translation Submitted by: Bartlomiej Kuczynski Modified:

svn commit: r771139 - /maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_es.properties

2009-05-03 Thread hboutemy
Author: hboutemy Date: Sun May 3 22:48:52 2009 New Revision: 771139 URL: http://svn.apache.org/viewvc?rev=771139view=rev Log: [MPIR-155] completed spanish translation Submitted by: Abel MuiƱo Modified:

svn commit: r771143 - /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

2009-05-03 Thread bentmann
Author: bentmann Date: Sun May 3 23:02:14 2009 New Revision: 771143 URL: http://svn.apache.org/viewvc?rev=771143view=rev Log: o Fixed conversion of default value for plugin configuration Modified:

svn commit: r771151 - /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java

2009-05-03 Thread bentmann
Author: bentmann Date: Sun May 3 23:47:56 2009 New Revision: 771151 URL: http://svn.apache.org/viewvc?rev=771151view=rev Log: o Fixed order of plugin configuration merging Modified:

svn commit: r771154 - in /maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven: lifecycle/DefaultLifecycleExecutor.java project/DefaultMavenProjectBuilder.java

2009-05-03 Thread bentmann
Author: bentmann Date: Mon May 4 01:08:40 2009 New Revision: 771154 URL: http://svn.apache.org/viewvc?rev=771154view=rev Log: o Fixed merging of lifecycle plugins that contribute more than one execution o Fixed conversion of default value for plugin configuration Modified: