File: maven-jcommon-xml-project.xml

package info (click to toggle)
libjcommon-java 1.0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,244 kB
  • ctags: 4,183
  • sloc: java: 26,980; xml: 442; makefile: 23; sh: 10
file content (93 lines) | stat: -rw-r--r-- 2,599 bytes parent folder | download | duplicates (3)
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?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>jcommon</id>
  <name>JCommon</name>
  <groupId>jfree</groupId>
  <currentVersion>@VERSION@</currentVersion>
  <organization>
    <name>JFree.org</name>
    <url>http://www.jfree.org/</url>
  </organization>
  <inceptionYear>2001</inceptionYear>

  <description>
    JCommon is a free general purpose Java class library that is used in
    several projects at www.jfree.org, including JFreeChart and
    JFreeReport.
  </description>

  <shortDescription>A free general purpose Java class library.</shortDescription>

  <url>http://www.jfree.org/jcommon/</url>
  <issueTrackingUrl>http://sourceforge.net/tracker/?group_id=15494</issueTrackingUrl>

  <repository>
    <connection>
      scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jfreechart:jcommon
    </connection>
    <url>http://cvs.sourceforge.net/viewcvs.py/jfreechart/jcommon</url>
  </repository>

  <mailingLists>
    <mailingList>
      <name>JFreeChart Developer List</name>
      <subscribe>
        jfreechart-dev-request@lists.sourceforge.net?subject=subscribe
      </subscribe>
      <unsubscribe>
        jfreechart-dev-request@lists.sourceforge.net?subject=unsubscribe
      </unsubscribe>
      <archive>
        http://sourceforge.net/mailarchive/forum.php?forum=jfreechart-dev
      </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>@VERSION@</version>
      <url>http://www.jfree.org/jcommon/</url>
    </dependency>

    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.7</version>
      <url>http://www.junit.org/</url>
    </dependency>


    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>1.3.02</version>
      <jar>xml-apis-1.3.02.jar</jar>
      <url>http://xml.apache.org/commons/#external</url>
    </dependency>
  </dependencies>

  <build>
    <!-- We don't use Maven as build system. -->
  </build>
</project>