Skip to content

Commit

Permalink
Merge pull request #66 from iTrace-Dev/development
Browse files Browse the repository at this point in the history
Merge for release
  • Loading branch information
KangilPark authored May 31, 2022
2 parents 9df1ee1 + 73e4620 commit 117a6e8
Show file tree
Hide file tree
Showing 26 changed files with 318 additions and 478 deletions.
5 changes: 1 addition & 4 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
<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 exported="true" kind="lib" path="lib/slf4j-api-1.7.5.jar"/>
<classpathentry exported="true" kind="lib" path="lib/functionaljava-4.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/gson-2.2.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/TETJavaClient.jar"/>
<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=itrace&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
<classpathentry kind="output" path="bin"/>
</classpath>
6 changes: 3 additions & 3 deletions LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

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

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

iTrace Eclipse Plugin Copyright (C) 2019 iTrace
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
Expand Down
15 changes: 9 additions & 6 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.navigator,
org.eclipse.ui.navigator.resources,
ch.qos.logback.classic;bundle-version="1.0.7",
org.eclipse.e4.core.services;bundle-version="2.0.0"
org.eclipse.e4.core.services;bundle-version="2.0.0",
org.eclipse.ui.workbench.texteditor,
org.eclipse.ui.editors
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ClassPath: .,
lib/slf4j-api-1.7.5.jar,
lib/functionaljava-4.1.jar,
lib/gson-2.2.4.jar,
lib/TETJavaClient.jar
Import-Package: org.eclipse.jdt.core,
org.eclipse.jdt.core.dom,
org.osgi.service.event;version="1.3.1"
Automatic-Module-Name: org.itrace
Export-Package: org.itrace,
org.itrace.gaze,
org.itrace.gaze.handlers,
org.itrace.preferences,
org.itrace.solvers
4 changes: 1 addition & 3 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ source.. = src/
output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
lib/jars/gson-2.2.4.jar,\
lib/TETJavaClient.jar
plugin.xml
Loading

0 comments on commit 117a6e8

Please sign in to comment.