<?xml version="1.0" encoding="UTF-8"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.gvsig.mobile</groupId>
	<artifactId>org.gvsig.mobile.extension.wfs</artifactId>
	<name>org.gvsig.mobile.extension.wfs</name>
	<version>1.0.0.SNAPSHOT</version>
	<packaging>bundle</packaging>
	<parent>
		<groupId>org.gvsig.mobile</groupId>
		<artifactId>gvsig-base-extension-pom</artifactId>
		<version>1.0-SNAPSHOT</version>
	</parent>


	<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.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.symbology</artifactId>
			<version>0.0.1.SNAPSHOT</version>
		</dependency>
		
		<dependency>
			<groupId>org.gvsig.mobile</groupId>
			<artifactId>org.gvsig.mobile.wfs</artifactId>
			<version>1.0.0.SNAPSHOT</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.extension.wfs.activator.Activator
						</Bundle-Activator>
						<Import-Package>
							org.gvsig.compat,
 							org.gvsig.compat.lang,
 							org.gvsig.compat.net,
 							org.gvsig.compat.print,
							org.gvsig.fmap.dal,
							org.gvsig.fmap.dal.feature,
 							org.gvsig.i18n,
 							org.gvsig.mobile.core.concepts,
				 			org.gvsig.mobile.core.extensions.interfaces,
 							org.gvsig.mobile.core.interfaces,
 							org.gvsig.mobile.wfs.dal.store,
 							org.gvsig.mobile.wfs.utils,
 							org.gvsig.mobile.wfs.exceptions,
 							org.gvsig.mobile.wfs.dal.serverexplorer,
 							org.gvsig.mobile.extension.wfs.activator,
 							org.gvsig.mobile.extension.wfs.dialog,
 							org.gvsig.mobile.extension.wfs.functionality,
 							org.gvsig.mobile.symbology.basic,
 							org.gvsig.mobile.ui.lw,
 							org.gvsig.mobile.wfs,
 							org.gvsig.remoteclient.wfs,
 							org.osgi.framework;version="1.3.0",
 							org.osgi.service.wireadmin;version="1.0.0",
 							org.zaval.data,
 							org.zaval.data.event,
 							org.zaval.lw,
 							org.zaval.lw.event,
 							org.zaval.lw.misc,
 							org.zaval.lw.tree,
							!*
						</Import-Package>
						<Export-Package>
							org.gvsig.mobile.extension.wfs.activator,
							org.gvsig.mobile.extension.wfs.dialog,
							org.gvsig.mobile.extension.wfs.functionality
						</Export-Package>
						<Bundle-RequiredExecutionEnvironment>
							J2SE-1.4
						</Bundle-RequiredExecutionEnvironment>
					</instructions>
					<manifestLocation>${basedir}/META-INF</manifestLocation>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>
