Revision 1915 org.gvsig.raster.tools/trunk/templates/rasterTaskProjectTemplate/alg_template/pom/base.xml

View differences:

base.xml
97 97
				<artifactId>org.gvsig.app</artifactId>
98 98
				<version>2.0</version>
99 99
			</dependency>
100
			<dependency>
101
		    	<groupId>org.gvsig</groupId>
102
   				<artifactId>org.gvsig.geoprocess.algorithm.base</artifactId>
103
            	<version>2.0.0</version>
104
   			</dependency>
105
   			<dependency>
106
				<groupId>org.gvsig</groupId>
107
				<artifactId>org.gvsig.geoprocess.lib.sextante</artifactId>
108
				<version>2.0.1-SNAPSHOT</version>
109
			</dependency>
110
   			<dependency>
111
				<groupId>org.gvsig</groupId>
112
				<artifactId>org.gvsig.raster.projecttemplate.sextante</artifactId>
113
				<version>2.0.0-SNAPSHOT</version>
114
			</dependency>
100 115
			
101 116
			<!-- DAL & gvSIG -->
102 117
			
......
114 129
	</properties>
115 130
	<modules>
116 131
		<module>org.gvsig.raster.projecttemplate.algorithm</module>
132
		<module>org.gvsig.raster.projecttemplate.sextante</module>
117 133
		<module>org.gvsig.raster.projecttemplate.lib</module>
118 134
		<module>org.gvsig.raster.projecttemplate.swing</module>
119 135
		<module>org.gvsig.raster.projecttemplate.app</module>

Also available in: Unified diff