org.jsimpledb.ant.OldSchemas Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsimpledb-ant Show documentation
Show all versions of jsimpledb-ant Show documentation
Ant tasks for use with JSimpleDB.
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
package org.jsimpledb.ant;
import org.apache.tools.ant.types.FileSet;
/**
* Used by {@link SchemaGeneratorTask}.
*/
public class OldSchemas extends FileSet {
public OldSchemas() {
}
protected OldSchemas(FileSet fileSet) {
super(fileSet);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy