Skip to content

Commit 3b2331a

Browse files
committed
Update jfreechart library
Update the included jfreechart library to 1.0.19, the last version before a big refactoring. The update to the recent version would probably require much more effort, since SWT code has been moved out and package names have changed a lot.
1 parent 115e8ed commit 3b2331a

File tree

9 files changed

+9
-10
lines changed

9 files changed

+9
-10
lines changed

net.sf.eclipsecs.ui/.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
99
<classpathentry kind="src" path="src"/>
1010
<classpathentry kind="src" path="test"/>
11-
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.14.jar"/>
12-
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.14-swt.jar"/>
13-
<classpathentry exported="true" kind="lib" path="lib/jcommon-1.0.16.jar"/>
11+
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.19.jar"/>
12+
<classpathentry exported="true" kind="lib" path="lib/jfreechart-1.0.19-swt.jar"/>
13+
<classpathentry exported="true" kind="lib" path="lib/jcommon-1.0.23.jar"/>
1414
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
1515
<classpathentry kind="output" path="target/classes"/>
1616
</classpath>

net.sf.eclipsecs.ui/META-INF/MANIFEST.MF

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Bundle-ActivationPolicy: lazy
99
Require-Bundle: net.sf.eclipsecs.core,
1010
org.eclipse.core.expressions
1111
Bundle-ClassPath: .,
12-
lib/jfreechart-1.0.14.jar,
13-
lib/jfreechart-1.0.14-swt.jar,
14-
lib/jcommon-1.0.16.jar
12+
lib/jfreechart-1.0.19.jar,
13+
lib/jfreechart-1.0.19-swt.jar,
14+
lib/jcommon-1.0.23.jar
1515
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1616
Bundle-Localization: plugin
1717
Export-Package: net.sf.eclipsecs.ui,

net.sf.eclipsecs.ui/build.properties

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ bin.includes = icons/,\
55
META-INF/,\
66
plugin.properties,\
77
.,\
8-
lib/jfreechart-1.0.14-swt.jar,\
9-
lib/jfreechart-1.0.14.jar,\
10-
lib/jcommon-1.0.16.jar
8+
lib/jfreechart-1.0.19-swt.jar,\
9+
lib/jfreechart-1.0.19.jar,\
10+
lib/jcommon-1.0.23.jar
1111
jars.compile.order = .
1212
source.. = src/
13-
source.. = src/
1413
additional.bundles = org.eclipse.jdt.core,\
1514
org.eclipse.core.runtime
-302 KB
Binary file not shown.
323 KB
Binary file not shown.
-71 KB
Binary file not shown.
-1.39 MB
Binary file not shown.
77.9 KB
Binary file not shown.
1.5 MB
Binary file not shown.

0 commit comments

Comments
 (0)