Skip to content

Commit

Permalink
Remove IceGrid, IceBox etc for Ruby and PHP (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier authored Jul 11, 2024
1 parent 56d7676 commit 1c0ecdd
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 141 deletions.
6 changes: 1 addition & 5 deletions php/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ $(call make-projects,$(projects))

install:: | $(DESTDIR)$(install_phpdir)
$(E) "Installing generated code"
$(Q)$(INSTALL) -m 644 lib/Ice.php lib/Glacier2.php lib/IceBox.php lib/IceGrid.php lib/IceStorm.php $(DESTDIR)$(install_phpdir)
$(Q)$(INSTALL) -m 644 lib/Ice.php $(DESTDIR)$(install_phpdir)

$(eval $(call make-php-package,$(slicedir),lib,Ice))
$(eval $(call make-php-package,$(slicedir),lib,Glacier2))
$(eval $(call make-php-package,$(slicedir),lib,IceBox))
$(eval $(call make-php-package,$(slicedir),lib,IceGrid))
$(eval $(call make-php-package,$(slicedir),lib,IceStorm))

endif

Expand Down
4 changes: 0 additions & 4 deletions php/lib/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Glacier2
Ice/BuiltinSequences.php
Ice/Context.php
Ice/EndpointTypes.php
Expand All @@ -12,6 +11,3 @@ Ice/PropertyDict.php
Ice/RemoteLogger.php
Ice/Router.php
Ice/Version.php
IceBox
IceGrid
IceStorm
9 changes: 0 additions & 9 deletions php/lib/Glacier2.php

This file was deleted.

7 changes: 0 additions & 7 deletions php/lib/IceBox.php

This file was deleted.

62 changes: 0 additions & 62 deletions php/lib/IceBoxLocal/Service.php

This file was deleted.

11 changes: 0 additions & 11 deletions php/lib/IceGrid.php

This file was deleted.

8 changes: 0 additions & 8 deletions php/lib/IceStorm.php

This file was deleted.

4 changes: 0 additions & 4 deletions ruby/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,5 @@ install:: | $(DESTDIR)$(install_rubydir)
$(Q)$(INSTALL) -m 644 $(lang_srcdir)/ruby/*.rb $(DESTDIR)$(install_rubydir)

$(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,IceStorm))

endif
4 changes: 0 additions & 4 deletions ruby/ruby/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Glacier2/*
Ice/BuiltinSequences.rb
Ice/Context.rb
Ice/EndpointTypes.rb
Expand All @@ -12,7 +11,4 @@ Ice/PropertyDict.rb
Ice/RemoteLogger.rb
Ice/Router.rb
Ice/Version.rb
IceBox/*
IceGrid/*
IceStorm/*
IceRuby.*
7 changes: 0 additions & 7 deletions ruby/ruby/Glacier2.rb

This file was deleted.

5 changes: 0 additions & 5 deletions ruby/ruby/IceBox.rb

This file was deleted.

9 changes: 0 additions & 9 deletions ruby/ruby/IceGrid.rb

This file was deleted.

6 changes: 0 additions & 6 deletions ruby/ruby/IceStorm.rb

This file was deleted.

0 comments on commit 1c0ecdd

Please sign in to comment.