1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
<?xml version="1.0"?>
<project
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0.0.xsd">
<pomVersion>3</pomVersion>
<id>pixie</id>
<name>Pixie</name>
<groupId>jfree</groupId>
<currentVersion>0.8.4</currentVersion>
<organization>
<name>JFree.org</name>
<url>http://www.jfree.org/</url>
</organization>
<inceptionYear>2001</inceptionYear>
<description>
Pixie is a library for reading WMF files.
</description>
<shortDescription>Pixie is a library for reading WMF files.</shortDescription>
<url>http://www.jfree.org/jfreereport/pixie/</url>
<issueTrackingUrl>http://sourceforge.net/tracker/?group_id=51669</issueTrackingUrl>
<repository>
<connection>
scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jfreereport:pixie
</connection>
<url>
http://cvs.sourceforge.net/viewcvs.py/jfreereport/pixie
</url>
</repository>
<mailingLists>
<mailingList>
<name>JFreeReport Developer List</name>
<subscribe>
jfreereport-developers-request@lists.sourceforge.net?subject=subscribe
</subscribe>
<unsubscribe>
jfreereport-developers-request@lists.sourceforge.net?subject=unsubscribe
</unsubscribe>
<archive>
http://sourceforge.net/mailarchive/forum.php?forum=jfreereport-developers
</archive>
</mailingList>
</mailingLists>
<developers>
<!--
For an up to date list of developers and contributors have a look at
the project info implementations.
-->
</developers>
<licenses>
<license>
<name>GNU Lesser General Public Licence</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
<version>1.0.0-pre2</version>
<url>http://www.jfree.org/jcommon/</url>
</dependency>
</dependencies>
<build>
<!-- We don't use Maven as build system. -->
</build>
</project>
|