[68759] users/krischik

krischik at macports.org krischik at macports.org
Sat Jun 12 11:11:32 PDT 2010


Revision: 68759
          http://trac.macports.org/changeset/68759
Author:   krischik at macports.org
Date:     2010-06-12 11:11:29 -0700 (Sat, 12 Jun 2010)
Log Message:
-----------
Android SDK icons.

Added Paths:
-----------
    users/krischik/android/
    users/krischik/android/Upload.command
    users/krischik/android/appbundles/
    users/krischik/android/appbundles/Android-DDMS.app/
    users/krischik/android/appbundles/Android-DDMS.app/Contents/
    users/krischik/android/appbundles/Android-DDMS.app/Contents/Info.plist
    users/krischik/android/appbundles/Android-DDMS.app/Contents/MacOS/
    users/krischik/android/appbundles/Android-DDMS.app/Contents/MacOS/Start.command
    users/krischik/android/appbundles/Android-DDMS.app/Contents/Resources/
    users/krischik/android/appbundles/Android-DDMS.app/Contents/Resources/Icon.icns
    users/krischik/android/appbundles/Android-Draw9Patch.app/
    users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/
    users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/Info.plist
    users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/MacOS/
    users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/MacOS/Start.command
    users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/Resources/
    users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/Resources/Icon.icns
    users/krischik/android/appbundles/Android-Emulator.app/
    users/krischik/android/appbundles/Android-Emulator.app/Contents/
    users/krischik/android/appbundles/Android-Emulator.app/Contents/Info.plist
    users/krischik/android/appbundles/Android-Emulator.app/Contents/MacOS/
    users/krischik/android/appbundles/Android-Emulator.app/Contents/MacOS/Start.command
    users/krischik/android/appbundles/Android-Emulator.app/Contents/Resources/
    users/krischik/android/appbundles/Android-Emulator.app/Contents/Resources/Icon.icns
    users/krischik/android/appbundles/Android-Hierarchyviewer.app/
    users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/
    users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/Info.plist
    users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/MacOS/
    users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/MacOS/Start.command
    users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/Resources/
    users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/Resources/Icon.icns
    users/krischik/android/appbundles/Android-Manager.app/
    users/krischik/android/appbundles/Android-Manager.app/Contents/
    users/krischik/android/appbundles/Android-Manager.app/Contents/Info.plist
    users/krischik/android/appbundles/Android-Manager.app/Contents/MacOS/
    users/krischik/android/appbundles/Android-Manager.app/Contents/MacOS/Start.command
    users/krischik/android/appbundles/Android-Manager.app/Contents/Resources/
    users/krischik/android/appbundles/Android-Manager.app/Contents/Resources/Icon.icns


Property changes on: users/krischik/android
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/Upload.command
===================================================================
--- users/krischik/android/Upload.command	                        (rev 0)
+++ users/krischik/android/Upload.command	2010-06-12 18:11:29 UTC (rev 68759)
@@ -0,0 +1,38 @@
+#!/bin/zsh
+############################################################## {{{1 ##########
+#   $Author: krischik at macports.org $
+#   $Revision: 52694 $
+#   $Date: 2009-06-21 20:48:35 +0200 (So, 21. Jun 2009) $
+#   $HeadURL: http://svn.macports.org/repository/macports/users/krischik/atari800/Upload.command $
+############################################################## }}}1 ##########
+
+setopt Err_Exit;
+
+typeset -r in_Version=${1}
+typeset -r Repository=http://svn.macports.org/repository/macports
+typeset -r User=krischik
+typeset -r Port=android
+
+alias mv=/opt/local/bin/gmv
+alias rm=/opt/local/bin/grm
+
+pushd "/var/tmp"
+    svn export ${Repository}/users/${User}/${Port}
+    pushd "${Port}"
+	for I in "appbundles"; do
+	    mv --verbose ${I} ${I}-r${in_Version}
+	    tar --verbose --create --gzip						\
+		--file="${Port}-${I}-r${in_Version}.tar.gz"				\
+		${I}-r${in_Version}
+	    svn import									\
+		-m"Add distfile for ${Port}"						\
+		"${Port}-${I}-r${in_Version}.tar.gz"					\
+		"${Repository}/distfiles/${Port}/${Port}-${I}-r${in_Version}.tar.gz"	;
+	done; unset I
+    popd;
+    rm --verbose --recursive "${Port}"
+popd;
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :


Property changes on: users/krischik/android/Upload.command
___________________________________________________________________
Added: svn:executable
   + *


Property changes on: users/krischik/android/appbundles
___________________________________________________________________
Added: svn:ignore
   + .backups



Property changes on: users/krischik/android/appbundles/Android-DDMS.app
___________________________________________________________________
Added: svn:ignore
   + .backups



Property changes on: users/krischik/android/appbundles/Android-DDMS.app/Contents
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-DDMS.app/Contents/Info.plist
===================================================================
--- users/krischik/android/appbundles/Android-DDMS.app/Contents/Info.plist	                        (rev 0)
+++ users/krischik/android/appbundles/Android-DDMS.app/Contents/Info.plist	2010-06-12 18:11:29 UTC (rev 68759)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleAllowMixedLocalizations</key>
+	<true/>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleDisplayName</key>
+	<string>Dalvic Debug Monitor</string>
+	<key>CFBundleExecutable</key>
+	<string>Start.command</string>
+	<key>CFBundleIconFile</key>
+	<string>Icon.icns</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>Dalvic Debug Monitor</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleSignature</key>
+	<string>asdk</string>
+	<key>LSRequiresCarbon</key>
+	<true/>
+</dict>
+</plist>


Property changes on: users/krischik/android/appbundles/Android-DDMS.app/Contents/Info.plist
___________________________________________________________________
Added: svn:executable
   + *


Property changes on: users/krischik/android/appbundles/Android-DDMS.app/Contents/MacOS
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-DDMS.app/Contents/MacOS/Start.command
===================================================================
--- users/krischik/android/appbundles/Android-DDMS.app/Contents/MacOS/Start.command	                        (rev 0)
+++ users/krischik/android/appbundles/Android-DDMS.app/Contents/MacOS/Start.command	2010-06-12 18:11:29 UTC (rev 68759)
@@ -0,0 +1,15 @@
+#!/bin/zsh
+############################################################## {{{1 ##########
+#   $Author: krischik at macports.org $
+#   $Revision: 52737 $
+#   $Date: 2009-06-22 10:13:24 +0200 (Mo, 22. Jun 2009) $
+#   $HeadURL: http://svn.macports.org/repository/macports/users/krischik/atari800/appbundles/Atari-130XE-Basic.app/Contents/MacOS/Start.command $
+############################################################## }}}1 ##########
+
+typeset -x- g  ANDROID_HOME="@PREFIX@/share/java/android-sdk-mac_86"
+
+ at PREFIX@/share/java/android-sdk-mac_86/tools/ddms
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :


Property changes on: users/krischik/android/appbundles/Android-DDMS.app/Contents/MacOS/Start.command
___________________________________________________________________
Added: svn:executable
   + *


Property changes on: users/krischik/android/appbundles/Android-DDMS.app/Contents/Resources
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-DDMS.app/Contents/Resources/Icon.icns
===================================================================
(Binary files differ)


Property changes on: users/krischik/android/appbundles/Android-DDMS.app/Contents/Resources/Icon.icns
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream


Property changes on: users/krischik/android/appbundles/Android-Draw9Patch.app
___________________________________________________________________
Added: svn:ignore
   + .backups



Property changes on: users/krischik/android/appbundles/Android-Draw9Patch.app/Contents
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/Info.plist
===================================================================
--- users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/Info.plist	                        (rev 0)
+++ users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/Info.plist	2010-06-12 18:11:29 UTC (rev 68759)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleAllowMixedLocalizations</key>
+	<true/>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleDisplayName</key>
+	<string>Draw 9 Patch</string>
+	<key>CFBundleExecutable</key>
+	<string>Start.command</string>
+	<key>CFBundleIconFile</key>
+	<string>Icon.icns</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>Draw 9 Patch</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleSignature</key>
+	<string>asdk</string>
+	<key>LSRequiresCarbon</key>
+	<true/>
+</dict>
+</plist>


Property changes on: users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/Info.plist
___________________________________________________________________
Added: svn:executable
   + *


Property changes on: users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/MacOS
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/MacOS/Start.command
===================================================================
--- users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/MacOS/Start.command	                        (rev 0)
+++ users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/MacOS/Start.command	2010-06-12 18:11:29 UTC (rev 68759)
@@ -0,0 +1,15 @@
+#!/bin/zsh
+############################################################## {{{1 ##########
+#   $Author: krischik at macports.org $
+#   $Revision: 52737 $
+#   $Date: 2009-06-22 10:13:24 +0200 (Mo, 22. Jun 2009) $
+#   $HeadURL: http://svn.macports.org/repository/macports/users/krischik/atari800/appbundles/Atari-130XE-Basic.app/Contents/MacOS/Start.command $
+############################################################## }}}1 ##########
+
+typeset -x- g  ANDROID_HOME="@PREFIX@/share/java/android-sdk-mac_86"
+
+ at PREFIX@/share/java/android-sdk-mac_86/tools/draw9patch
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :


Property changes on: users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/MacOS/Start.command
___________________________________________________________________
Added: svn:executable
   + *


Property changes on: users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/Resources
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/Resources/Icon.icns
===================================================================
(Binary files differ)


Property changes on: users/krischik/android/appbundles/Android-Draw9Patch.app/Contents/Resources/Icon.icns
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream


Property changes on: users/krischik/android/appbundles/Android-Emulator.app
___________________________________________________________________
Added: svn:ignore
   + .backups



Property changes on: users/krischik/android/appbundles/Android-Emulator.app/Contents
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-Emulator.app/Contents/Info.plist
===================================================================
--- users/krischik/android/appbundles/Android-Emulator.app/Contents/Info.plist	                        (rev 0)
+++ users/krischik/android/appbundles/Android-Emulator.app/Contents/Info.plist	2010-06-12 18:11:29 UTC (rev 68759)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleAllowMixedLocalizations</key>
+	<true/>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleDisplayName</key>
+	<string>Android Emulator</string>
+	<key>CFBundleExecutable</key>
+	<string>Start.command</string>
+	<key>CFBundleIconFile</key>
+	<string>Icon.icns</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>Android Emulator</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleSignature</key>
+	<string>asdk</string>
+	<key>LSRequiresCarbon</key>
+	<true/>
+</dict>
+</plist>


Property changes on: users/krischik/android/appbundles/Android-Emulator.app/Contents/Info.plist
___________________________________________________________________
Added: svn:executable
   + *


Property changes on: users/krischik/android/appbundles/Android-Emulator.app/Contents/MacOS
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-Emulator.app/Contents/MacOS/Start.command
===================================================================
--- users/krischik/android/appbundles/Android-Emulator.app/Contents/MacOS/Start.command	                        (rev 0)
+++ users/krischik/android/appbundles/Android-Emulator.app/Contents/MacOS/Start.command	2010-06-12 18:11:29 UTC (rev 68759)
@@ -0,0 +1,15 @@
+#!/bin/zsh
+############################################################## {{{1 ##########
+#   $Author: krischik at macports.org $
+#   $Revision: 52737 $
+#   $Date: 2009-06-22 10:13:24 +0200 (Mo, 22. Jun 2009) $
+#   $HeadURL: http://svn.macports.org/repository/macports/users/krischik/atari800/appbundles/Atari-130XE-Basic.app/Contents/MacOS/Start.command $
+############################################################## }}}1 ##########
+
+typeset -x- g  ANDROID_HOME="@PREFIX@/share/java/android-sdk-mac_86"
+
+ at PREFIX@/share/java/android-sdk-mac_86/tools/emulator
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :


Property changes on: users/krischik/android/appbundles/Android-Emulator.app/Contents/MacOS/Start.command
___________________________________________________________________
Added: svn:executable
   + *


Property changes on: users/krischik/android/appbundles/Android-Emulator.app/Contents/Resources
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-Emulator.app/Contents/Resources/Icon.icns
===================================================================
(Binary files differ)


Property changes on: users/krischik/android/appbundles/Android-Emulator.app/Contents/Resources/Icon.icns
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream


Property changes on: users/krischik/android/appbundles/Android-Hierarchyviewer.app
___________________________________________________________________
Added: svn:ignore
   + .backups



Property changes on: users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/Info.plist
===================================================================
--- users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/Info.plist	                        (rev 0)
+++ users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/Info.plist	2010-06-12 18:11:29 UTC (rev 68759)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleAllowMixedLocalizations</key>
+	<true/>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleDisplayName</key>
+	<string>Hierarchy Viewer</string>
+	<key>CFBundleExecutable</key>
+	<string>Start.command</string>
+	<key>CFBundleIconFile</key>
+	<string>Icon.icns</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>Hierarchy Viewer</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleSignature</key>
+	<string>asdk</string>
+	<key>LSRequiresCarbon</key>
+	<true/>
+</dict>
+</plist>


Property changes on: users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/Info.plist
___________________________________________________________________
Added: svn:executable
   + *


Property changes on: users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/MacOS
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/MacOS/Start.command
===================================================================
--- users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/MacOS/Start.command	                        (rev 0)
+++ users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/MacOS/Start.command	2010-06-12 18:11:29 UTC (rev 68759)
@@ -0,0 +1,15 @@
+#!/bin/zsh
+############################################################## {{{1 ##########
+#   $Author: krischik at macports.org $
+#   $Revision: 52737 $
+#   $Date: 2009-06-22 10:13:24 +0200 (Mo, 22. Jun 2009) $
+#   $HeadURL: http://svn.macports.org/repository/macports/users/krischik/atari800/appbundles/Atari-130XE-Basic.app/Contents/MacOS/Start.command $
+############################################################## }}}1 ##########
+
+typeset -x- g  ANDROID_HOME="@PREFIX@/share/java/android-sdk-mac_86"
+
+ at PREFIX@/share/java/android-sdk-mac_86/tools/hierarchyviewer
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :


Property changes on: users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/MacOS/Start.command
___________________________________________________________________
Added: svn:executable
   + *


Property changes on: users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/Resources
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/Resources/Icon.icns
===================================================================
(Binary files differ)


Property changes on: users/krischik/android/appbundles/Android-Hierarchyviewer.app/Contents/Resources/Icon.icns
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream


Property changes on: users/krischik/android/appbundles/Android-Manager.app
___________________________________________________________________
Added: svn:ignore
   + .backups



Property changes on: users/krischik/android/appbundles/Android-Manager.app/Contents
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-Manager.app/Contents/Info.plist
===================================================================
--- users/krischik/android/appbundles/Android-Manager.app/Contents/Info.plist	                        (rev 0)
+++ users/krischik/android/appbundles/Android-Manager.app/Contents/Info.plist	2010-06-12 18:11:29 UTC (rev 68759)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>CFBundleAllowMixedLocalizations</key>
+	<true/>
+	<key>CFBundleDevelopmentRegion</key>
+	<string>English</string>
+	<key>CFBundleDisplayName</key>
+	<string>Android SDK and AVD Manager</string>
+	<key>CFBundleExecutable</key>
+	<string>Start.command</string>
+	<key>CFBundleIconFile</key>
+	<string>Icon.icns</string>
+	<key>CFBundleInfoDictionaryVersion</key>
+	<string>6.0</string>
+	<key>CFBundleName</key>
+	<string>Android SDK and AVD Manager</string>
+	<key>CFBundlePackageType</key>
+	<string>APPL</string>
+	<key>CFBundleSignature</key>
+	<string>asdk</string>
+	<key>LSRequiresCarbon</key>
+	<true/>
+</dict>
+</plist>


Property changes on: users/krischik/android/appbundles/Android-Manager.app/Contents/Info.plist
___________________________________________________________________
Added: svn:executable
   + *


Property changes on: users/krischik/android/appbundles/Android-Manager.app/Contents/MacOS
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-Manager.app/Contents/MacOS/Start.command
===================================================================
--- users/krischik/android/appbundles/Android-Manager.app/Contents/MacOS/Start.command	                        (rev 0)
+++ users/krischik/android/appbundles/Android-Manager.app/Contents/MacOS/Start.command	2010-06-12 18:11:29 UTC (rev 68759)
@@ -0,0 +1,15 @@
+#!/bin/zsh
+############################################################## {{{1 ##########
+#   $Author: krischik at macports.org $
+#   $Revision: 52737 $
+#   $Date: 2009-06-22 10:13:24 +0200 (Mo, 22. Jun 2009) $
+#   $HeadURL: http://svn.macports.org/repository/macports/users/krischik/atari800/appbundles/Atari-130XE-Basic.app/Contents/MacOS/Start.command $
+############################################################## }}}1 ##########
+
+typeset -x- g  ANDROID_HOME="@PREFIX@/share/java/android-sdk-mac_86"
+
+ at PREFIX@/share/java/android-sdk-mac_86/tools/android
+
+############################################################ {{{1 ###########
+# vim: set nowrap tabstop=8 shiftwidth=4 softtabstop=4 noexpandtab :
+# vim: set textwidth=0 filetype=zsh foldmethod=marker nospell :


Property changes on: users/krischik/android/appbundles/Android-Manager.app/Contents/MacOS/Start.command
___________________________________________________________________
Added: svn:executable
   + *


Property changes on: users/krischik/android/appbundles/Android-Manager.app/Contents/Resources
___________________________________________________________________
Added: svn:ignore
   + .backups


Added: users/krischik/android/appbundles/Android-Manager.app/Contents/Resources/Icon.icns
===================================================================
(Binary files differ)


Property changes on: users/krischik/android/appbundles/Android-Manager.app/Contents/Resources/Icon.icns
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100612/a9d4ff85/attachment-0001.html>


More information about the macports-changes mailing list