~ubuntu-branches/ubuntu/precise/xom/precise

« back to all changes in this revision

Viewing changes to project.xml

  • Committer: Bazaar Package Importer
  • Author(s): Varun Hiremath
  • Date: 2007-11-25 15:50:40 UTC
  • Revision ID: james.westby@ubuntu.com-20071125155040-r75ikcqf1vu0cei7
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<project>
 
3
  <pomVersion>3</pomVersion>
 
4
  <id>xom</id>
 
5
  <name>xom</name>
 
6
  <groupId>xom</groupId>
 
7
  <currentVersion>@VERSION@</currentVersion>
 
8
 
 
9
  <inceptionYear>2002</inceptionYear>
 
10
  <package>nu.xom</package>
 
11
 
 
12
  <shortDescription>Dual Streaming/Tree API for Processing XML</shortDescription>
 
13
 
 
14
  <siteAddress>www.xom.nu</siteAddress>
 
15
 
 
16
  <mailingLists>
 
17
    <mailingList>
 
18
      <name>XOM Interest Mailing List</name>
 
19
      <archive>http://lists.ibiblio.org/pipermail/xom-interest/</archive>
 
20
    </mailingList>
 
21
  </mailingLists>
 
22
 
 
23
 <developers>
 
24
 
 
25
    <developer>
 
26
      <name>Elliotte Rusty Harold</name>
 
27
      <id>elharo</id>
 
28
      <email>elharo@metalab.unc.edu</email>
 
29
      <organization>Cafe au Lait</organization>
 
30
    </developer>
 
31
 
 
32
  </developers>
 
33
 
 
34
  <dependencies>
 
35
    <dependency>
 
36
        <groupId>xerces</groupId>
 
37
        <artifactId>xmlParserAPIs</artifactId>
 
38
        <version>2.6.2</version>
 
39
        <type>jar</type>
 
40
    </dependency>  
 
41
    <dependency>
 
42
        <groupId>xerces</groupId>
 
43
        <artifactId>xercesImpl</artifactId>
 
44
        <version>2.6.2</version>
 
45
        <type>jar</type>
 
46
    </dependency>  
 
47
    <dependency>
 
48
        <groupId>xalan</groupId>
 
49
        <artifactId>xalan</artifactId>
 
50
        <version>2.7.0</version>
 
51
        <type>jar</type>
 
52
    </dependency>
 
53
    <dependency>
 
54
        <groupId>jaxen</groupId>
 
55
        <artifactId>jaxen</artifactId>
 
56
        <version>1.1-beta-8</version>
 
57
        <type>jar</type>
 
58
    </dependency>
 
59
  </dependencies>
 
60
  
 
61
  <build>
 
62
    <nagEmailAddress>elharo@metalab.unc.edu</nagEmailAddress>
 
63
    <sourceDirectory>src</sourceDirectory>
 
64
    <unitTestSourceDirectory>src</unitTestSourceDirectory>
 
65
    <!-- Unit test classes -->
 
66
    <unitTest>
 
67
      <includes>
 
68
        <include>**/*Test.java</include>
 
69
      </includes>
 
70
    </unitTest>
 
71
  </build>  
 
72
  
 
73
</project>  
 
 
b'\\ No newline at end of file'