root/trunk/midgard/apis/java/project.xml

Revision 8194, 2.0 kB (checked in by jlz, 3 years ago)

Start upgrade to JCR 1.0

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <?xml version="1.0"?>
2 <project>
3   <pomVersion>3</pomVersion>
4   <id>midgard-java</id>
5   <name>Midgard-Java</name>
6   <currentVersion>1.7-SNAPSHOT</currentVersion>
7   <organization>
8     <name>The Midgard Project</name>
9     <url>http://www.midgard-project.org/</url>
10   </organization>
11   <inceptionYear>2005</inceptionYear>
12   <package>org.tigris.midgard.jcr</package>
13
14   <description>
15     Midgard-Java is an implementation of the Content Repository
16     for Java technology API (JCR) for the Midgard content management
17     framework. Midgard-Java allows Java clients to access Midgard
18     content repositories using the standard JCR API.
19   </description>
20
21   <shortDescription>JCR API implementation for Midgard</shortDescription>
22
23   <issueTrackingUrl>
24     http://midgard.tigris.org/servlets/ProjectIssues
25   </issueTrackingUrl>
26
27   <repository>
28     <connection>
29       scm:cvs:pserver:anoncvs@cvs.tigris.org:/cvs:midgard/src/apis/java
30     </connection>
31     <url>
32       http://midgard.tigris.org/source/browse/midgard/src/apis/java/
33     </url>
34   </repository>
35
36   <developers>
37     <developer>
38       <id>jlz</id>
39       <name>Jukka Zitting</name>
40       <email>jz@yukatan.fi</email>
41       <organization>Yukatan</organization>
42       <roles>
43         <role>Java Developer</role>
44       </roles>
45       <timezone>+2</timezone>
46     </developer>
47   </developers>
48
49   <licenses>
50     <license>
51       <name>The GNU Lesser General Public License</name>
52       <url>http://www.gnu.org/licenses/lgpl.txt</url>
53       <distribution>repo</distribution>
54     </license>
55   </licenses>
56
57   <dependencies>
58     <dependency>
59       <groupId>jsr170</groupId>
60       <artifactId>jcr</artifactId>
61       <version>1.0</version>
62       <url>http://jcp.org/en/jsr/detail?id=170</url>
63     </dependency>
64     <dependency>
65       <id>junit</id>
66       <version>3.8.1</version>
67     </dependency>
68   </dependencies>
69
70   <build>
71     <sourceDirectory>src/java</sourceDirectory>
72     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
73   </build>
74 </project>
Note: See TracBrowser for help on using the browser.