Statistics
| Revision:

root / org.gvsig.xmlpull / library / trunk / org.gvsig.xmlpull / org.gvsig.xmlpull.prov / pom.xml @ 1585

History | View | Annotate | Download (995 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2

    
3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
        <modelVersion>4.0.0</modelVersion>
5
    <artifactId>org.gvsig.xmlpull.prov</artifactId>
6
        <packaging>pom</packaging>
7
        <name>org.gvsig.xmlpull.prov</name>
8
        <description>XML Pull library providers</description>
9
        <parent>
10
                <groupId>org.gvsig</groupId>
11
                <artifactId>org.gvsig.xmlpull</artifactId>                
12
                <version>2.0.36-SNAPSHOT</version>
13
        </parent>        
14
        <profiles>
15
                <profile>
16
                        <id>se</id>
17
                        <activation>
18
                                <activeByDefault>true</activeByDefault>
19
                        </activation>
20
                        <modules>
21
                                <module>org.gvsig.xmlpull.prov.stax</module>
22
                                <module>org.gvsig.xmlpull.prov.kxml</module>        
23
                        </modules>
24
                </profile>
25
                <profile>
26
                        <id>cdc</id>        
27
                        <modules>                        
28
                                <module>org.gvsig.xmlpull.prov.kxml</module>        
29
                        </modules>
30
                </profile>
31
        </profiles>
32
</project>