Skip to content

Commit

Permalink
(Update-Fix) #19 removal of useless jdom library for UI plugin
Browse files Browse the repository at this point in the history
JDom was necessary while `MetricsView` was still using it to export XML.
Now, the view do not handle any .xml file.
  • Loading branch information
Omar WALDMANN committed Jun 6, 2017
1 parent 82c59bc commit a96d9db
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
15 changes: 7 additions & 8 deletions fr.cnes.analysis.tools.ui/.classpath
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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/jdom-2.0.6.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<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 kind="output" path="bin"/>
</classpath>
3 changes: 1 addition & 2 deletions fr.cnes.analysis.tools.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ Export-Package: fr.cnes.analysis.tools.ui.exception,
Import-Package:
org.junit
Bundle-Vendor: CNES
Bundle-ClassPath: lib/jdom-2.0.6.jar,
.
Bundle-ClassPath: .
3 changes: 1 addition & 2 deletions fr.cnes.analysis.tools.ui/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
icons/,\
lib/jdom-2.0.6.jar
icons/
src.excludes = test/
Binary file removed fr.cnes.analysis.tools.ui/lib/jdom-2.0.6.jar
Binary file not shown.

0 comments on commit a96d9db

Please sign in to comment.