You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/05/07 19:47:21 UTC

[Solr Wiki] Update of "HowToContribute" by NikolaTankovic

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "HowToContribute" page has been changed by NikolaTankovic.
The comment on this change is: Added link to Eclipse style xml file.
http://wiki.apache.org/solr/HowToContribute?action=diff&rev1=57&rev2=58

--------------------------------------------------

  
  === Installing the code style file ===
  Lucene and SOLR have a common code style preferences. Install one in your Eclipse and set it as the default for the project. Do this by:
-  *Getting the Eclipse code style xml files (see this page).
+  *Getting the Eclipse code style xml files ([[http://people.apache.org/~rmuir/Eclipse-Lucene-Codestyle.xml|link]]).
   *In Eclipse, click "Project>>Properties". In the dialog box, click "Java code style>>Formatter". Up in the upper right of the dialog box that comes, click "Configure Workspace Settings". NOTE: you can do this on an individual project basis if you prefer.
  
  You should now be able to click the "import" button, and import the codestyle file you downloaded. Eclipse doesn't immediately show that the selected import is the new code style, but closing the dialog boxes and coming back to the formatter page should allow you to choose it.