RandomSec/ide/eclipse
Stefano Mazzocchi f28e23e503 Committing patches by Iain:
- use OpenCSV parser instead of our own
 - use TestNG instead of JUnit which is a lot more configurable in test selection (and allows us to do a much better job a leaving the tree green even while developing tests that are known to fail)
 - integrated TestNG in './gridworks test'
 - added Iain to the list of contributors in README.txt
 - changed the Eclipse test launch file to use the TestNG launcher (unfortunately, this is not shipped by default in Eclipse, so you have to install it yourself from the http://beust.com/eclipse update file, I'll add this to the wiki shortly)


git-svn-id: http://google-refine.googlecode.com/svn/trunk@782 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-16 18:42:52 +00:00
..
Gridworks.launch adding eclipse special files (and a README to explain what these are and how to use them) 2010-05-12 23:47:19 +00:00
Gridworks.style.xml adding eclipse special files (and a README to explain what these are and how to use them) 2010-05-12 23:47:19 +00:00
GridworksTests.launch Committing patches by Iain: 2010-05-16 18:42:52 +00:00
README.txt adding eclipse special files (and a README to explain what these are and how to use them) 2010-05-12 23:47:19 +00:00

                                 Gridworks Helpers for Eclipse
                                 -----------------------------
                                 
                        
  This file contains Eclipse-specific help files that can get simplify your life 
  developing Gridworks with Eclipse (http://www.eclipse.org/).
  
  
  Launch Files (*.launch)
  -----------------------
  
  These are files that help you running Gridworks directly from eclipse without having to execute
  the shell scripts.
  
  To run, right click on the files directly from Eclipse, then do "Run As -> <name>".
  
  
  
  Code Style Format Configurations (Gridworks.style.xml)
  ------------------------------------------------------
  
  This is the code formatting configurations that all Gridworks developers should follow.
  
  To import, open the Eclipse preferences, then follow to "Java > Code Style > Formatter"
  and click the "Import" button and load the file.  



                                           - o -                                                
  
                                                
   Thank you for your interest.
   
   
                                             The Freebase Gridworks Development Team
                                           http://code.google.com/p/freebase-gridworks/