diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-07-31 11:57:38 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-07-31 11:57:38 -0230 |
commit | 20eb6c6acc2d234750aa697f266f064f484308f5 (patch) | |
tree | 050d47a3a5385dcc1e098c450349b27d192dd3ef /java/test | |
parent | Fixed ICE-6625: warning when shutting IceDiscovery hello server (diff) | |
download | ice-20eb6c6acc2d234750aa697f266f064f484308f5.tar.bz2 ice-20eb6c6acc2d234750aa697f266f064f484308f5.tar.xz ice-20eb6c6acc2d234750aa697f266f064f484308f5.zip |
Updated version to 3.6.1
Diffstat (limited to 'java/test')
-rw-r--r-- | java/test/ejb/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/ejb/README.md b/java/test/ejb/README.md index 82c87eaed30..e3d80f85fe6 100644 --- a/java/test/ejb/README.md +++ b/java/test/ejb/README.md @@ -42,7 +42,7 @@ directory, for example: $ export JBOSS_HOME=$HOME/EnterprisePlatform-5.1.2/jboss-eap-5.1/jboss-as/ If Ice isn't installed in the default location set the ICE_HOME -environment variable to your Ice 3.6.0 installation directory. +environment variable to your Ice 3.6.1 installation directory. Run ant to build and deploy the application: |