You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2011/11/15 18:21:31 UTC

svn commit: r1202317 - in /maven/sandbox/trunk/skin/maven-fluido-skin/src/misc: ./ scripts/ scripts/resize_icon.sh scripts/sprite.sh

Author: simonetripodi
Date: Tue Nov 15 17:21:30 2011
New Revision: 1202317

URL: http://svn.apache.org/viewvc?rev=1202317&view=rev
Log:
first checkin of miscellaneous scripts (imagemagik utilities)

Added:
    maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/
    maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/
    maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh   (with props)
    maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh   (with props)

Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh?rev=1202317&view=auto
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh (added)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh Tue Nov 15 17:21:30 2011
@@ -0,0 +1,22 @@
+#!/bin/sh
+#------------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#------------------------------------------------------------------------------
+# $Id$
+
+convert $1 -adaptive-resize 14x14 $1

Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/resize_icon.sh
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh?rev=1202317&view=auto
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh (added)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh Tue Nov 15 17:21:30 2011
@@ -0,0 +1,34 @@
+#!/bin/sh
+#------------------------------------------------------------------------------
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#------------------------------------------------------------------------------
+# $Id$
+
+montage window-new.png \
+        internet-web-browser.png \
+        accessories-text-editor.png \
+        image-x-generic.png \
+        package-x-generic.png \
+        document-properties.png \
+        application-certificate.png \
+        drive-harddisk.png \
+        network-server.png \
+        contact-new.png \
+        expanded.png \
+        collapsed.png \
+        -tile 4x3 -geometry +2+2 -background none external-links.png

Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh
------------------------------------------------------------------------------
    svn:executable = *

Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id

Propchange: maven/sandbox/trunk/skin/maven-fluido-skin/src/misc/scripts/sprite.sh
------------------------------------------------------------------------------
    svn:mime-type = text/plain