Patch: Update Eclipse classpath

Roman Kennke roman at kennke.org
Mon Jan 23 11:34:58 PST 2012


Hi Ralf,

I think we should remove those Eclipse files altogether. Since the
projects are now using Maven, it's possible to open as Maven project and
Eclipse (or whatever is your preferred IDE) can infer all settings from
the pom.xml. This is one of the big advantages of Maven: it makes
projects IDE agnostic.

We need to see what to do with the other directories. I will have a look
at that soon. I will also finally get around to push my DirectFB port.

Cheers, Roman

Am Mittwoch, den 11.01.2012, 18:32 +0100 schrieb Ralf Heini:
> The files were restructured but the project not updated.
> Note: There are still some empty directories around that have been moved. The SDL and X11 stuff should be moved somewhere else.
> 
> Unterschiede zwischen Dateien-Anlage (cacio-classpath-update.patch)
> # HG changeset patch
> # User Ralf Heini <heini at aicas.com>
> # Date 1326302953 -3600
> # Node ID e46e22a4a8be887a2f235c4edcbb9ed3a7bbeb1e
> # Parent  70702d3e6a642905b592a105bd0e9a4536697d8e
> Update Eclipse classpath
> 
> diff -r 70702d3e6a64 -r e46e22a4a8be .classpath
> --- a/.classpath	Wed Jan 11 16:44:08 2012 +0100
> +++ b/.classpath	Wed Jan 11 18:29:13 2012 +0100
> @@ -1,7 +1,13 @@
>  <?xml version="1.0" encoding="UTF-8"?>
>  <classpath>
> -	<classpathentry kind="src" path="src"/>
> -	<classpathentry kind="src" path="tests"/>
> +	<classpathentry excluding="sdl/classes/|x11/classes/" kind="src" path="src"/>
> +	<classpathentry kind="src" path="src/x11/classes"/>
> +	<classpathentry kind="src" path="cacio-tta/src/test/java"/>
> +	<classpathentry kind="src" path="cacio-tta/src/main/java"/>
> +	<classpathentry kind="src" path="test/classes"/>
> +	<classpathentry kind="src" path="cacio-web/src/main/java"/>
> +	<classpathentry kind="src" path="src/sdl/classes"/>
> +	<classpathentry kind="src" path="cacio-shared/src/main/java"/>
>  	<classpathentry combineaccessrules="false" kind="src" path="/escher"/>
>  	<classpathentry combineaccessrules="false" exported="true" kind="src" path="/OpenJDK"/>
>  	<classpathentry kind="output" path="build/classes"/>





More information about the caciocavallo-dev mailing list