commit 099709083ffc922ab2398bee1d920276ee454c36
Date: Wed Apr 29 20:54:29 2009 +0200
>
> Fix ant builder:
> - The project is called "fred-staging" nowadays
> - The build.xml looks for "skip_testS" not "skip-test". Eclipse still runs
> the tests for me though, does anyone have an idea why?
>
[...]
> -<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION"
> value="${workspace_loc:/Freenet 0.7/build.xml}"/>
> +<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value=""/>
[...]
If you check the check the ".project" file, you can see the project
name is still "Freenet 0.7".
When sb get a tarball of the project, import it to eclipse using
"Import Project From Existing Directory"(?),
he will get a project named "Freenet 0.7".
If you really want to change this, change the ".project" file too.
(and all .classpath files in all plugins, it is referenced there)