Revision 28372 branches/v2_0_0_prep/frameworks/_fwAndami/pom.xml

View differences:

pom.xml
109 109
			<version>1.2.14</version>
110 110
			<scope>compile</scope>
111 111
		</dependency>
112
		
112
	    <dependency>
113
			<groupId>org.slf4j</groupId>
114
			<artifactId>slf4j-log4j12</artifactId>
115
			<version>1.5.5</version>
116
		</dependency>
113 117
	</dependencies>
114 118
	<build>
115 119
		<sourceDirectory>src</sourceDirectory>
......
156 160
						</filesets>
157 161
				</configuration>
158 162
			</plugin>
163
			<plugin>
164
				<groupId>org.codehaus.mojo</groupId>
165
				<artifactId>exec-maven-plugin</artifactId>
166
				<executions>
167
					<execution>
168
						<goals>
169
							<goal>exec</goal>
170
						</goals>
171
					</execution>
172
				</executions>
173
				<configuration>
174
					<executable>java</executable>
175
					<arguments>
176
	 					<argument>-classpath</argument>
177
			            <!-- automatically creates the classpath using all project dependencies,
178
			                 also adding the project build directory -->
179
			            <classpath/>					
180
						<argument>com.iver.andami.Launcher</argument>
181
						<argument>gvSIG</argument>
182
						<argument>../build/product/gvSIG/extensiones</argument>
183
					</arguments>
184
					<environmentVariables>
185
						<GDAL_DATA>../binaries/linux/raster/gdal/data</GDAL_DATA>
186
						<PROJ_LIB>gvSIG/extensiones/org.gvsig.crs/data</PROJ_LIB>
187
						<LD_LIBRARY_PATH>../binaries/linux/</LD_LIBRARY_PATH>
188
						<!-- 
189
						<JAIHOME>${env.JAIHOME}</JAIHOME>
190
						<CLASSPATH>${env.JAIHOME}/jai_core.jar:${env.JAIHOME}/jai_codec.jar:${env.JAIHOME}/mlibwrapper_jai.jar</CLASSPATH>
191
						<LD_LIBRARY_PATH>../../binaries/linux/:${env.JAIHOME}</LD_LIBRARY_PATH>
192
						 -->
193
					</environmentVariables>
194
				</configuration>
195
			</plugin>
159 196
		</plugins>
160 197
	</build>
161 198
	<profiles>

Also available in: Unified diff