diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 6d96c15..29754da --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ nbactions.xml Thumbs.db /nbproject/ +*.releaseBackup +release.properties diff --git a/LICENSE.txt b/LICENSE.txt old mode 100644 new mode 100755 diff --git a/README-ja.md b/README-ja.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/pom.xml b/pom.xml old mode 100644 new mode 100755 index f99f701..f2f803b --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,14 @@ http://surveyor.mydns.jp/archiva/repository/snapshots/ + + + + surveyor.haya4 + Internal Release Repository + http://surveyor.mydns.jp/archiva/repository/haya4/ + + @@ -77,13 +85,6 @@ jar - org.apache.commons - commons-compress - 1.14 - test - jar - - commons-codec commons-codec 1.14 diff --git a/src/main/java/osm/surveyor/matchtime/Restamp.java b/src/main/java/osm/surveyor/matchtime/Restamp.java old mode 100644 new mode 100755 diff --git a/src/main/resources/i18n.properties b/src/main/resources/i18n.properties old mode 100644 new mode 100755 diff --git a/src/main/resources/i18n_ja_JP.properties b/src/main/resources/i18n_ja_JP.properties old mode 100644 new mode 100755 diff --git a/src/test/java/osm/surveyor/matchtime/Fixture.java b/src/test/java/osm/surveyor/matchtime/Fixture.java old mode 100644 new mode 100755 diff --git a/src/test/java/osm/surveyor/matchtime/RestampTest.java b/src/test/java/osm/surveyor/matchtime/RestampTest.java old mode 100644 new mode 100755