Skip to content

Commit

Permalink
fixing warnings, updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjholla committed Nov 29, 2016
1 parent f2db823 commit 5a2119e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion com.ensoftcorp.open.c.commons/.classpath
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.7
org.eclipse.jdt.core.compiler.source=1.8
5 changes: 3 additions & 2 deletions com.ensoftcorp.open.c.commons/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.ensoftcorp.open.c.commons;singleton:=true
Bundle-Version: 3.0.10.qualifier
Bundle-Version: 3.0.12.qualifier
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.resources,
com.ensoftcorp.atlas.c.core;bundle-version="3.0.11";visibility:=reexport,
Expand All @@ -10,6 +10,7 @@ Require-Bundle: org.eclipse.core.runtime,
com.ensoftcorp.atlas.ui.shell;bundle-version="3.0.10",
com.ensoftcorp.atlas.ui;bundle-version="3.0.10",
com.ensoftcorp.atlas.scala-lang;bundle-version="3.0.10"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: atlas.c.smartview,
atlas.c.xinu
Bundle-ActivationPolicy: lazy
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
package atlas.c.smartview;

import java.awt.Color;

import atlas.c.xinu.Queries;

import com.ensoftcorp.atlas.core.xcsg.XCSG;
import com.ensoftcorp.atlas.core.highlight.Highlighter;
import com.ensoftcorp.atlas.core.query.Q;
import com.ensoftcorp.atlas.core.script.StyledResult;
import com.ensoftcorp.atlas.core.xcsg.XCSG;
import com.ensoftcorp.atlas.ui.scripts.selections.FilteringAtlasSmartViewScript;
import com.ensoftcorp.atlas.ui.selection.event.IAtlasSelectionEvent;

import atlas.c.xinu.Queries;
/**
* For a selected node, displays the immediate type and the basis of that type.
*
Expand Down

0 comments on commit 5a2119e

Please sign in to comment.