Skip to content

Commit

Permalink
Using new TM_BUNDLE_SUPPORT variable and directory structure. Should …
Browse files Browse the repository at this point in the history
…be backwards compatible (falls back to TM_BUNDLE_PATH if TM_BUNDLE_SUPPORT is unavailable). Will hopefully send all changes this time :-P

git-svn-id: http://svn.textmate.org/trunk/Bundles/ImageBrowser.tmbundle@1714 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
Rich Barton committed Sep 8, 2005
1 parent 59fc0cf commit 4333339
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 8 additions & 0 deletions Support/browser.rb
@@ -0,0 +1,8 @@
#!/usr/bin/ruby
PROJECT_ROOT = ARGV[0] # Where to browse for images
RESOURCES_DIR = ARGV[1] + "/../Resources" # Where to find ImageBrowser's images
require ARGV[1] + "/image_size"
require 'erb'

erb = ERB.new(IO.read(ARGV[1] + '/../Resources/browser.rhtml'))
erb.run
File renamed without changes.
8 changes: 0 additions & 8 deletions Tools/browser.rb

This file was deleted.

2 changes: 1 addition & 1 deletion info.plist
Expand Up @@ -7,7 +7,7 @@
<key>ordering</key>
<array>
<string>B0869DF4-B5E2-48A5-8550-5BABE67F6D25</string>
</array>
</array>sdsd
<key>uuid</key>
<string>8653737A-1184-412A-9CBD-5081CBBCF369</string>
</dict>
Expand Down

0 comments on commit 4333339

Please sign in to comment.