diff --git a/.gitignore b/.gitignore
index 744b4097..bcb79147 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,4 @@ myimport.cfg
mysql_backup.cfg
edu\.cuny\.hunter\.streamrefactoring\.core/\.settings/org\.eclipse\.jdt\.core\.prefs
edu\.cuny\.hunter\.streamrefactoring\.eval/Stream Refactoring Evaluation\.launch
-/.swo
+/.swo
\ No newline at end of file
diff --git a/edu.cuny.hunter.log.core/META-INF/MANIFEST.MF b/edu.cuny.hunter.log.core/META-INF/MANIFEST.MF
index 92266c33..7849efb3 100644
--- a/edu.cuny.hunter.log.core/META-INF/MANIFEST.MF
+++ b/edu.cuny.hunter.log.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core
Bundle-SymbolicName: edu.cuny.hunter.log.core;singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.4.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: edu.cuny.citytech.refactoring.common.core,
edu.cuny.hunter.mylyngit.core.analysis,
diff --git a/edu.cuny.hunter.log.core/pom.xml b/edu.cuny.hunter.log.core/pom.xml
index e967addb..73783006 100644
--- a/edu.cuny.hunter.log.core/pom.xml
+++ b/edu.cuny.hunter.log.core/pom.xml
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 1.2.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
4.0.0
edu.cuny.hunter.log
parent
- 1.0.0
+ 1.4.0-SNAPSHOT
edu.cuny.hunter.log.core
eclipse-plugin
diff --git a/edu.cuny.hunter.log.feature/.project b/edu.cuny.hunter.log.feature/.project
index 356647f5..dc6ff97d 100644
--- a/edu.cuny.hunter.log.feature/.project
+++ b/edu.cuny.hunter.log.feature/.project
@@ -10,8 +10,14 @@
+
+ org.eclipse.m2e.core.maven2Builder
+
+
+
+ org.eclipse.m2e.core.maven2Nature
org.eclipse.pde.FeatureNature
diff --git a/edu.cuny.hunter.log.feature/feature.xml b/edu.cuny.hunter.log.feature/feature.xml
index 689a7e22..03b446ef 100644
--- a/edu.cuny.hunter.log.feature/feature.xml
+++ b/edu.cuny.hunter.log.feature/feature.xml
@@ -2,7 +2,7 @@
+ version="1.4.0.qualifier">
Developers usually choose log levels to filter information they would like to print. However, developers may not well estimate the cost and benefit for each log level, and log levels may change overtime with requirements. Our tools consist of Eclipse plugins which help developers adjust and rejuvenate log levels by using Degree of Interests (DOI) model. DOI value is a kind of real number for a program element which shows how developers are interested in it. It is computed from the interaction events between developer and element, such as developer edits the element. Transformation decision is made by analyzing the DOI values of enclosing methods for logging invocations.
diff --git a/edu.cuny.hunter.log.feature/pom.xml b/edu.cuny.hunter.log.feature/pom.xml
new file mode 100644
index 00000000..a7cc672c
--- /dev/null
+++ b/edu.cuny.hunter.log.feature/pom.xml
@@ -0,0 +1,13 @@
+
+ 4.0.0
+
+
+ edu.cuny.hunter.log
+ parent
+ 1.4.0-SNAPSHOT
+
+
+ edu.cuny.hunter.log.feature
+ 1.4.0-SNAPSHOT
+ eclipse-feature
+
\ No newline at end of file
diff --git a/edu.cuny.hunter.log.tests.report/pom.xml b/edu.cuny.hunter.log.tests.report/pom.xml
index b3fd1d6b..9a73bdc5 100644
--- a/edu.cuny.hunter.log.tests.report/pom.xml
+++ b/edu.cuny.hunter.log.tests.report/pom.xml
@@ -7,7 +7,7 @@
edu.cuny.hunter.log
parent
- 1.0.0
+ 1.4.0-SNAPSHOT
../pom.xml
edu.cuny.hunter.log.tests.report
@@ -43,19 +43,19 @@
edu.cuny.hunter.log
edu.cuny.hunter.log.core
- 1.2.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
compile
edu.cuny.hunter.log
edu.cuny.hunter.log.ui
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
compile
edu.cuny.hunter.log
edu.cuny.hunter.log.tests
- 1.0.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
compile
diff --git a/edu.cuny.hunter.log.tests/META-INF/MANIFEST.MF b/edu.cuny.hunter.log.tests/META-INF/MANIFEST.MF
index 1b970488..8f61cc69 100644
--- a/edu.cuny.hunter.log.tests/META-INF/MANIFEST.MF
+++ b/edu.cuny.hunter.log.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Tests
Bundle-SymbolicName: edu.cuny.hunter.log.tests
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.4.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: edu.cuny.citytech.refactoring.common.core,
edu.cuny.citytech.refactoring.common.tests,
diff --git a/edu.cuny.hunter.log.tests/pom.xml b/edu.cuny.hunter.log.tests/pom.xml
index 9bc89959..de75f3fe 100644
--- a/edu.cuny.hunter.log.tests/pom.xml
+++ b/edu.cuny.hunter.log.tests/pom.xml
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 1.0.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
4.0.0
edu.cuny.hunter.log
parent
- 1.0.0
+ 1.4.0-SNAPSHOT
../pom.xml
edu.cuny.hunter.log.tests
diff --git a/edu.cuny.hunter.log.ui/META-INF/MANIFEST.MF b/edu.cuny.hunter.log.ui/META-INF/MANIFEST.MF
index b4ece696..77cfe092 100644
--- a/edu.cuny.hunter.log.ui/META-INF/MANIFEST.MF
+++ b/edu.cuny.hunter.log.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ui
Bundle-SymbolicName: edu.cuny.hunter.log.ui;singleton:=true
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.4.0.qualifier
Require-Bundle: org.eclipse.ui,
org.eclipse.jdt.core;bundle-version="3.13.100",
org.eclipse.core.resources;bundle-version="3.12.0",
diff --git a/edu.cuny.hunter.log.ui/pom.xml b/edu.cuny.hunter.log.ui/pom.xml
index c5061835..81a55a0f 100644
--- a/edu.cuny.hunter.log.ui/pom.xml
+++ b/edu.cuny.hunter.log.ui/pom.xml
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
4.0.0
edu.cuny.hunter.log
parent
- 1.0.0
+ 1.4.0-SNAPSHOT
edu.cuny.hunter.log.ui
eclipse-plugin
diff --git a/edu.cuny.hunter.log.updatesite/.project b/edu.cuny.hunter.log.updatesite/.project
index bed3e077..7de60bb2 100644
--- a/edu.cuny.hunter.log.updatesite/.project
+++ b/edu.cuny.hunter.log.updatesite/.project
@@ -10,8 +10,14 @@
+
+ org.eclipse.m2e.core.maven2Builder
+
+
+
+ org.eclipse.m2e.core.maven2Nature
org.eclipse.pde.UpdateSiteNature
diff --git a/edu.cuny.hunter.log.updatesite/artifacts.jar b/edu.cuny.hunter.log.updatesite/artifacts.jar
index 3080318f..2b99f73e 100644
Binary files a/edu.cuny.hunter.log.updatesite/artifacts.jar and b/edu.cuny.hunter.log.updatesite/artifacts.jar differ
diff --git a/edu.cuny.hunter.log.updatesite/site.xml b/edu.cuny.hunter.log.updatesite/category.xml
similarity index 94%
rename from edu.cuny.hunter.log.updatesite/site.xml
rename to edu.cuny.hunter.log.updatesite/category.xml
index d7a61975..0dbc0954 100644
--- a/edu.cuny.hunter.log.updatesite/site.xml
+++ b/edu.cuny.hunter.log.updatesite/category.xml
@@ -3,7 +3,7 @@
Developers usually choose log levels to filter information they would like to print. However, developers may not well estimate the cost and benefit for each log level, and log levels may change overtime with requirements. Our tools consist of Eclipse plugins which help developers adjust and rejuvenate log levels by using Degree of Interests (DOI) model. DOI value is a kind of real number for a program element which shows how developers are interested in it. It is computed from the interaction events between developer and element, such as developer edits the element. Transformation decision is made by analyzing the DOI values of enclosing methods for logging invocations.
-
+
diff --git a/edu.cuny.hunter.log.updatesite/content.jar b/edu.cuny.hunter.log.updatesite/content.jar
index 83159473..9731caa4 100644
Binary files a/edu.cuny.hunter.log.updatesite/content.jar and b/edu.cuny.hunter.log.updatesite/content.jar differ
diff --git a/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_0.1.0.jar b/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_0.1.0.jar
deleted file mode 100644
index 725451e9..00000000
Binary files a/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_0.1.0.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_0.2.0.jar b/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_0.2.0.jar
deleted file mode 100644
index 547ffa19..00000000
Binary files a/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_0.2.0.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_0.3.0.jar b/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_0.3.0.jar
deleted file mode 100644
index 9843b471..00000000
Binary files a/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_0.3.0.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_0.4.0.jar b/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_0.4.0.jar
deleted file mode 100644
index 25f7af8d..00000000
Binary files a/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_0.4.0.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_1.4.0.201905200740.jar b/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_1.4.0.201905200740.jar
new file mode 100644
index 00000000..4e4aae8e
Binary files /dev/null and b/edu.cuny.hunter.log.updatesite/features/edu.cuny.hunter.log.feature_1.4.0.201905200740.jar differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201903121204.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201903121204.jar
deleted file mode 100644
index 1fe34d2d..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201903121204.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201903121206.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201903121206.jar
deleted file mode 100644
index 89cc3361..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201903121206.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201903121210.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201903121210.jar
deleted file mode 100644
index e03e6257..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201903121210.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201903121219.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201903121219.jar
deleted file mode 100644
index e7deb021..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201903121219.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201904031349.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201904031349.jar
deleted file mode 100644
index 8a13035e..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201904031349.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201904121308.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201904121308.jar
deleted file mode 100644
index 13ee7c8c..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.core_1.2.0.201904121308.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201903121204.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201903121204.jar
deleted file mode 100644
index 26569490..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201903121204.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201903121206.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201903121206.jar
deleted file mode 100644
index f9b3fc2f..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201903121206.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201903121210.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201903121210.jar
deleted file mode 100644
index 6e44f6b7..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201903121210.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201903121219.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201903121219.jar
deleted file mode 100644
index 89de7333..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201903121219.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201904031349.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201904031349.jar
deleted file mode 100644
index dfeabcdd..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201904031349.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201904121308.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201904121308.jar
deleted file mode 100644
index 97c1662d..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.citytech.refactoring.common.ui_1.2.0.201904121308.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201902281022.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201902281022.jar
deleted file mode 100644
index 774e0c84..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201902281022.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201902281028.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201902281028.jar
deleted file mode 100644
index f43637f4..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201902281028.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201903121204.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201903121204.jar
deleted file mode 100644
index f512a9ae..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201903121204.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201903121206.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201903121206.jar
deleted file mode 100644
index 6c25f5a4..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201903121206.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201903121210.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201903121210.jar
deleted file mode 100644
index 4a76178b..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201903121210.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201903121219.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201903121219.jar
deleted file mode 100644
index 1a0dbdc3..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.0.0.201903121219.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.1.0.201904031349.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.1.0.201904031349.jar
deleted file mode 100644
index bd389aa3..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.1.0.201904031349.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.2.0.201904121308.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.2.0.201904121308.jar
deleted file mode 100644
index 89f04204..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.2.0.201904121308.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.4.0.201905200740.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.4.0.201905200740.jar
new file mode 100644
index 00000000..7d1283d5
Binary files /dev/null and b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.core_1.4.0.201905200740.jar differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.0.0.201902281028.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.0.0.201902281028.jar
deleted file mode 100644
index b45dbe96..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.0.0.201902281028.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.1.0.201903121204.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.1.0.201903121204.jar
deleted file mode 100644
index dc438536..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.1.0.201903121204.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.1.0.201903121206.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.1.0.201903121206.jar
deleted file mode 100644
index b0df2f5e..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.1.0.201903121206.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.1.0.201903121210.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.1.0.201903121210.jar
deleted file mode 100644
index a76422bc..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.1.0.201903121210.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.1.0.201903121219.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.1.0.201903121219.jar
deleted file mode 100644
index 4a1325a7..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.1.0.201903121219.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.2.0.201904031349.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.2.0.201904031349.jar
deleted file mode 100644
index b40dc9b1..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.2.0.201904031349.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.3.0.201904121308.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.3.0.201904121308.jar
deleted file mode 100644
index 8ec56fb0..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.3.0.201904121308.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.0.0.201902281022.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.4.0.201905200740.jar
similarity index 85%
rename from edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.0.0.201902281022.jar
rename to edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.4.0.201905200740.jar
index 36c392b8..d477cf2c 100644
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.0.0.201902281022.jar and b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.log.ui_1.4.0.201905200740.jar differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.0.0.201902281022.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.0.0.201902281022.jar
deleted file mode 100644
index 2ab42e99..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.0.0.201902281022.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.0.0.201902281028.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.0.0.201902281028.jar
deleted file mode 100644
index 199d741d..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.0.0.201902281028.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.1.0.201903121204.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.1.0.201903121204.jar
deleted file mode 100644
index 7cd2b229..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.1.0.201903121204.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.1.0.201903121206.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.1.0.201903121206.jar
deleted file mode 100644
index a456f087..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.1.0.201903121206.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.1.0.201903121210.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.1.0.201903121210.jar
deleted file mode 100644
index 78be1ce8..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.1.0.201903121210.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.1.0.201903121219.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.1.0.201903121219.jar
deleted file mode 100644
index 5f1bfc60..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.1.0.201903121219.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.2.0.201904031349.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.2.0.201904031349.jar
deleted file mode 100644
index b87b6bb9..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.2.0.201904031349.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.3.0.201904121308.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.3.0.201904121308.jar
deleted file mode 100644
index a6a26d9f..00000000
Binary files a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.3.0.201904121308.jar and /dev/null differ
diff --git a/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.4.0.201905200740.jar b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.4.0.201905200740.jar
new file mode 100644
index 00000000..1a8c976f
Binary files /dev/null and b/edu.cuny.hunter.log.updatesite/plugins/edu.cuny.hunter.mylyngit.core_1.4.0.201905200740.jar differ
diff --git a/edu.cuny.hunter.log.updatesite/pom.xml b/edu.cuny.hunter.log.updatesite/pom.xml
new file mode 100644
index 00000000..e7d75d4f
--- /dev/null
+++ b/edu.cuny.hunter.log.updatesite/pom.xml
@@ -0,0 +1,39 @@
+
+ 4.0.0
+
+ edu.cuny.hunter.log
+ parent
+ 1.4.0-SNAPSHOT
+
+ edu.cuny.hunter.log.updatesite
+ 1.4.0-SNAPSHOT
+ eclipse-repository
+
+
+
+
+ org.eclipse.tycho.extras
+ tycho-p2-extras-plugin
+ ${tycho-version}
+
+
+ add-to-update-site
+ package
+
+ mirror
+
+
+
+ ./
+ true
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/edu.cuny.hunter.mylyngit.core/META-INF/MANIFEST.MF b/edu.cuny.hunter.mylyngit.core/META-INF/MANIFEST.MF
index 98db2823..ceea2dd2 100644
--- a/edu.cuny.hunter.mylyngit.core/META-INF/MANIFEST.MF
+++ b/edu.cuny.hunter.mylyngit.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core
Bundle-SymbolicName: edu.cuny.hunter.mylyngit.core;singleton:=true
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.4.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.apache.log4j;bundle-version="1.2.15",
org.eclipse.core.resources;bundle-version="3.12.0",
diff --git a/edu.cuny.hunter.mylyngit.core/pom.xml b/edu.cuny.hunter.mylyngit.core/pom.xml
index b359b130..4877deaf 100644
--- a/edu.cuny.hunter.mylyngit.core/pom.xml
+++ b/edu.cuny.hunter.mylyngit.core/pom.xml
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 1.3.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
4.0.0
edu.cuny.hunter.log
parent
- 1.0.0
+ 1.4.0-SNAPSHOT
../pom.xml
edu.cuny.hunter.mylyngit.core
diff --git a/edu.cuny.hunter.mylyngit.evaluation/META-INF/MANIFEST.MF b/edu.cuny.hunter.mylyngit.evaluation/META-INF/MANIFEST.MF
index 34d46bea..236ca6c2 100644
--- a/edu.cuny.hunter.mylyngit.evaluation/META-INF/MANIFEST.MF
+++ b/edu.cuny.hunter.mylyngit.evaluation/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Evalution
Bundle-SymbolicName: edu.cuny.hunter.mylyngit.eval;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.4.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: edu.cuny.hunter.mylyngit.core.analysis,
edu.cuny.hunter.mylyngit.core.utils,
diff --git a/edu.cuny.hunter.mylyngit.evaluation/pom.xml b/edu.cuny.hunter.mylyngit.evaluation/pom.xml
index a187d65e..8b1cb1bd 100644
--- a/edu.cuny.hunter.mylyngit.evaluation/pom.xml
+++ b/edu.cuny.hunter.mylyngit.evaluation/pom.xml
@@ -2,13 +2,13 @@
- 1.0.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
4.0.0
edu.cuny.hunter.log
parent
- 1.0.0
+ 1.4.0-SNAPSHOT
../pom.xml
edu.cuny.hunter.mylyngit.eval
diff --git a/edu.cuny.hunter.mylyngit.tests/META-INF/MANIFEST.MF b/edu.cuny.hunter.mylyngit.tests/META-INF/MANIFEST.MF
index faf4bd7a..71bb89f7 100644
--- a/edu.cuny.hunter.mylyngit.tests/META-INF/MANIFEST.MF
+++ b/edu.cuny.hunter.mylyngit.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test
Bundle-SymbolicName: edu.cuny.hunter.mylyngit.tests;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.4.0.qualifier
Automatic-Module-Name: edu.cuny.hunter.mylyngit.tests
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jgit;bundle-version="5.1.0",
diff --git a/edu.cuny.hunter.mylyngit.tests/pom.xml b/edu.cuny.hunter.mylyngit.tests/pom.xml
index e0ebf832..9e7d54d7 100644
--- a/edu.cuny.hunter.mylyngit.tests/pom.xml
+++ b/edu.cuny.hunter.mylyngit.tests/pom.xml
@@ -3,13 +3,13 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- 1.0.0-SNAPSHOT
+ 1.4.0-SNAPSHOT
4.0.0
edu.cuny.hunter.log
parent
- 1.0.0
+ 1.4.0-SNAPSHOT
../pom.xml
edu.cuny.hunter.mylyngit.tests
diff --git a/pom.xml b/pom.xml
index cfee888a..98442368 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,14 +6,16 @@
4.0.0
edu.cuny.hunter.log
parent
- 1.0.0
+ 1.4.0-SNAPSHOT
pom
edu.cuny.hunter.log.ui
edu.cuny.hunter.log.core
edu.cuny.hunter.mylyngit.core
- edu.cuny.hunter.mylyngit.tests
- edu.cuny.hunter.mylyngit.evaluation
+ edu.cuny.hunter.mylyngit.tests
+ edu.cuny.hunter.mylyngit.evaluation
+ edu.cuny.hunter.log.feature
+ edu.cuny.hunter.log.updatesite
edu.cuny.hunter.log.tests
edu.cuny.hunter.log.tests.report