rahulpathakgit / codeswarm

Automatically exported from code.google.com/p/codeswarm
GNU General Public License v3.0
0 stars 0 forks source link

Move Eclipse project files to correct location #43

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The Eclipse project files don't really add any value where they are located
now.  If the following moves were made:

  /eclipse/classpath => /.classpath
  /eclipse/project   => /.project

it would allow developers to create a fully functional Eclipse project from
SVN by just checking it out without doing any additional setup.

Creating a launch file such as 

  /eclipse/code_swarm-sample.launch

would create a pre-configured Run target that the developer could just pick
off the menu (and then use as a template for their own targets).

Original issue reported on code.google.com by tfmorris on 28 Sep 2008 at 6:29

GoogleCodeExporter commented 8 years ago
Another benefit to having them in the correct default location is that they'll 
get
updated when people make changes.  The ones in the eclipse directory are 
missing the
svnkit, swing-layout, and vecmath jars.

I'll attach suggested versions which work with the current code.

Original comment by tfmorris on 28 Sep 2008 at 6:38

GoogleCodeExporter commented 8 years ago
Here are my versions of the files to be placed in the root directory

Original comment by tfmorris on 28 Sep 2008 at 6:41

Attachments: