Skip to content

Commit 9e7430d

Browse files
author
Chris
committed
Adding modified UI packages
2 parents b51ce21 + e398e75 commit 9e7430d

196 files changed

Lines changed: 38281 additions & 18 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Program-Navigation-Plugin
2+
3+
Chris and Justin's Eclipse Plug-in tool

dataTool/.classpath

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5+
<classpathentry kind="src" path="src">
6+
<attributes>
7+
<attribute name="ignore_optional_problems" value="true"/>
8+
</attributes>
9+
</classpathentry>
10+
<classpathentry kind="src" path="src_tests"/>
11+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt_3.11.1.v20150904-0015.jar"/>
12+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.annotation_1.1.100.v20140704-0625.jar"/>
13+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.annotation_2.0.100.v20150311-1658.jar"/>
14+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.apt.core_3.4.0.v20150518-1201.jar"/>
15+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.apt.pluggable.core_1.1.0.v20150423-0947.jar"/>
16+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.apt.ui_3.4.0.v20150423-0947.jar"/>
17+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.compiler.apt_1.2.0.v20150514-0146.jar"/>
18+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.compiler.tool_1.1.0.v20150513-2007.jar"/>
19+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.core_3.11.1.v20150902-1521.jar"/>
20+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.core.manipulation_1.5.100.v20141002-1241.jar"/>
21+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.debug.ui_3.7.0.v20150505-1916.jar"/>
22+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.doc.user_3.11.1.v20150819-1130.jar"/>
23+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.junit_3.8.0.v20150428-1340.jar"/>
24+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.junit.core_3.7.400.v20150423-0747.jar"/>
25+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.junit.runtime_3.4.500.v20140527-1138.jar"/>
26+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.junit4.runtime_1.1.500.v20150423-0747.jar"/>
27+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.launching_3.8.0.v20150527-0946.jar"/>
28+
<classpathentry kind="var" path="ECLIPSE_HOME/plugins/org.eclipse.jdt.ui_3.11.1.v20150827-1306.jar"/>
29+
<classpathentry kind="output" path="bin"/>
30+
</classpath>

dataTool/.cvsignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bin

dataTool/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/bin
Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.eclipse.jdt.ui</name>
3+
<name>dataTool</name>
44
<comment></comment>
55
<projects>
66
</projects>
@@ -20,25 +20,9 @@
2020
<arguments>
2121
</arguments>
2222
</buildCommand>
23-
<buildCommand>
24-
<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
25-
<arguments>
26-
</arguments>
27-
</buildCommand>
28-
<buildCommand>
29-
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
30-
<triggers>auto,full,incremental,</triggers>
31-
<arguments>
32-
<dictionary>
33-
<key>LaunchConfigHandle</key>
34-
<value>&lt;project&gt;/.externalToolBuilders/Build Jar in Jar Loader.launch</value>
35-
</dictionary>
36-
</arguments>
37-
</buildCommand>
3823
</buildSpec>
3924
<natures>
40-
<nature>org.eclipse.jdt.core.javanature</nature>
4125
<nature>org.eclipse.pde.PluginNature</nature>
42-
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
26+
<nature>org.eclipse.jdt.core.javanature</nature>
4327
</natures>
4428
</projectDescription>

dataTool/META-INF/MANIFEST.MF

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: Statement Highlighter Plug-in
4+
Bundle-SymbolicName: dataTool;singleton:=true
5+
Bundle-Version: 1.0.3
6+
Bundle-Activator: dataTool.Activator
7+
Bundle-Localization: plugin
8+
Require-Bundle: org.eclipse.ui,
9+
org.eclipse.core.runtime,
10+
org.eclipse.jdt.core,
11+
org.eclipse.jface.text,
12+
org.eclipse.ui.editors,
13+
org.eclipse.ui.workbench.texteditor,
14+
org.junit,
15+
edu.pdx.cs.multiview.util,
16+
org.eclipse.swt,
17+
org.eclipse.core.resources,
18+
org.eclipse.ui.workbench,
19+
org.eclipse.equinox.registry,
20+
org.eclipse.jdt.ui,
21+
org.eclipse.ui.ide;bundle-version="3.11.0",
22+
org.eclipse.ui.ide.application;bundle-version="1.1.0",
23+
org.eclipse.text,
24+
org.eclipse.ui.forms,
25+
org.eclipse.jdt;bundle-version="3.11.1"
26+
Eclipse-LazyStart: true
27+
Import-Package: org.eclipse.jdt.internal.ui.search
28+
Export-Package: dataTool,
29+
dataTool.ui

dataTool/build.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
source.. = src/
2+
output.. = bin/
3+
bin.includes = META-INF/,\
4+
.,\
5+
plugin.xml,\
6+
icons/

dataTool/icons/data.gif

586 Bytes
Loading

dataTool/icons/sample.gif

853 Bytes
Loading

dataTool/icons/statement.GIF

893 Bytes
Loading

0 commit comments

Comments
 (0)