Yep, brain glitch, realized after I committed... :)

On 8/5/07, Charles Oliver Nutter <[EMAIL PROTECTED]> wrote:
>
> Retroweaver shouldn't be necessary in project settings so long as Ant is
> happy with it; we don't reference RW directly anywhere (and never should).
>
> - Charlie
>
> -------- Original Message --------
> Subject:        [jruby-scm] [jruby] [4086] trunk/jruby: Updating Eclipse
> settings for 1.5.
> Date:   Sun, 05 Aug 2007 22:54:35 +0000
> From:   [EMAIL PROTECTED]
> Reply-To:       dev@jruby.codehaus.org
> To:     [EMAIL PROTECTED]
>
>
>
> Revision
>      4086 <http://fisheye.codehaus.org/changelog/jruby/?cs=4086>
> Author
>      bdortch
> Date
>      2007-08-05 17:54:34 -0500 (Sun, 05 Aug 2007)
>
>
>        Log Message
>
> Updating Eclipse settings for 1.5. May also want to add Retroweaver to
> .classpath, though I noticed Charlie didn't for nbproject/project.xml,
> so I'll hold off for now.
>
>
>        Modified Paths
>
>      * trunk/jruby/.classpath <#trunkjrubyclasspath>
>      * trunk/jruby/.settings/org.eclipse.jdt.core.prefs
>        <#trunkjrubysettingsorgeclipsejdtcoreprefs>
>
>
>        Diff
>
>
>          Modified: trunk/jruby/.classpath (4085 => 4086)
>
> --- trunk/jruby/.classpath      2007-08-05 17:52:29 UTC (rev 4085)
> +++ trunk/jruby/.classpath      2007-08-05 22:54:34 UTC (rev 4086)
> @@ -1,14 +1,15 @@
>   <?xml version="1.0" encoding="UTF-8"?>
>   <classpath>
>         <classpathentry kind="src" path="src"/>
> -       <classpathentry excluding="**/CVS/*" kind="src"
> output="build/classes/test" path="test"/>
> +       <classpathentry excluding="**/CVS/*" kind="src" path="test"/>
>         <classpathentry kind="con"
> path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
>         <classpathentry kind="lib" path="lib/bsf.jar"/>
> -       <classpathentry kind="lib" path="lib/asm-commons-2.2.3.jar"/>
> -       <classpathentry kind="lib" path="lib/asm-2.2.3.jar"/>
>         <classpathentry kind="lib" path="lib/jline-0.9.91.jar"/>
>         <classpathentry kind="lib" path="lib/backport-util-concurrent.jar
> "/>
>         <classpathentry kind="lib" path="lib/junit.jar"/>
> -       <classpathentry kind="lib" path="lib/asm-util-2.2.3.jar"/>
> +       <classpathentry kind="lib" path="lib/asm-3.0.jar"/>
> +       <classpathentry kind="lib" path="lib/asm-commons-3.0.jar"/>
> +       <classpathentry kind="lib" path="lib/asm-util-3.0.jar"/>
> +       <classpathentry kind="lib" path="lib/jruby.jar"/>
>         <classpathentry kind="output" path="build/classes/jruby"/>
>   </classpath>
>
>
>          Modified: trunk/jruby/.settings/org.eclipse.jdt.core.prefs (4085
>          => 4086)
>
> --- trunk/jruby/.settings/org.eclipse.jdt.core.prefs    2007-08-05
> 17:52:29
> UTC (rev 4085)
> +++ trunk/jruby/.settings/org.eclipse.jdt.core.prefs    2007-08-05
> 22:54:34
> UTC (rev 4086)
> @@ -1,15 +1,15 @@
> -#Fri Sep 29 10:28:07 CDT 2006
> +#Sun Aug 05 15:21:01 PDT 2007
>   eclipse.preferences.version=1
> -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=disabled
> -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.4
> +org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
> +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
>   org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
> -org.eclipse.jdt.core.compiler.compliance=1.4
> +org.eclipse.jdt.core.compiler.compliance=1.5
>   org.eclipse.jdt.core.compiler.debug.lineNumber=generate
>   org.eclipse.jdt.core.compiler.debug.localVariable=generate
>   org.eclipse.jdt.core.compiler.debug.sourceFile=generate
>   org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
> -org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
> -org.eclipse.jdt.core.compiler.source=1.4
> +org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
> +org.eclipse.jdt.core.compiler.source=1.5
>   org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
>
>
> org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
>
> org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=16
>
> ------------------------------------------------------------------------
>
> To unsubscribe from this list please visit:
>
> http://xircles.codehaus.org/manage_email
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>

Reply via email to