Re: r5824 - in branches/eclipse_3_5/wolips/goodies/plugins/org.objectstyle.wolips.goodies.core.mac: . .settings META-INF native/macosx os/macosx

From: Q (qdola..mail.com)
Date: Fri Jun 26 2009 - 08:34:48 EDT

  • Next message: Mr. G Brown: "Re: Eclipse 3.5/Nightly/Stable"

    This was an accidental commit, which is why it has log message. I
    would have preferred to exclude some of the prefs junk but this will
    do. This should fix mac goodies refresh provider on 64bit for real
    this time.

    On 26/06/2009, at 10:25 PM, qdola..bjectstyle.org wrote:

    > Author: qdolan
    > Date: 2009-06-26 08:25:25 -0400 (Fri, 26 Jun 2009)
    > New Revision: 5824
    >
    > Added:
    > branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/.settings/
    > org.eclipse.pde.core.prefs
    > Modified:
    > branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/.classpath
    > branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/.settings/
    > org.eclipse.jdt.core.prefs
    > branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/META-INF/MANIFEST.MF
    > branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/native/macosx/
    > org_objectstyle_wolips_goodies_core_mac_MacRefreshMonitor.m
    > branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/os/macosx/
    > libMacRefreshProvider.jnilib
    > Log:
    >
    >
    > Modified: branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/.classpath
    > ===================================================================
    > --- branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/.classpath 2009-06-25
    > 17:17:47 UTC (rev 5823)
    > +++ branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/.classpath 2009-06-26
    > 12:25:25 UTC (rev 5824)
    >.. -1,8 +1,8 @@
    > <?xml version="1.0" encoding="UTF-8"?>
    > <classpath>
    > - <classpathentry kind="con"
    > path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    > + <classpathentry exported="true" kind="lib" path="lib/jsr223-
    > api.jar"/>
    > + <classpathentry kind="con"
    > path="org.eclipse.jdt.launching.JRE_CONTAINER/
    > org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
    > <classpathentry kind="con"
    > path="org.eclipse.pde.core.requiredPlugins"/>
    > <classpathentry kind="src" path="java"/>
    > - <classpathentry exported="true" kind="lib" path="lib/jsr223-
    > api.jar"/>
    > <classpathentry kind="output" path="bin"/>
    > </classpath>
    >
    > Modified: branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/.settings/
    > org.eclipse.jdt.core.prefs
    > ===================================================================
    > --- branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/.settings/
    > org.eclipse.jdt.core.prefs 2009-06-25 17:17:47 UTC (rev 5823)
    > +++ branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/.settings/
    > org.eclipse.jdt.core.prefs 2009-06-26 12:25:25 UTC (rev 5824)
    >.. -1,4 +1,4 @@
    > -#Wed Apr 04 15:46:08 CEST 2007
    > +#Fri Jun 26 19:14:46 EST 2009
    > eclipse.preferences.version=1
    > org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    > org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
    >.. -102,8 +102,6 @@
    > org
    > .eclipse
    > .jdt.core.formatter.brace_position_for_method_declaration=end_of_line
    > org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line
    > org
    > .eclipse
    > .jdt.core.formatter.brace_position_for_type_declaration=end_of_line
    > -org.eclipse.jdt.core.formatter.comment.clear_blank_lines=false
    > -org.eclipse.jdt.core.formatter.comment.format_comments=true
    > org.eclipse.jdt.core.formatter.comment.format_header=false
    > org.eclipse.jdt.core.formatter.comment.format_html=true
    > org.eclipse.jdt.core.formatter.comment.format_source_code=true
    >.. -127,7 +125,6 @@
    > org
    > .eclipse
    > .jdt.core.formatter.indent_switchstatements_compare_to_cases=true
    > org
    > .eclipse
    > .jdt.core.formatter.indent_switchstatements_compare_to_switch=false
    > org.eclipse.jdt.core.formatter.indentation.size=4
    > -
    > org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert
    > org
    > .eclipse
    > .jdt
    > .core
    > .formatter
    > .insert_new_line_after_opening_brace_in_array_initializer=do not
    > insert
    > org
    > .eclipse
    > .jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not
    > insert
    > org
    > .eclipse
    > .jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do
    > not insert
    >
    > Added: branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/.settings/
    > org.eclipse.pde.core.prefs
    > ===================================================================
    > --- branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/.settings/
    > org.eclipse.pde.core.prefs 2009-06-25 17:17:47 UTC (rev 5823)
    > +++ branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/.settings/
    > org.eclipse.pde.core.prefs 2009-06-26 12:25:25 UTC (rev 5824)
    >.. -0,0 +1,3 @@
    > +#Fri Jun 26 17:23:20 EST 2009
    > +eclipse.preferences.version=1
    > +resolve.requirebundle=false
    >
    > Modified: branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/META-INF/MANIFEST.MF
    > ===================================================================
    > --- branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/META-INF/MANIFEST.MF
    > 2009-06-25 17:17:47 UTC (rev 5823)
    > +++ branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/META-INF/MANIFEST.MF
    > 2009-06-26 12:25:25 UTC (rev 5824)
    >.. -9,9 +9,9 @@
    > org.eclipse.core.resources,
    > org.eclipse.swt
    > Bundle-ActivationPolicy: lazy
    > -Export-Package: org.objectstyle.wolips.goodies.core.mac;
    > - uses:="org.eclipse.core.runtime,
    > - org.eclipse.core.resources.refresh,
    > - org.eclipse.core.resources,
    > - org.osgi.framework"
    > -Bundle-ClassPath: lib/jsr223-api.jar
    > +Export-Package: org.objectstyle.wolips.goodies.core.mac
    > +Bundle-ClassPath: .,
    > + lib/jsr223-api.jar
    > +Bundle-NativeCode: os/macosx/libMacRefreshProvider.jnilib;
    > + osname=macosx
    > +Bundle-RequiredExecutionEnvironment: J2SE-1.5
    >
    > Modified: branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/native/macosx/
    > org_objectstyle_wolips_goodies_core_mac_MacRefreshMonitor.m
    > ===================================================================
    > --- branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/native/macosx/
    > org_objectstyle_wolips_goodies_core_mac_MacRefreshMonitor.m
    > 2009-06-25 17:17:47 UTC (rev 5823)
    > +++ branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/native/macosx/
    > org_objectstyle_wolips_goodies_core_mac_MacRefreshMonitor.m
    > 2009-06-26 12:25:25 UTC (rev 5824)
    >.. -27,7 +27,7 @@
    >
    > JNIEXPORT void JNICALL
    > Java_org_objectstyle_wolips_goodies_core_mac_MacRefreshMonitor_unmonitor
    > (JNIEnv *env, jobject obj, jstring resourcePath, jobject
    > monitoredResource) {
    > jclass monitoredResourceClass = (*env)->GetObjectClass(env,
    > monitoredResource);
    > - jfieldID fsEventStreamRefField = (*env)->GetFieldID(env,
    > monitoredResourceClass, "_fsEventStreamRef", "L");
    > + jfieldID fsEventStreamRefField = (*env)->GetFieldID(env,
    > monitoredResourceClass, "_fsEventStreamRef", "J");
    > FSEventStreamRef stream = (FSEventStreamRef)(*env)-
    > >GetLongField(env, monitoredResource, fsEventStreamRefField);
    > (*env)->SetLongField(env, monitoredResource, fsEventStreamRefField,
    > 0);
    >
    >.. -60,7 +60,7 @@
    > FSEventStreamRef stream = FSEventStreamCreate(NULL,
    > (FSEventStreamCallback)&pathsChanged, &context, monitorPaths,
    > kFSEventStreamEventIdSinceNow, latency, kFSEventStreamCreateFlagNone);
    > CFRelease(monitorPaths);
    >
    > - jfieldID fsEventStreamRefField = (*env)->GetFieldID(env,
    > monitoredResourceClass, "_fsEventStreamRef", "L");
    > + jfieldID fsEventStreamRefField = (*env)->GetFieldID(env,
    > monitoredResourceClass, "_fsEventStreamRef", "J");
    > (*env)->SetLongField(env, monitoredResource, fsEventStreamRefField,
    > (jlong)stream);
    >
    > FSEventStreamScheduleWithRunLoop(stream, CFRunLoopGetCurrent(),
    > kCFRunLoopDefaultMode);
    >
    > Modified: branches/eclipse_3_5/wolips/goodies/plugins/
    > org.objectstyle.wolips.goodies.core.mac/os/macosx/
    > libMacRefreshProvider.jnilib
    > ===================================================================
    > (Binary files differ)
    >

    -- 
    Seeya...Q
    

    Quinton Dolan - qdola..mail.com Gold Coast, QLD, Australia (GMT+10) Ph: +61 419 729 806



    This archive was generated by hypermail 2.0.0 : Fri Jun 26 2009 - 08:36:17 EDT