Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
git-svn-id: http://josm.openstreetmap.de/svn/trunk@7507 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
don-vip committed Sep 5, 2014
1 parent 3c2e7c7 commit 875490d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .classpath
Expand Up @@ -4,7 +4,7 @@
<classpathentry kind="src" path="test/unit"/>
<classpathentry kind="src" path="test/functional"/>
<classpathentry kind="src" path="test/performance"/>
<classpathentry excluding="build/|data_nodist/|dist/|doc/|lib/|macosx/|nb/|src/|test/|test/build/|test/functional/|test/performance/|test/unit/|tools/|utils/|linux/" kind="src" path=""/>
<classpathentry excluding="build/|data_nodist/|dist/|linux/|macosx/|nb/|src/|test/|test/build/|test/functional/|test/performance/|test/unit/|tools/|utils/" kind="src" path=""/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="test/lib/fest/fest-assert-1.0.jar"/>
<classpathentry kind="lib" path="test/lib/fest/fest-reflect-1.1.jar"/>
Expand Down
30 changes: 0 additions & 30 deletions doc/josm.1

This file was deleted.

11 changes: 1 addition & 10 deletions optimize-images
Expand Up @@ -2,14 +2,5 @@

for x in $(find images/ -name "*.png"); do
echo "Processing ${x}"
identify -quiet -verbose "${x}" | grep "alpha: 1-bit" > /dev/null
if [ "$?" -ne "0" ]; then
# non-1-bit-alpha image, process normally
optipng -o7 -quiet "${x}"
else
# disable color type reduction because that will break
# transparency for the images in JOSM using the current
# image loading method (see #1576)
optipng -nc -o7 -quiet "${x}"
fi
optipng -o7 -quiet "${x}"
done
6 changes: 0 additions & 6 deletions start.html

This file was deleted.

0 comments on commit 875490d

Please sign in to comment.