Skip to content

Commit

Permalink
Use text file to track working samples
Browse files Browse the repository at this point in the history
- Remove directories of symlinks
- Update README.md
- Create README in samples directory to track working samples
  • Loading branch information
wasnotrice committed May 28, 2012
1 parent f1e36cc commit 3b20b1a
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Running a Shoes App

Shoes 4 comes with a command-line app runner. Just pass it the filename of your Shoes app.

$ bin/swt-shoooes samples/working-swt/simple-sound.rb
$ bin/swt-shoooes samples/simple-sound.rb

**Note:** For Windows, `C:\tmp\shoes4>bin\swt-shoooes samples\working-swt\simple-sound.rb`
**Note:** For Windows, `C:\tmp\shoes4>bin\swt-shoooes samples\simple-sound.rb`

Build Status
------------
Expand Down
6 changes: 6 additions & 0 deletions samples/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Here's a list of the samples in this directory that work. Please
add to this list as you implement features!

simple-animate.rb
simple-sound.rb
simple-stripes.rb
1 change: 0 additions & 1 deletion samples/working-swing/simple-sound.rb

This file was deleted.

1 change: 0 additions & 1 deletion samples/working-swt/simple-sound.rb

This file was deleted.

1 change: 0 additions & 1 deletion samples/working-swt/simple-stripes.rb

This file was deleted.

0 comments on commit 3b20b1a

Please sign in to comment.