Revision 974

View differences:

trunk/libraries/libDriverManager/build.xml
3 3
        Instala el plugin
4 4
    </description>
5 5
	<!-- set global properties for this build 
6
	<property name="drivers-dir" location="C:/eclipse3/workspace/FMap 03/drivers" />-->
6
	<property name="drivers-dir" location="../Andami/gvSIG/extensiones/com.iver.cit.gvsig/drivers" />-->
7 7

  
8 8
	<target name="init">
9 9
		<!-- Create the time stamp -->
trunk/applications/appgvSIG/src/com/iver/cit/gvsig/DEMO/ComandosListener.java
145 145
            m_MapControl.drawMap();
146 146
        }
147 147
        if (e.getActionCommand() == "ZOOM_PREVIO") {            
148
            vp.setExtentPrev();
148
            vp.setPreviousExtent();
149 149
        }
150 150
        if (e.getActionCommand().indexOf("GT2") != -1 && pruebasGT2 != null) {
151 151
        	pruebasGT2.setMapContext(m_Mapa);

Also available in: Unified diff