Skip to content

Commit

Permalink
split project into two plugins: analysis and user interface components
Browse files Browse the repository at this point in the history
  • Loading branch information
benjholla committed Oct 7, 2018
1 parent 63eee10 commit bf61540
Show file tree
Hide file tree
Showing 81 changed files with 13,197 additions and 42 deletions.
Empty file.
217 changes: 217 additions & 0 deletions com.ensoftcorp.open.c.commons.ui/.cache

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions com.ensoftcorp.open.c.commons.ui/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?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.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1 change: 1 addition & 0 deletions com.ensoftcorp.open.c.commons.ui/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bin/
28 changes: 28 additions & 0 deletions com.ensoftcorp.open.c.commons.ui/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>com.ensoftcorp.open.c.commons.ui</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
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.8
14 changes: 14 additions & 0 deletions com.ensoftcorp.open.c.commons.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: com.ensoftcorp.open.c.commons.ui;singleton:=true
Bundle-Version: 3.3.7.qualifier
Require-Bundle: com.ensoftcorp.atlas.c.ui;bundle-version="3.3.7";visibility:=reexport,
com.ensoftcorp.atlas.ui.shell;bundle-version="3.3.7";visibility:=reexport,
com.ensoftcorp.atlas.ui;bundle-version="3.3.7";visibility:=reexport,
com.ensoftcorp.open.commons.ui;bundle-version="3.3.7";visibility:=reexport,
com.ensoftcorp.open.c.commons;bundle-version="3.3.7";visibility:=reexport
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Bundle-Name: C Toolbox Commons User Interface
Bundle-Vendor: EnSoft Corp.
Automatic-Module-Name: com.ensoftcorp.open.c.commons.ui
7 changes: 7 additions & 0 deletions com.ensoftcorp.open.c.commons.ui/build.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
plugin.xml,\
doc/,\
.,\
src/
27 changes: 27 additions & 0 deletions com.ensoftcorp.open.c.commons.ui/doc/allclasses-frame.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:23 CST 2017 -->
<title>All Classes</title>
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="com/ensoftcorp/open/c/commons/Activator.html" title="class in com.ensoftcorp.open.c.commons" target="classFrame">Activator</a></li>
<li><a href="com/ensoftcorp/open/c/commons/analysis/CallSiteAnalysis.html" title="class in com.ensoftcorp.open.c.commons.analysis" target="classFrame">CallSiteAnalysis</a></li>
<li><a href="com/ensoftcorp/open/c/commons/analysis/CommonQueries.html" title="class in com.ensoftcorp.open.c.commons.analysis" target="classFrame">CommonQueries</a></li>
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/ControlFlowWithinFunctionSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart" target="classFrame">ControlFlowWithinFunctionSmartView</a></li>
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/DataFlowWithinFunctionSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart" target="classFrame">DataFlowWithinFunctionSmartView</a></li>
<li><a href="com/ensoftcorp/open/c/commons/log/Log.html" title="class in com.ensoftcorp.open.c.commons.log" target="classFrame">Log</a></li>
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/MatchingPairSearchModelSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart" target="classFrame">MatchingPairSearchModelSmartView</a></li>
<li><a href="com/ensoftcorp/open/c/commons/analysis/SetDefinitions.html" title="class in com.ensoftcorp.open.c.commons.analysis" target="classFrame">SetDefinitions</a></li>
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/TypeOfSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart" target="classFrame">TypeOfSmartView</a></li>
</ul>
</div>
</body>
</html>
27 changes: 27 additions & 0 deletions com.ensoftcorp.open.c.commons.ui/doc/allclasses-noframe.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Tue Nov 28 11:28:23 CST 2017 -->
<title>All Classes</title>
<meta name="date" content="2017-11-28">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<h1 class="bar">All&nbsp;Classes</h1>
<div class="indexContainer">
<ul>
<li><a href="com/ensoftcorp/open/c/commons/Activator.html" title="class in com.ensoftcorp.open.c.commons">Activator</a></li>
<li><a href="com/ensoftcorp/open/c/commons/analysis/CallSiteAnalysis.html" title="class in com.ensoftcorp.open.c.commons.analysis">CallSiteAnalysis</a></li>
<li><a href="com/ensoftcorp/open/c/commons/analysis/CommonQueries.html" title="class in com.ensoftcorp.open.c.commons.analysis">CommonQueries</a></li>
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/ControlFlowWithinFunctionSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart">ControlFlowWithinFunctionSmartView</a></li>
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/DataFlowWithinFunctionSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart">DataFlowWithinFunctionSmartView</a></li>
<li><a href="com/ensoftcorp/open/c/commons/log/Log.html" title="class in com.ensoftcorp.open.c.commons.log">Log</a></li>
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/MatchingPairSearchModelSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart">MatchingPairSearchModelSmartView</a></li>
<li><a href="com/ensoftcorp/open/c/commons/analysis/SetDefinitions.html" title="class in com.ensoftcorp.open.c.commons.analysis">SetDefinitions</a></li>
<li><a href="com/ensoftcorp/open/c/commons/ui/smart/TypeOfSmartView.html" title="class in com.ensoftcorp.open.c.commons.ui.smart">TypeOfSmartView</a></li>
</ul>
</div>
</body>
</html>
Loading

0 comments on commit bf61540

Please sign in to comment.