<?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</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.remoteServices
			</artifactId>
			<version>1.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.osgi.framework;version="1.3.0",
							org.osgi.service.wireadmin;version="1.0.0",
							org.gvsig.mobile.core.concepts,
							org.gvsig.remoteclient,
							org.gvsig.fmap.dal.store.gpe,
							org.slf4j;version="1.5.5",
							*
						</Import-Package>
						<Export-Package>
							org.gvsig.mobile.wfs.*
						</Export-Package>
					</instructions>
					<manifestLocation>${basedir}/META-INF
					</manifestLocation>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>
