Update to jchart2d 3.2.2 2011-09-25
https://sourceforge.net/p/jchart2d/news/2011/09/jchart2d-322-released/ Fix javadoc target
This commit is contained in:
@ -47,7 +47,7 @@
|
||||
<classpath>
|
||||
<pathelement location="${lib}/commons-logging-1.1.1.jar" />
|
||||
<pathelement location="${lib}/json-smart-1.0.6.4.jar" />
|
||||
<pathelement location="${lib}/jchart2d-3.2.1.jar" />
|
||||
<pathelement location="${lib}/jchart2d-3.2.2.jar" />
|
||||
<pathelement location="${lib}/xmlgraphics-commons-1.3.1.jar" />
|
||||
</classpath>
|
||||
</javac>
|
||||
@ -73,7 +73,7 @@
|
||||
<jar basedir="${build}" destfile="${dist}/${jar}" excludes="messages-src/**/*">
|
||||
<manifest>
|
||||
<attribute name="Main-Class" value="net.i2p.itoopie.Main"/>
|
||||
<attribute name="Class-Path" value="${lib}/commons-logging-1.1.1.jar ${lib}/json-smart-1.0.6.4.jar ${lib}/jchart2d-3.2.1.jar ${lib}/xmlgraphics-commons-1.3.1.jar" />
|
||||
<attribute name="Class-Path" value="${lib}/commons-logging-1.1.1.jar ${lib}/json-smart-1.0.6.4.jar ${lib}/jchart2d-3.2.2.jar ${lib}/xmlgraphics-commons-1.3.1.jar" />
|
||||
</manifest>
|
||||
</jar>
|
||||
</target>
|
||||
@ -88,9 +88,10 @@
|
||||
splitindex="true"
|
||||
windowtitle="itoopie">
|
||||
<classpath>
|
||||
<path refid="classpath"/>
|
||||
<pathelement location="${lib}/commons-logging-1.1.1.jar" />
|
||||
<pathelement location="${lib}/json-smart-1.0.6.4.jar" />
|
||||
<pathelement location="${lib}/jchart2d-3.2.2.jar" />
|
||||
<pathelement location="${lib}/xmlgraphics-commons-1.3.1.jar" />
|
||||
</classpath>
|
||||
</javadoc>
|
||||
</target>
|
||||
|
Binary file not shown.
BIN
lib/jchart2d-3.2.2.jar
Normal file
BIN
lib/jchart2d-3.2.2.jar
Normal file
Binary file not shown.
Reference in New Issue
Block a user