Sha256: ff0ec168534dd3bf1366a5b55fdc3a5b6431c5d125b3c144826c831a6369db24

Contents?: true

Size: 614 Bytes

Versions: 3

Compression:

Stored size: 614 Bytes

Contents

#!/usr/bin/env ruby
# ===========================================================================
# Project:   Abbot - SproutCore Build Tools
# Copyright: ©2010 Apple Inc.
#            portions copyright @2006-2011 Strobe Inc.
#            and contributors
# ===========================================================================

if caller.empty?
  puts "FATAL: You need to invoke sc-manifest from an installed gem or through bundler. For more information, please visit http://github.com/sproutcore/abbot/wiki/Using-Abbot-1.4-From-Source"
  exit
end

require "sproutcore"

SC::Tools.invoke :manifest

# EOF

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sproutcore-1.5.0.pre.3 bin/sc-manifest
sproutcore-1.4.5 bin/sc-manifest
sproutcore-1.4.5-java bin/sc-manifest