Skip to content

Commit

Permalink
bumped up version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Walee Ahmed committed Apr 3, 2019
1 parent 339378e commit 9d66c01
Show file tree
Hide file tree
Showing 18 changed files with 16 additions and 20 deletions.
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.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.log.core;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: edu.cuny.citytech.refactoring.common.core,
edu.cuny.hunter.mylyngit.core.analysis,
Expand Down
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.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
12 changes: 6 additions & 6 deletions edu.cuny.hunter.log.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="edu.cuny.hunter.log.feature"
label="Logging Level Evolution"
version="0.2.0">
version="0.3.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.
Expand Down Expand Up @@ -293,19 +293,19 @@ version(s), and exceptions or additional permissions here}.&quot;
</license>

<url>
<update label="Logging Level Evolution Update Site" 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
id="edu.cuny.hunter.mylyngit.core"
id="edu.cuny.citytech.refactoring.common.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="edu.cuny.hunter.log.ui"
id="edu.cuny.citytech.refactoring.common.ui"
download-size="0"
install-size="0"
version="0.0.0"
Expand All @@ -319,14 +319,14 @@ version(s), and exceptions or additional permissions here}.&quot;
unpack="false"/>

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

<plugin
id="edu.cuny.citytech.refactoring.common.ui"
id="edu.cuny.hunter.mylyngit.core"
download-size="0"
install-size="0"
version="0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions edu.cuny.hunter.log.tests.report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
<dependency>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>edu.cuny.hunter.log.core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>edu.cuny.hunter.log</groupId>
<artifactId>edu.cuny.hunter.log.ui</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 1 addition & 5 deletions edu.cuny.hunter.log.tests/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="test cases/">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="test cases/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
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.1.0.qualifier
Bundle-Version: 1.2.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.1.0-SNAPSHOT</version>
<version>1.2.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.
2 changes: 1 addition & 1 deletion edu.cuny.hunter.log.updatesite/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<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.2.0.jar" id="edu.cuny.hunter.log.feature" version="0.2.0">
<feature url="features/edu.cuny.hunter.log.feature_0.3.0.jar" id="edu.cuny.hunter.log.feature" version="0.3.0">
<category name="Logging"/>
</feature>
<category-def name="Logging" label="Logging"/>
Expand Down
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.1.0.qualifier
Bundle-Version: 1.2.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.1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>

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

0 comments on commit 9d66c01

Please sign in to comment.