Skip to content

Commit 117a6e8

Browse files
authored
Merge pull request #66 from iTrace-Dev/development
Merge for release
2 parents 9df1ee1 + 73e4620 commit 117a6e8

26 files changed

+318
-478
lines changed

.classpath

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="src"/>
6-
<classpathentry exported="true" kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
7-
<classpathentry exported="true" kind="lib" path="lib/functionaljava-4.1.jar"/>
8-
<classpathentry exported="true" kind="lib" path="lib/gson-2.2.4.jar"/>
9-
<classpathentry exported="true" kind="lib" path="lib/TETJavaClient.jar"/>
6+
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=itrace&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
107
<classpathentry kind="output" path="bin"/>
118
</classpath>

LICENSE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
631631
state the exclusion of warranty; and each file should have at least
632632
the "copyright" line and a pointer to where the full notice is found.
633633

634-
iTrace Eclipse Plugin - Eclipse plugin to identify textual and interface elements based on iTrace Core gaze data
635-
Copyright (C) 2019 iTrace
634+
<one line to give the program's name and a brief idea of what it does.>
635+
Copyright (C) <year> <name of author>
636636

637637
This program is free software: you can redistribute it and/or modify
638638
it under the terms of the GNU General Public License as published by
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
iTrace Eclipse Plugin Copyright (C) 2019 iTrace
655+
<program> Copyright (C) <year> <name of author>
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.

META-INF/MANIFEST.MF

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ Require-Bundle: org.eclipse.ui,
1313
org.eclipse.ui.navigator,
1414
org.eclipse.ui.navigator.resources,
1515
ch.qos.logback.classic;bundle-version="1.0.7",
16-
org.eclipse.e4.core.services;bundle-version="2.0.0"
16+
org.eclipse.e4.core.services;bundle-version="2.0.0",
17+
org.eclipse.ui.workbench.texteditor,
18+
org.eclipse.ui.editors
1719
Bundle-ActivationPolicy: lazy
1820
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
19-
Bundle-ClassPath: .,
20-
lib/slf4j-api-1.7.5.jar,
21-
lib/functionaljava-4.1.jar,
22-
lib/gson-2.2.4.jar,
23-
lib/TETJavaClient.jar
2421
Import-Package: org.eclipse.jdt.core,
2522
org.eclipse.jdt.core.dom,
2623
org.osgi.service.event;version="1.3.1"
24+
Automatic-Module-Name: org.itrace
25+
Export-Package: org.itrace,
26+
org.itrace.gaze,
27+
org.itrace.gaze.handlers,
28+
org.itrace.preferences,
29+
org.itrace.solvers

build.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ source.. = src/
22
output.. = bin/
33
bin.includes = META-INF/,\
44
.,\
5-
plugin.xml,\
6-
lib/jars/gson-2.2.4.jar,\
7-
lib/TETJavaClient.jar
5+
plugin.xml

0 commit comments

Comments
 (0)