Skip to content

Commit

Permalink
Updating README.md and MANIFEST.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Azevedo committed Jul 18, 2019
1 parent e1bb8d4 commit 832b2b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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: %Bundle-Name
Bundle-SymbolicName: O3SMeasures;singleton:=true
Bundle-Version: 1.3.1
Bundle-Version: 1.3.2
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.ui;bundle-version="3.109.0";visibility:=reexport,
org.eclipse.core.resources;bundle-version="3.12.0";visibility:=reexport,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Plug-in for Eclipse to measure software internal quality. It was developed as pa

## About o3smeasures
This is a plug-in for Eclipse to measure software internal quality in Java projects.
In the plug-in development, we used the Eclipse IDE 4.4 (Luna), the Java Development Tools (JDT), the Plug-in Development Environment (PDE), and Abstract Syntax Tree (AST). In JDT, there are tools for manipulating Java code. In PDE, there are tools to develop and test plug-ins in the Eclipse IDE.
In the plug-in development, we used the Eclipse IDE (Oxygen), the Java Development Tools (JDT), the Plug-in Development Environment (PDE), and Abstract Syntax Tree (AST). In JDT, there are tools for manipulating Java code. In PDE, there are tools to develop and test plug-ins in the Eclipse IDE.

## Dependencies

Expand Down

0 comments on commit 832b2b2

Please sign in to comment.