Revision 12164 trunk/libraries/libGPE/src-test/org/gvsig/gpe/writers/schemas/GPEWriterWithSchemaBaseTest.java

View differences:

GPEWriterWithSchemaBaseTest.java
6 6
import java.net.URI;
7 7

  
8 8
import org.gvsig.gpe.GPEDefaults;
9
import org.gvsig.gpe.schema.exceptions.TypeNotFoundException;
10
import org.gvsig.gpe.schema.som.IXSSchema;
11
import org.gvsig.gpe.schema.utils.DOMObjectsFactory;
12
import org.gvsig.gpe.schema.utils.SchemaDocumentBuilder;
13 9
import org.gvsig.gpe.writers.GPEWriterBaseTest;
10
import org.gvsig.xmlschema.exceptions.TypeNotFoundException;
11
import org.gvsig.xmlschema.som.IXSSchema;
12
import org.gvsig.xmlschema.utils.DOMObjectsFactory;
13
import org.gvsig.xmlschema.utils.SchemaDocumentBuilder;
14 14

  
15 15
/* gvSIG. Sistema de Informaci?n Geogr?fica de la Generalitat Valenciana
16 16
 *
......
56 56
 *
57 57
 * $Id$
58 58
 * $Log$
59
 * Revision 1.2  2007-06-07 14:55:21  jorpiell
59
 * Revision 1.3  2007-06-14 13:50:06  jorpiell
60
 * The schema jar name has been changed
61
 *
62
 * Revision 1.2  2007/06/07 14:55:21  jorpiell
60 63
 * Add the schema support
61 64
 *
62 65
 * Revision 1.1  2007/06/07 14:52:28  jorpiell

Also available in: Unified diff