diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-10-29 14:11:27 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-01 16:46:20 -0500 |
commit | 9f22d436c536c18df0e3c434162048490c80191f (patch) | |
tree | da5257cb9435bcdbe3614e4f758e36244cac5ed0 /ruby | |
parent | Fixed doxygen warnings and updated configs. (diff) | |
download | ice-9f22d436c536c18df0e3c434162048490c80191f.tar.bz2 ice-9f22d436c536c18df0e3c434162048490c80191f.tar.xz ice-9f22d436c536c18df0e3c434162048490c80191f.zip |
Remove IcePatch2 (#602)
Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/Makefile | 1 | ||||
-rw-r--r-- | ruby/ruby/.gitignore | 1 | ||||
-rw-r--r-- | ruby/ruby/IcePatch2.rb | 5 |
3 files changed, 0 insertions, 7 deletions
diff --git a/ruby/Makefile b/ruby/Makefile index 4928a911139..a3e947be0d5 100644 --- a/ruby/Makefile +++ b/ruby/Makefile @@ -39,7 +39,6 @@ $(eval $(call make-ruby-package,$(slicedir),$(lang_srcdir)/ruby,Ice)) $(eval $(call make-ruby-package,$(slicedir),$(lang_srcdir)/ruby,Glacier2)) $(eval $(call make-ruby-package,$(slicedir),$(lang_srcdir)/ruby,IceBox)) $(eval $(call make-ruby-package,$(slicedir),$(lang_srcdir)/ruby,IceGrid)) -$(eval $(call make-ruby-package,$(slicedir),$(lang_srcdir)/ruby,IcePatch2)) $(eval $(call make-ruby-package,$(slicedir),$(lang_srcdir)/ruby,IceStorm)) endif diff --git a/ruby/ruby/.gitignore b/ruby/ruby/.gitignore index f37e839191a..ab9104ba3fd 100644 --- a/ruby/ruby/.gitignore +++ b/ruby/ruby/.gitignore @@ -2,6 +2,5 @@ Glacier2/* Ice/* IceBox/* IceGrid/* -IcePatch2/* IceStorm/* IceRuby.* diff --git a/ruby/ruby/IcePatch2.rb b/ruby/ruby/IcePatch2.rb deleted file mode 100644 index b1c372c9589..00000000000 --- a/ruby/ruby/IcePatch2.rb +++ /dev/null @@ -1,5 +0,0 @@ -# -# Copyright (c) ZeroC, Inc. All rights reserved. -# - -require 'IcePatch2/FileServer' |