Revision 22616 branches/v10/extensions/extPublishGeoserver/src/org/gvsig/publish/geoserver/conf/GSFeature.java

View differences:

GSFeature.java
50 50
import javax.xml.parsers.ParserConfigurationException;
51 51

  
52 52
import org.gvsig.publish.PublishLogger;
53
import org.gvsig.publish.exceptions.LayerInfoNotAvailableException;
54 53
import org.gvsig.publish.geoserver.model.GeoserverFeature;
55 54
import org.w3c.dom.Document;
56 55
import org.w3c.dom.Element;
......
133 132
	 * It creates a directory with the name "datastore_feature" and puts the info.xml inside of it. 
134 133
	 * 
135 134
	 * @param dir directory where are placed all the feature's configurations 
136
	 * @throws LayerInfoNotAvailableException 
135
	 *  
137 136
	 * 
138 137
	 */
139
    public void toXML(File dir) throws LayerInfoNotAvailableException{    	
138
    public void toXML(File dir){    	
140 139
    	String aux = getId();
141 140
    	//String aux = getDatastore().getId() + "_" + getId();
142 141
    	//String aux = getNamespace().getPrefix() + "_" + getId();

Also available in: Unified diff