<?xml version="1.0" encoding="UTF-8"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>org.gvsig.mobile</groupId>
		<artifactId>
			gvsig-base-library-pom
		</artifactId>
		<version>1.0-SNAPSHOT</version>
	</parent>
	<groupId>org.gvsig.mobile</groupId>
	<artifactId>
		org.gvsig.mobile.wfs
	</artifactId>
	<name>
		org.gvsig.mobile.wfs
	</name>
	<version>1.0.0-SNAPSHOT</version>
	<packaging>bundle</packaging>

	<properties>
		<build-dir>../build</build-dir>
		<project.build.sourceEncoding>ISO-8859-1
		</project.build.sourceEncoding>
	</properties>

	<dependencies>
		<dependency>
			<groupId>org.gvsig.mobile</groupId>
			<artifactId>org.gvsig.mobile.core.libraries
			</artifactId>
			<version>1.0-SNAPSHOT</version>
		</dependency>

		<dependency>
			<groupId>org.gvsig.mobile</groupId>
			<artifactId>org.gvsig.mobile.core.GvSigCore
			</artifactId>
			<version>1.0.0.SNAPSHOT</version>
		</dependency>

		<dependency>
			<groupId>org.gvsig.mobile</groupId>
			<artifactId>org.gvsig.mobile.pilotLegacy
			</artifactId>
			<version>0.0.1-SNAPSHOT</version>
		</dependency>

		<dependency>
			<groupId>org.apache.felix</groupId>
			<artifactId>org.osgi.core</artifactId>
			<version>1.2.0</version>
		</dependency>

		<dependency>
			<groupId>org.apache.felix</groupId>
			<artifactId>org.osgi.compendium</artifactId>
			<version>1.2.0</version>
		</dependency>
		
		<dependency>
			<groupId>org.gvsig.mobile</groupId>
			<artifactId>org.gvsig.mobile.gpe</artifactId>
			<version>1.0.0</version>
		</dependency>
	</dependencies>

	<build>
		<sourceDirectory>src</sourceDirectory>
		<testSourceDirectory>src-test</testSourceDirectory>
		<testResources>
			<testResource>
				<directory>src-test</directory>
			</testResource>
		</testResources>
		<resources>
			<resource>
				<directory>${basedir}/resources</directory>
			</resource>
		</resources>
		<plugins>
			<plugin>    <!-- (2) START -->
				<groupId>org.apache.felix</groupId>
				<artifactId>maven-bundle-plugin</artifactId>
				<extensions>true</extensions>
				<configuration>
					<instructions>
						<Bundle-SymbolicName>${pom.artifactId}
						</Bundle-SymbolicName>
						<Bundle-Name>${pom.name}</Bundle-Name>
						<Bundle-Version>${pom.version}</Bundle-Version>
						<Bundle-Activator>
							org.gvsig.mobile.wfs.Activator
						</Bundle-Activator>
						<Import-Package>
							org.cresques.cts,
 							org.gvsig.compat.net,
 							org.gvsig.fmap.crs,
 							org.gvsig.fmap.dal,
 							org.gvsig.fmap.dal.exception,
 							org.gvsig.fmap.dal.feature,
 							org.gvsig.fmap.dal.feature.spi,
 							org.gvsig.fmap.dal.resource.spi,
 							org.gvsig.fmap.dal.spi,
 							org.gvsig.fmap.dal.store.gpe,
 							org.gvsig.fmap.dal.store.gpe.*,
 							org.gvsig.fmap.geom,
 							org.gvsig.fmap.geom.exception,
 							org.gvsig.fmap.geom.operation,
 							org.gvsig.fmap.geom.primitive,
 							org.gvsig.fmap.mapcontext,
 							org.gvsig.gpe.lib.api,
 							org.gvsig.gpe.lib.api.*,
 							org.gvsig.metadata,
						 	org.gvsig.metadata.*,
						 	org.gvsig.mobile.core.libraries,
 							org.gvsig.remoteclient.utils,
 							org.gvsig.remoteclient.wfs,
 							org.gvsig.remoteclient.wfs.edition,
 							org.gvsig.remoteclient.wfs.exceptions,
 							org.gvsig.remoteclient.wfs.filters.operations,
 							org.gvsig.remoteclient.wfs.request,
 							org.gvsig.remoteclient.wfs.schema,
 							org.gvsig.tools,
 							org.gvsig.tools.dataTypes,
 							org.gvsig.tools.dispose.impl,
 							org.gvsig.tools.dynobject,
 							org.gvsig.tools.evaluator,
 							org.gvsig.tools.exception,
 							org.gvsig.tools.extensionpoint,
 							org.gvsig.tools.library,
 							org.gvsig.tools.persistence,
 							org.gvsig.xmlschema.lib.api,
 							org.gvsig.xmlschema.lib.api.*,
 							org.osgi.framework;version="1.3.0",
 							org.slf4j;version="1.5",
							!*
						</Import-Package>
						<Export-Package>
							org.gvsig.mobile.wfs,
							org.gvsig.mobile.wfs.dal.serverexplorer,
							org.gvsig.mobile.wfs.dal.store,
							org.gvsig.mobile.wfs.dal.exception
						</Export-Package>
					</instructions>
					<manifestLocation>${basedir}/META-INF</manifestLocation>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>
