• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/branches/ome-owl/project.xml

Revision 34, 1.4 kB (checked in by jmoore, 4 years ago)

*** Major Revisions ***

  • Added use of Spring
  • Removed manual RMI classes
  • Added update methods
  • Deployable srv.war
  • etc.
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<project>
4  <!-- the version of maven's project object model -->
5
6  <pomVersion>3</pomVersion>
7  <!-- a unique name for this project -->
8
9  <id>ome3</id>
10  <groupId>ome3</groupId>
11  <name>Open Microscopy Environment v3</name>
12  <currentVersion>1.0</currentVersion>
13
14  <organization>
15    <name>Open Microscopy Environment</name>
16    <url>http://www.openmicroscopy.org/</url>
17    <logo>http://www.openmicroscopy.org/FIXME.gif</logo>
18  </organization>
19
20  <inceptionYear>1999</inceptionYear>
21  <package>org.ome</package>
22  <logo>http://maven.apache.org/images/maven.jpg</logo>
23  <description></description>
24  <shortDescription></shortDescription>
25  <url>http://www.openmicroscopy.org</url>
26
27  <issueTrackingUrl>http://bugzilla.openmicroscopy.org</issueTrackingUrl>
28  <siteAddress></siteAddress>
29  <siteDirectory></siteDirectory>
30  <distributionDirectory></distributionDirectory>
31  <!-- the version control repository and http url for online access
32       the connection element has the form:
33       scm:<system>:<system specific connection string> -->
34  <repository>
35    <connection>scm:svn:svn+ssh://cvs.openmicroscopy.org.uk/home/svn/josh/trunk</connection>
36  </repository>
37  <mailingLists/>
38  <developers/>
39  <dependencies/>
40  <reports>
41    <report>maven-changelog-plugin</report>
42    <report>maven-developer-activity-plugin</report>
43    <report>maven-file-activity-plugin</report>
44  </reports>
45</project>
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Plain Text
  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/