You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jd...@apache.org on 2005/04/26 02:58:58 UTC

svn commit: r164700 - /maven/maven-1/core/trunk/xdocs/developers/code-style.xml

Author: jdcasey
Date: Mon Apr 25 17:58:57 2005
New Revision: 164700

URL: http://svn.apache.org/viewcvs?rev=164700&view=rev
Log: (empty)

Modified:
    maven/maven-1/core/trunk/xdocs/developers/code-style.xml

Modified: maven/maven-1/core/trunk/xdocs/developers/code-style.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/developers/code-style.xml?rev=164700&r1=164699&r2=164700&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/developers/code-style.xml (original)
+++ maven/maven-1/core/trunk/xdocs/developers/code-style.xml Mon Apr 25 17:58:57 2005
@@ -27,7 +27,7 @@
   <body>
     <section name="Maven Code Style">
       <p>
-        The following sections show how to set up the code style for Maven in IDEA.
+        The following sections show how to set up the code style for Maven in IDEA and Eclipse.
         It is strongly preferred that patches use this style before they are spplied.
       </p>
       <subsection name="IntelliJ IDEA 4.5+">
@@ -41,6 +41,16 @@
         </p>
       </subsection>
       <!-- TODO: include sample -->
+      <subsection name="Eclipse 3.x">
+        <p>
+          Download <code><a href="maven-eclipse-codestyle.xml">maven-eclipse-codestyle.xml</a></code>.
+        </p>
+        <p>
+          After this, select Window -&gt; Preferences, and open up the configuration for Java -&gt; Code
+          Style -&gt; Code Formatter. Click on the button labeled Import... and select the file you 
+	  downloaded. Give the style a name, and click OK.
+        </p>
+      </subsection>
     </section>
   </body>
 </document>



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