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/09/19 16:51:21 UTC

[Solr Wiki] Update of "HowToContribute" by JanHoydahl

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 JanHoydahl:
http://wiki.apache.org/solr/HowToContribute?action=diff&rev1=66&rev2=67

Comment:
Note about "ant eclipse"

  
  (thanks to Mark Miller and Erik Hatcher for contributing to this)
  
- Eclipse .classpath and .project files for Lucene/Solr projects are attached to [[http://markmail.org/message/yb5qgeamosvdscao|this email]] from the Solr mailing list.
+ To get correct classpath and project setting in Eclipse, simply run {{{ant eclipse}}} and then reload the project in Eclipse.
  
  == Generating a patch ==
  A "patch file" is the format that all good contributions come in.  It bundles up everything that is being added, removed, or changed in your contribution.