Revision 1307

View differences:

org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.algorithm/org.gvsig.raster.tools.algorithm.swing/org.gvsig.raster.tools.algorithm.swing.impl/src/main/java/org/gvsig/raster/tools/algorithm/swing/impl/reproject/RasterReprojectPanelImpl.java
188 188
	public CreateNewLayerPanel getCreateNewLayerPanel() {
189 189
		if(newLayerPanel == null) {
190 190
			newLayerPanel = RasterSwingLocator.getSwingManager().createNewLayerPanel(fileNameManagement);
191
			//newLayerPanel = new CreateNewLayerPanelImpl(fileNameManagement);//
191
			//newLayerPanel = new CreateNewLayerPanelImpl(fileNameManagement);
192 192
		}
193 193
		return newLayerPanel;
194 194
	}
org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.app/org.gvsig.raster.tools.app.reproject/distribution/distribution.xml
22 22
			<outputDirectory>${extension.install.dir.name}/${library-dir}
23 23
			</outputDirectory>
24 24
			<includes>
25
				<include>org.gvsig:org.gvsig.raster.tools.algorithm.swing.api:jar</include>
26
				<include>org.gvsig:org.gvsig.raster.tools.algorithm.swing.impl:jar</include>
27 25
				<include>org.gvsig:org.gvsig.raster.tools.app.reproject:jar</include>
28 26
				<!-- 
29 27
				Ojo! no incluir estos ya que los pone app.basic
30 28
				<include>org.gvsig:org.gvsig.raster.tools.algorithm.base:jar</include>
31 29
				<include>org.gvsig:org.gvsig.raster.tools.algorithm.reproject:jar</include>
30
				<include>org.gvsig:org.gvsig.raster.tools.algorithm.swing.api:jar</include>
31
				<include>org.gvsig:org.gvsig.raster.tools.algorithm.swing.impl:jar</include>
32 32
				-->
33 33
			</includes>
34 34
		</dependencySet>
org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.app/org.gvsig.raster.tools.app.basic/pom.xml
133 133
			<version>2.0.0-SNAPSHOT</version>
134 134
            <scope>compile</scope>
135 135
		</dependency>
136
		<dependency>
137
			<groupId>org.gvsig</groupId>
138
			<artifactId>org.gvsig.raster.tools.algorithm.swing.api</artifactId>
139
			<version>2.0.0-SNAPSHOT</version>
140
            <scope>runtime</scope>
141
		</dependency>
142
		<dependency>
143
			<groupId>org.gvsig</groupId>
144
			<artifactId>org.gvsig.raster.tools.algorithm.swing.impl</artifactId>
145
			<version>2.0.0-SNAPSHOT</version>
146
            <scope>runtime</scope>
147
		</dependency>
136 148
	</dependencies>
137 149
	<profiles>
138 150
		<profile>
org.gvsig.raster.tools/trunk/org.gvsig.raster.tools/org.gvsig.raster.tools.app/org.gvsig.raster.tools.app.basic/distribution/distribution.xml
25 25
				<include>org.gvsig:org.gvsig.raster.tools.app.basic:jar</include>
26 26
				<include>org.gvsig:org.gvsig.raster.tools.algorithm.base:jar</include>
27 27
				<include>org.gvsig:org.gvsig.raster.tools.algorithm.reproject:jar</include>
28
				<include>org.gvsig:org.gvsig.raster.tools.algorithm.swing.api:jar</include>
29
				<include>org.gvsig:org.gvsig.raster.tools.algorithm.swing.impl:jar</include>
28 30
			</includes>
29 31
		</dependencySet>
30 32
	</dependencySets>

Also available in: Unified diff