Home | History | Annotate | Download | only in 1.0.9
      1 <project xmlns="http://maven.apache.org/POM/4.0.0"
      2   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      3   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
      4   <modelVersion>4.0.0</modelVersion>
      5   <groupId>jfree</groupId>
      6   <artifactId>jfreechart-swt</artifactId>
      7   <name>jfreechart-swt</name>
      8   <version>1.0.9</version>
      9   <description>
     10     JFreeChart is a class library, written in Java, for generating
     11     charts. Utilising the Java2D APIs, it currently supports bar
     12     charts, pie charts, line charts, XY-plots and time series plots.
     13   </description>
     14   <url>http://www.jfree.org/jfreechart/</url>
     15   <inceptionYear>2001</inceptionYear>
     16   <description>
     17     JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently
     18     supports bar charts, pie charts, line charts, XY-plots and time series plots.
     19   </description>
     20   <scm>
     21     <connection>scm:cvs:pserver:anonymous (a] jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart:jfreechart</connection>
     22     <url>http://jfreechart.cvs.sourceforge.net/jfreechart/jfreechart/</url>
     23   </scm>
     24   <licenses>
     25     <license>
     26       <name>GNU Lesser General Public Licence</name>
     27       <url>http://www.gnu.org/licenses/lgpl.txt</url>
     28       <distribution>repo</distribution>
     29     </license>
     30   </licenses>
     31   <scm>
     32     <connection>
     33       scm:cvs:pserver:anonymous (a] jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart:jfreechart
     34     </connection>
     35     <url>
     36       http://jfreechart.cvs.sourceforge.net/jfreechart/jfreechart/
     37     </url>
     38   </scm>
     39   <organization>
     40     <name>JFree.org</name>
     41     <url>http://www.jfree.org/</url>
     42   </organization>
     43   <build>
     44     <plugins>
     45       <plugin>
     46         <artifactId>maven-compiler-plugin</artifactId>
     47         <configuration>
     48           <source>1.4</source>
     49           <target>1.4</target>
     50         </configuration>
     51       </plugin>
     52     </plugins>
     53   </build>
     54   <dependencies>
     55     <dependency>
     56       <groupId>jfree</groupId>
     57       <artifactId>jfreechart</artifactId>
     58       <version>1.0.9</version>
     59     </dependency>
     60     <dependency>
     61       <groupId>org.eclipse.swt</groupId>
     62       <artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
     63       <version>3.2.1</version>
     64       <scope>provided</scope>
     65     </dependency>
     66     <dependency>
     67       <groupId>junit</groupId>
     68       <artifactId>junit</artifactId>
     69             <version>3.8.2</version>
     70       <scope>test</scope>
     71     </dependency>
     72   </dependencies>
     73 </project>
     74