Skip to content

Commit

Permalink
Merge pull request #156 from walleXD/master
Browse files Browse the repository at this point in the history
Updated feature and update-site
  • Loading branch information
khatchad authored Mar 12, 2019
2 parents 25af963 + 9827563 commit f39b2de
Show file tree
Hide file tree
Showing 30 changed files with 27 additions and 19 deletions.
31 changes: 18 additions & 13 deletions edu.cuny.hunter.log.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,10 @@
<feature
id="edu.cuny.hunter.log.feature"
label="Logging Level Evolution"
version="0.1.0">
version="0.2.0">

<description>
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.
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.
</description>

<copyright>
Expand Down Expand Up @@ -303,7 +293,8 @@ version(s), and exceptions or additional permissions here}.&quot;
</license>

<url>
<update label="Logging Level Evolution" url="https://raw.githubusercontent.com/ponder-lab/Logging-Level-Evolution-Plugin/master/edu.cuny.hunter.log.updatesite"/>
<update label="Logging Level Evolution Update Site" url="https://raw.githubusercontent.com/ponder-lab/Logging-Level-Evolution-Plugin/master/edu.cuny.hunter.log.updatesite"/>
<discovery label="Common Eclipse Java Refactoring Framework" url="https://raw.githubusercontent.com/ponder-lab/Common-Eclipse-Java-Refactoring-Framework/master/edu.cuny.citytech.refactoring.common.updatesite"/>
</url>

<plugin
Expand All @@ -327,4 +318,18 @@ version(s), and exceptions or additional permissions here}.&quot;
version="0.0.0"
unpack="false"/>

<plugin
id="edu.cuny.citytech.refactoring.common.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="edu.cuny.citytech.refactoring.common.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.tests.report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>edu.cuny.hunter.log.ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0.qualifier
Bundle-Version: 1.1.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",
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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">

<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<modelVersion>4.0.0</modelVersion>
<parent>
Expand Down
Binary file modified edu.cuny.hunter.log.updatesite/artifacts.jar
Binary file not shown.
Binary file modified edu.cuny.hunter.log.updatesite/content.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 4 additions & 1 deletion edu.cuny.hunter.log.updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
<description name="Logging Level Evolution Plugin Update Site">
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.
</description>
<feature url="features/edu.cuny.hunter.log.feature_0.1.0.jar" id="edu.cuny.hunter.log.feature" version="0.1.0"/>
<feature url="features/edu.cuny.hunter.log.feature_0.2.0.jar" id="edu.cuny.hunter.log.feature" version="0.2.0">
<category name="Logging"/>
</feature>
<category-def name="Logging" label="Logging"/>
</site>
2 changes: 1 addition & 1 deletion edu.cuny.hunter.mylyngit.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0.qualifier
Bundle-Version: 1.1.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",
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.mylyngit.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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">

<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<modelVersion>4.0.0</modelVersion>
<parent>
Expand Down

0 comments on commit f39b2de

Please sign in to comment.