diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-09-23 13:50:29 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-09-23 13:50:29 -0400 |
commit | 731a419e12ed0eb5087e8433ab701b8bc151a609 (patch) | |
tree | f04e5b90f2c89740f758cbb9c8ddd2cf2aa78742 /java/test | |
parent | Windows Java build fixes (diff) | |
download | ice-731a419e12ed0eb5087e8433ab701b8bc151a609.tar.bz2 ice-731a419e12ed0eb5087e8433ab701b8bc151a609.tar.xz ice-731a419e12ed0eb5087e8433ab701b8bc151a609.zip |
Removed unnecessary versions
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 9d044971941..e139d315ade 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.2 installation directory. +environment variable to your Ice installation directory. Run ant to build and deploy the application: |