Skip to content

Commit

Permalink
Correcting jcommon lib import and fix graphics demonstration.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariana Azevedo committed Feb 8, 2020
1 parent 8cb5e09 commit 0b956e9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<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/jcommon-1.0.17.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.14-swt.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.14.jar"/>
<classpathentry exported="true" kind="lib" path="lib/commons-csv-1.0.jar"/>
Expand Down
3 changes: 1 addition & 2 deletions META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,7 @@ Export-Package: com.keypoint,
org.jsefa.common.mapping",
org.jsefa.xml.mapping.support;uses:="org.jsefa.xml.namespace",
org.jsefa.xml.namespace
Bundle-ClassPath: lib/jcommon-1.0.17.jar,
lib/jfreechart-1.0.14-swt.jar,
Bundle-ClassPath: lib/jfreechart-1.0.14-swt.jar,
lib/jfreechart-1.0.14.jar,
.,
lib/commons-csv-1.0.jar,
Expand Down
5 changes: 2 additions & 3 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ bin.includes = plugin.xml,\
lib/,\
lib/jfreechart-1.0.14-swt.jar,\
lib/jfreechart-1.0.14.jar,\
lib/jcommon-1.0.17.jar,\
lib/log4j-1.2.17.jar,\
icons/,\
doc/,\
Expand All @@ -30,7 +29,6 @@ bin.includes = plugin.xml,\
lib/joda-time-2.8.1.jar,\
lib/jcommon-1.0.16.jar
jars.extra.classpath = lib/commons-csv-1.0.jar,\
lib/jcommon-1.0.17.jar,\
lib/jfreechart-1.0.14-swt.jar,\
lib/jfreechart-1.0.14.jar,\
lib/jsefa-1.0.0.RELEASE.jar,\
Expand All @@ -46,5 +44,6 @@ jars.extra.classpath = lib/commons-csv-1.0.jar,\
lib/jackson-annotations-2.6.0.jar,\
lib/jackson-core-2.6.7.jar,\
lib/jackson-databind-2.6.7.3.jar,\
lib/joda-time-2.8.1.jar
lib/joda-time-2.8.1.jar,\
lib/jcommon-1.0.16.jar
src.includes = bin/
Binary file removed lib/jcommon-1.0.17.jar
Binary file not shown.

0 comments on commit 0b956e9

Please sign in to comment.