Ignore:
Timestamp:
04/24/19 21:55:43 (5 years ago)
Author:
adrpo
Message:
  • minor changes, still not working
Location:
trunk/org.modelica.mdt.debug.ui
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.debug.ui/.classpath

    r1881 r1892  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
    3     <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
     3    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-9"/>
    44    <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
    55    <classpathentry kind="src" path="src"/>
  • trunk/org.modelica.mdt.debug.ui/.settings/org.eclipse.jdt.core.prefs

    r1643 r1892  
    11eclipse.preferences.version=1
    22org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
     3org.eclipse.jdt.core.compiler.codegen.targetPlatform=9
    44org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
    5 org.eclipse.jdt.core.compiler.compliance=1.6
     5org.eclipse.jdt.core.compiler.compliance=9
    66org.eclipse.jdt.core.compiler.debug.lineNumber=generate
    77org.eclipse.jdt.core.compiler.debug.localVariable=generate
     
    99org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
    1010org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
    11 org.eclipse.jdt.core.compiler.source=1.6
     11org.eclipse.jdt.core.compiler.release=enabled
     12org.eclipse.jdt.core.compiler.source=9
  • trunk/org.modelica.mdt.debug.ui/META-INF/MANIFEST.MF

    r1891 r1892  
    2020 org.modelica.mdt.core,
    2121 org.modelica.mdt.breakpoint
    22 Export-Package: org.modelica.mdt.debug.ui,
     22Export-Package: org.modelica.mdt.debug.gdb.ui.launcher,
     23 org.modelica.mdt.debug.ui,
     24 org.modelica.mdt.debug.ui.actions,
    2325 org.modelica.mdt.debug.ui.breakpoints,
     26 org.modelica.mdt.debug.ui.editor,
    2427 org.modelica.mdt.debug.ui.launcher,
    2528 org.modelica.mdt.debug.ui.presentation,
     29 org.modelica.mdt.debug.ui.propertypages,
    2630 org.modelica.mdt.debug.ui.shortcuts,
    2731 org.modelica.mdt.debug.ui.views
    2832Bundle-ActivationPolicy: lazy
    2933Bundle-RequiredExecutionEnvironment: JavaSE-1.6
     34Automatic-Module-Name: org.modelica.mdt.debug.ui
Note: See TracChangeset for help on using the changeset viewer.