<?xml version="1.0" encoding="UTF-8"?>
<project>
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.gvsig.mobile</groupId>
	<artifactId>org.gvsig.mobile.sensor.init</artifactId>
	<name>org.gvsig.mobile.sensor.init</name>
	<version>1.0.0.SNAPSHOT</version>
	<packaging>bundle</packaging>
	
	<parent>
		<groupId>org.gvsig.mobile</groupId>
		<artifactId>gvsig-base-library-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.remoteclient.sos</artifactId>
			<version>1.0.0.SNAPSHOT</version>
		</dependency>
		
		<dependency>
			<groupId>org.gvsig.mobile</groupId>
			<artifactId>org.gvsig.mobile.sensor.lib.api</artifactId>
			<version>1.0.0.SNAPSHOT</version>
		</dependency>
		
		<dependency>
			<groupId>org.gvsig.mobile</groupId>
			<artifactId>org.gvsig.mobile.sensor.lib.spi</artifactId>
			<version>1.0.0.SNAPSHOT</version>
		</dependency>
		
		<dependency>
			<groupId>org.gvsig.mobile</groupId>
			<artifactId>org.gvsig.mobile.bundle.libLocation</artifactId>
			<version>1.0.0.SNAPSHOT</version>
		</dependency>
											
	</dependencies>
	
	<build>
		<sourceDirectory>src</sourceDirectory>
		<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.sensor.init.Activator
						</Bundle-Activator>
						<Import-Package>
							org.slf4j,
							org.gvsig.mobile.ui.awt,
							org.gvsig.mobile.core.concepts,
							org.gvsig.mobile.remoteclient.sos,
							org.gvsig.mobile.remoteclient.sos.protocol,
							org.gvsig.mobile.remoteclient.sos.exceptions,
							org.gvsig.mobile.core.libraries,
							org.gvsig.mobile.gps,
							org.gvsig.mobile.sensor,
							org.gvsig.mobile.sensor.exceptions,
							org.gvsig.mobile.sensor.init,
							org.gvsig.mobile.sensor.lib.spi,
							org.gvsig.tools,
							org.gvsig.tools.exception,
							org.gvsig.tools.dynobject,
							org.gvsig.tools.extensionpoint,
							org.gvsig.tools.library,
							org.gvsig.tools.service,
							org.gvsig.tools.service.spi,
							org.kxml2.io,
							org.xmlpull.v1,
							org.osgi.framework.*;version="1.3.0",
							org.osgi.service.wireadmin;version="1.0.0",
							!*
						</Import-Package>
						<Bundle-RequiredExecutionEnvironment>
							J2SE-1.4
						</Bundle-RequiredExecutionEnvironment>
					</instructions>
					<manifestLocation>${basedir}/META-INF</manifestLocation>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>
