diff -r 1612dbcec451 -r 639991d0808a java/cewolf-1.0/pom.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/java/cewolf-1.0/pom.xml Sat Feb 28 21:31:02 2009 +0100 @@ -0,0 +1,128 @@ + + 4.0.0 + cewolf + cewolf + jar + 1.0 + Cewolf + http://cewolf.sourceforge.net + + + + Cewolf is a tag library for JfreeChart. + JFreeChart is a class library, written in Java, for generating charts. + Utilising the Java2D APIs, it currently supports bar charts, pie charts, + line charts, XY-plots and time series plots. + + + + http://cvs.sourceforge.net/viewcvs.py/cewolf/ + + scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cewolf/cewolf + + + + + + + maven-assembly-plugin + 2.0-beta-1 + + + src/main/assembly/assembly.xml + ${pom.artifactId}-${pom.version} + target + target/assembly/work + + + + + maven-javadoc-plugin + + + package + + javadoc + + + + + + + + + batik + batik-dom + 1.6 + compile + + + batik + batik-awt-util + 1.6 + compile + + + batik + batik-svggen + 1.6 + compile + + + batik + batik-xml + 1.6 + compile + + + batik + batik-util + 1.6 + compile + + + commons-logging + commons-logging + 1.0.4 + compile + + + log4j + log4j + 1.2.12 + compile + + + crimson + crimson + 1.1.3 + compile + + + + javax.servlet + servlet-api + 2.3 + provided + + + jfreechart + jfreechart + 1.0.0 + compile + + + jfree + jcommon + 1.0.0 + compile + + + gnujaxp + gnujaxp + 1.0.0 + compile + + +