Revision 7123

View differences:

trunk/extensions/extPublish/src/org/gvsig/remoteservices/conf/mapserver/MapServer.java
44 44
 *
45 45
 * $Id$
46 46
 * $Log$
47
 * Revision 1.11  2006-09-07 19:16:30  jorpiell
47
 * Revision 1.12  2006-09-07 19:20:51  jorpiell
48
 * Classpath modificado
49
 *
50
 * Revision 1.11  2006/09/07 19:16:30  jorpiell
48 51
 * *** empty log message ***
49 52
 *
50 53
 * Revision 1.10  2006/09/07 18:11:06  luisw2
......
182 185
			tabOut();
183 186
			toMapln("END");
184 187
		}
188

  
189
		/**
190
		 * @return Returns the crs.
191
		 */
192
		public String getCrs() {
193
			return crs;
194
		}
185 195
	}
186 196
	
187 197
	static PrintStream salida = null;

Also available in: Unified diff