You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/21 02:11:41 UTC

svn commit: r327051 - in /maven/maven-1/core/trunk: project.xml xdocs/index.xml xdocs/start/download.xml xdocs/style/maven-stylus.css

Author: brett
Date: Thu Oct 20 17:11:39 2005
New Revision: 327051

URL: http://svn.apache.org/viewcvs?rev=327051&view=rev
Log:
new location, old site

Modified:
    maven/maven-1/core/trunk/project.xml
    maven/maven-1/core/trunk/xdocs/index.xml
    maven/maven-1/core/trunk/xdocs/start/download.xml
    maven/maven-1/core/trunk/xdocs/style/maven-stylus.css

Modified: maven/maven-1/core/trunk/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.xml?rev=327051&r1=327050&r2=327051&view=diff
==============================================================================
--- maven/maven-1/core/trunk/project.xml (original)
+++ maven/maven-1/core/trunk/project.xml Thu Oct 20 17:11:39 2005
@@ -36,7 +36,7 @@
   <url>http://maven.apache.org/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MAVEN</issueTrackingUrl>
   <siteAddress>people.apache.org</siteAddress>
-  <siteDirectory>/www/maven.apache.org/</siteDirectory>
+  <siteDirectory>/www/maven.apache.org/maven-1.x</siteDirectory>
   <distributionSite>people.apache.org</distributionSite>
   <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
   <repository>
@@ -675,7 +675,6 @@
     <report>maven-jxr-plugin</report>
     <report>maven-junit-report-plugin</report>
     <report>maven-license-plugin</report>
-    <report>maven-pdf-plugin</report>
     <report>maven-tasklist-plugin</report>
     <report>maven-pmd-plugin</report>
     <report>maven-simian-plugin</report>

Modified: maven/maven-1/core/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/index.xml?rev=327051&r1=327050&r2=327051&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/index.xml (original)
+++ maven/maven-1/core/trunk/xdocs/index.xml Thu Oct 20 17:11:39 2005
@@ -26,30 +26,21 @@
 
   <body>
     <section name="Welcome to Maven">
-<!-- until next year...
-      <div style="float: right; padding: 20px; border-style: solid; border-width: 0 0 0 1px; padding-left: 120px">
-        <a href="http://www.apachecon.com/"><img src="http://apache.org/images/ac2005eu_135x50.gif" width="135" height="50" border="0" title="ApacheCon Europe 2005" /></a>
+      <div style="float: right">
+        <a href="http://www.apachecon.com/2005/US/index.html"><img src="http://www.apache.org/images/ac2005us_white_184x80.jpg" width="184" height="80" border="0" title="ApacheCon US 2005" /></a>
       </div>
--->
-      <div style="height: 90px">
       <p>
         Maven is a software project management and comprehension tool. Based on the concept of a project object model
         (<a href="reference/glossary.html#POM">POM</a>), Maven can manage a project's build, reporting and 
         documentation from a central piece of information.
       </p>
-      </div>
 
       <subsection name="News">
         <p style="font-size: larger; font-weight: bold">
-          4 October 2005 - Maven 2.0 Beta 3 Released
-        </p>
-        <p>
-          This release is considered stable with a feature set comparable to Maven 1.0. The final release
-          is expected to be backwards compatible, with a primary goal of bugfixes, usability improvements, and 
-          documentation.
+          19 October 2005 - Maven 2.0 Released
         </p>
         <p>
-          This release includes bugfixes and improvements since the beta-1 release.
+          This release is considered stable with a feature set comparable to Maven 1.0.
         </p>
         <p>
           For more information, see <a href="/maven2/index.html">Maven 2.0</a> or go straight to the

Modified: maven/maven-1/core/trunk/xdocs/start/download.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/start/download.xml?rev=327051&r1=327050&r2=327051&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/start/download.xml (original)
+++ maven/maven-1/core/trunk/xdocs/start/download.xml Thu Oct 20 17:11:39 2005
@@ -33,9 +33,9 @@
 
   <body>
     <section name="Testing Releases">
-      <subsection name="Download Maven 2.0 Alpha 3">
+      <subsection name="Download Maven 2.0">
         <p>
-          A technology preview of the upcoming Maven 2.0 is also available. For more information and
+          Maven 2.0 is the current stable release of Maven. For more information and
           installation instructions, see the <a href="/maven2/index.html">Maven 2.0</a> section.
         </p>
       </subsection>

Modified: maven/maven-1/core/trunk/xdocs/style/maven-stylus.css
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/style/maven-stylus.css?rev=327051&r1=327050&r2=327051&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/style/maven-stylus.css (original)
+++ maven/maven-1/core/trunk/xdocs/style/maven-stylus.css Thu Oct 20 17:11:39 2005
@@ -176,4 +176,7 @@
   border-top: solid #ccc 1px; 
   color: #333333;
 }
+#organizationLogo img, #projectLogo img, #projectLogo span{
+  margin: 0px;
+}
 



Re: svn commit: r327051 - in /maven/maven-1/core/trunk: project.xml xdocs/index.xml xdocs/start/download.xml xdocs/style/maven-stylus.css

Posted by Brett Porter <br...@apache.org>.
I was building with an out of the box 1.0.2 installation and it didn't 
work. I meant to put it back.

- Brett

Lukas Theussl wrote:
> Why did you remove the pdf plugin?
> 
> 
> 
> brett@apache.org wrote:
> 
>> Author: brett
>> Date: Thu Oct 20 17:11:39 2005
>> New Revision: 327051
>>
>> URL: http://svn.apache.org/viewcvs?rev=327051&view=rev
>> Log:
>> new location, old site
>>
>> Modified:
>>     maven/maven-1/core/trunk/project.xml
>>     maven/maven-1/core/trunk/xdocs/index.xml
>>     maven/maven-1/core/trunk/xdocs/start/download.xml
>>     maven/maven-1/core/trunk/xdocs/style/maven-stylus.css
>>
>> Modified: maven/maven-1/core/trunk/project.xml
>> URL: 
>> http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.xml?rev=327051&r1=327050&r2=327051&view=diff 
>>
>> ============================================================================== 
>>
>> --- maven/maven-1/core/trunk/project.xml (original)
>> +++ maven/maven-1/core/trunk/project.xml Thu Oct 20 17:11:39 2005
>> @@ -36,7 +36,7 @@
>>    <url>http://maven.apache.org/</url>
>>    
>> <issueTrackingUrl>http://jira.codehaus.org/browse/MAVEN</issueTrackingUrl> 
>>
>>    <siteAddress>people.apache.org</siteAddress>
>> -  <siteDirectory>/www/maven.apache.org/</siteDirectory>
>> +  <siteDirectory>/www/maven.apache.org/maven-1.x</siteDirectory>
>>    <distributionSite>people.apache.org</distributionSite>
>>    
>> <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory> 
>>
>>    <repository>
>> @@ -675,7 +675,6 @@
>>      <report>maven-jxr-plugin</report>
>>      <report>maven-junit-report-plugin</report>
>>      <report>maven-license-plugin</report>
>> -    <report>maven-pdf-plugin</report>
>>      <report>maven-tasklist-plugin</report>
>>      <report>maven-pmd-plugin</report>
>>      <report>maven-simian-plugin</report>
>>
>> Modified: maven/maven-1/core/trunk/xdocs/index.xml
>> URL: 
>> http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/index.xml?rev=327051&r1=327050&r2=327051&view=diff 
>>
>> ============================================================================== 
>>
>> --- maven/maven-1/core/trunk/xdocs/index.xml (original)
>> +++ maven/maven-1/core/trunk/xdocs/index.xml Thu Oct 20 17:11:39 2005
>> @@ -26,30 +26,21 @@
>>  
>>    <body>
>>      <section name="Welcome to Maven">
>> -<!-- until next year...
>> -      <div style="float: right; padding: 20px; border-style: solid; 
>> border-width: 0 0 0 1px; padding-left: 120px">
>> -        <a href="http://www.apachecon.com/"><img 
>> src="http://apache.org/images/ac2005eu_135x50.gif" width="135" 
>> height="50" border="0" title="ApacheCon Europe 2005" /></a>
>> +      <div style="float: right">
>> +        <a href="http://www.apachecon.com/2005/US/index.html"><img 
>> src="http://www.apache.org/images/ac2005us_white_184x80.jpg" 
>> width="184" height="80" border="0" title="ApacheCon US 2005" /></a>
>>        </div>
>> --->
>> -      <div style="height: 90px">
>>        <p>
>>          Maven is a software project management and comprehension 
>> tool. Based on the concept of a project object model
>>          (<a href="reference/glossary.html#POM">POM</a>), Maven can 
>> manage a project's build, reporting and          documentation from a 
>> central piece of information.
>>        </p>
>> -      </div>
>>  
>>        <subsection name="News">
>>          <p style="font-size: larger; font-weight: bold">
>> -          4 October 2005 - Maven 2.0 Beta 3 Released
>> -        </p>
>> -        <p>
>> -          This release is considered stable with a feature set 
>> comparable to Maven 1.0. The final release
>> -          is expected to be backwards compatible, with a primary goal 
>> of bugfixes, usability improvements, and -          documentation.
>> +          19 October 2005 - Maven 2.0 Released
>>          </p>
>>          <p>
>> -          This release includes bugfixes and improvements since the 
>> beta-1 release.
>> +          This release is considered stable with a feature set 
>> comparable to Maven 1.0.
>>          </p>
>>          <p>
>>            For more information, see <a 
>> href="/maven2/index.html">Maven 2.0</a> or go straight to the
>>
>> Modified: maven/maven-1/core/trunk/xdocs/start/download.xml
>> URL: 
>> http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/start/download.xml?rev=327051&r1=327050&r2=327051&view=diff 
>>
>> ============================================================================== 
>>
>> --- maven/maven-1/core/trunk/xdocs/start/download.xml (original)
>> +++ maven/maven-1/core/trunk/xdocs/start/download.xml Thu Oct 20 
>> 17:11:39 2005
>> @@ -33,9 +33,9 @@
>>  
>>    <body>
>>      <section name="Testing Releases">
>> -      <subsection name="Download Maven 2.0 Alpha 3">
>> +      <subsection name="Download Maven 2.0">
>>          <p>
>> -          A technology preview of the upcoming Maven 2.0 is also 
>> available. For more information and
>> +          Maven 2.0 is the current stable release of Maven. For more 
>> information and
>>            installation instructions, see the <a 
>> href="/maven2/index.html">Maven 2.0</a> section.
>>          </p>
>>        </subsection>
>>
>> Modified: maven/maven-1/core/trunk/xdocs/style/maven-stylus.css
>> URL: 
>> http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/style/maven-stylus.css?rev=327051&r1=327050&r2=327051&view=diff 
>>
>> ============================================================================== 
>>
>> --- maven/maven-1/core/trunk/xdocs/style/maven-stylus.css (original)
>> +++ maven/maven-1/core/trunk/xdocs/style/maven-stylus.css Thu Oct 20 
>> 17:11:39 2005
>> @@ -176,4 +176,7 @@
>>    border-top: solid #ccc 1px;    color: #333333;
>>  }
>> +#organizationLogo img, #projectLogo img, #projectLogo span{
>> +  margin: 0px;
>> +}
>>  
>>
>>
> 
> ---------------------------------------------------------------------
> 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


Re: svn commit: r327051 - in /maven/maven-1/core/trunk: project.xml xdocs/index.xml xdocs/start/download.xml xdocs/style/maven-stylus.css

Posted by Lukas Theussl <lt...@apache.org>.
Why did you remove the pdf plugin?



brett@apache.org wrote:
> Author: brett
> Date: Thu Oct 20 17:11:39 2005
> New Revision: 327051
> 
> URL: http://svn.apache.org/viewcvs?rev=327051&view=rev
> Log:
> new location, old site
> 
> Modified:
>     maven/maven-1/core/trunk/project.xml
>     maven/maven-1/core/trunk/xdocs/index.xml
>     maven/maven-1/core/trunk/xdocs/start/download.xml
>     maven/maven-1/core/trunk/xdocs/style/maven-stylus.css
> 
> Modified: maven/maven-1/core/trunk/project.xml
> URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.xml?rev=327051&r1=327050&r2=327051&view=diff
> ==============================================================================
> --- maven/maven-1/core/trunk/project.xml (original)
> +++ maven/maven-1/core/trunk/project.xml Thu Oct 20 17:11:39 2005
> @@ -36,7 +36,7 @@
>    <url>http://maven.apache.org/</url>
>    <issueTrackingUrl>http://jira.codehaus.org/browse/MAVEN</issueTrackingUrl>
>    <siteAddress>people.apache.org</siteAddress>
> -  <siteDirectory>/www/maven.apache.org/</siteDirectory>
> +  <siteDirectory>/www/maven.apache.org/maven-1.x</siteDirectory>
>    <distributionSite>people.apache.org</distributionSite>
>    <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
>    <repository>
> @@ -675,7 +675,6 @@
>      <report>maven-jxr-plugin</report>
>      <report>maven-junit-report-plugin</report>
>      <report>maven-license-plugin</report>
> -    <report>maven-pdf-plugin</report>
>      <report>maven-tasklist-plugin</report>
>      <report>maven-pmd-plugin</report>
>      <report>maven-simian-plugin</report>
> 
> Modified: maven/maven-1/core/trunk/xdocs/index.xml
> URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/index.xml?rev=327051&r1=327050&r2=327051&view=diff
> ==============================================================================
> --- maven/maven-1/core/trunk/xdocs/index.xml (original)
> +++ maven/maven-1/core/trunk/xdocs/index.xml Thu Oct 20 17:11:39 2005
> @@ -26,30 +26,21 @@
>  
>    <body>
>      <section name="Welcome to Maven">
> -<!-- until next year...
> -      <div style="float: right; padding: 20px; border-style: solid; border-width: 0 0 0 1px; padding-left: 120px">
> -        <a href="http://www.apachecon.com/"><img src="http://apache.org/images/ac2005eu_135x50.gif" width="135" height="50" border="0" title="ApacheCon Europe 2005" /></a>
> +      <div style="float: right">
> +        <a href="http://www.apachecon.com/2005/US/index.html"><img src="http://www.apache.org/images/ac2005us_white_184x80.jpg" width="184" height="80" border="0" title="ApacheCon US 2005" /></a>
>        </div>
> --->
> -      <div style="height: 90px">
>        <p>
>          Maven is a software project management and comprehension tool. Based on the concept of a project object model
>          (<a href="reference/glossary.html#POM">POM</a>), Maven can manage a project's build, reporting and 
>          documentation from a central piece of information.
>        </p>
> -      </div>
>  
>        <subsection name="News">
>          <p style="font-size: larger; font-weight: bold">
> -          4 October 2005 - Maven 2.0 Beta 3 Released
> -        </p>
> -        <p>
> -          This release is considered stable with a feature set comparable to Maven 1.0. The final release
> -          is expected to be backwards compatible, with a primary goal of bugfixes, usability improvements, and 
> -          documentation.
> +          19 October 2005 - Maven 2.0 Released
>          </p>
>          <p>
> -          This release includes bugfixes and improvements since the beta-1 release.
> +          This release is considered stable with a feature set comparable to Maven 1.0.
>          </p>
>          <p>
>            For more information, see <a href="/maven2/index.html">Maven 2.0</a> or go straight to the
> 
> Modified: maven/maven-1/core/trunk/xdocs/start/download.xml
> URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/start/download.xml?rev=327051&r1=327050&r2=327051&view=diff
> ==============================================================================
> --- maven/maven-1/core/trunk/xdocs/start/download.xml (original)
> +++ maven/maven-1/core/trunk/xdocs/start/download.xml Thu Oct 20 17:11:39 2005
> @@ -33,9 +33,9 @@
>  
>    <body>
>      <section name="Testing Releases">
> -      <subsection name="Download Maven 2.0 Alpha 3">
> +      <subsection name="Download Maven 2.0">
>          <p>
> -          A technology preview of the upcoming Maven 2.0 is also available. For more information and
> +          Maven 2.0 is the current stable release of Maven. For more information and
>            installation instructions, see the <a href="/maven2/index.html">Maven 2.0</a> section.
>          </p>
>        </subsection>
> 
> Modified: maven/maven-1/core/trunk/xdocs/style/maven-stylus.css
> URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/style/maven-stylus.css?rev=327051&r1=327050&r2=327051&view=diff
> ==============================================================================
> --- maven/maven-1/core/trunk/xdocs/style/maven-stylus.css (original)
> +++ maven/maven-1/core/trunk/xdocs/style/maven-stylus.css Thu Oct 20 17:11:39 2005
> @@ -176,4 +176,7 @@
>    border-top: solid #ccc 1px; 
>    color: #333333;
>  }
> +#organizationLogo img, #projectLogo img, #projectLogo span{
> +  margin: 0px;
> +}
>  
> 
> 

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