move pbmap to oscimap version 1

This commit is contained in:
Hannes Janetzek 2013-05-22 12:42:12 +02:00
parent 4d06977633
commit 561162506f
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
* You should have received a copy of the GNU Lesser General Public License along with * You should have received a copy of the GNU Lesser General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>. * this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.oscim.database.pbmap; package org.oscim.database.oscimap;
import java.io.BufferedOutputStream; import java.io.BufferedOutputStream;
import java.io.File; import java.io.File;

View File

@ -12,7 +12,7 @@
* You should have received a copy of the GNU Lesser General Public License along with * You should have received a copy of the GNU Lesser General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>. * this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package org.oscim.database.pbmap; package org.oscim.database.oscimap;
import org.oscim.core.Tag; import org.oscim.core.Tag;