Sha256: 7ea7879bf7c75975e8ebc5fdd07a4633fd94c72d55a1100f964bb333d4f79a55

Contents?: true

Size: 632 Bytes

Versions: 11

Compression:

Stored size: 632 Bytes

Contents

#!/usr/bin/env ruby
# ===========================================================================
# Project:   Abbot - SproutCore Build Tools
# Copyright: ©2010 Apple Inc.
#            portions copyright @2006-2010 Sprout Systems, 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/sproutit/sproutcore-abbot/wiki/Using-Abbot-1.4-From-Source"
  exit
end

require "sproutcore"

SC::Tools.invoke :manifest

# EOF

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sproutcore-1.4.4-java bin/sc-manifest
sproutcore-1.4.4 bin/sc-manifest
sproutcore-1.4.3.1 bin/sc-manifest
sproutcore-1.4.3-java bin/sc-manifest
sproutcore-1.4.3 bin/sc-manifest
sproutcore-1.4.2-java bin/sc-manifest
sproutcore-1.4.2 bin/sc-manifest
sproutcore-1.4.1-java bin/sc-manifest
sproutcore-1.4.1 bin/sc-manifest
sproutcore-1.4.0-java bin/sc-manifest
sproutcore-1.4.0 bin/sc-manifest