diff options
author | Brent Eagles <brent@zeroc.com> | 2007-02-13 13:24:43 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-02-13 13:24:43 +0000 |
commit | ae1b25e29cd5b776c3228ea26e545eeb03595602 (patch) | |
tree | 9e09c5f4428b6a5fb17d9b5ea3438346773e7917 /cpp | |
parent | Fixed bug 1815 (diff) | |
download | ice-ae1b25e29cd5b776c3228ea26e545eeb03595602.tar.bz2 ice-ae1b25e29cd5b776c3228ea26e545eeb03595602.tar.xz ice-ae1b25e29cd5b776c3228ea26e545eeb03595602.zip |
moving IceGridAdmin.chm to runtime component (see bug 1801)
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/install/common/components/components.ini | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/cpp/install/common/components/components.ini b/cpp/install/common/components/components.ini index fc3a2ee7115..9b22d1b6c76 100755 --- a/cpp/install/common/components/components.ini +++ b/cpp/install/common/components/components.ini @@ -47,7 +47,7 @@ microsoft-runtime=microsoft runtime packages-common=ice packages common [ice common] -elements=8 +elements=7 active=1 source1=%(INSTALL_TOOLS)s/common filelist1=installer.data @@ -70,9 +70,6 @@ dest6=html/doc/reference/stylesheet-images source7=%(INSTALL_TOOLS)s/common/docs/%(target)s filelist7=generated.installer.docs dest7=doc -source8=%(BUILD_DIR)s/release/IceJ-%(version)s-java2/resources -filelist8=icegrid.help -dest8=html/doc [ice packages common] elements=3 @@ -88,7 +85,7 @@ filelist3=packages.licenses.%(target)s dest3=doc [ice runtime] -elements=9 +elements=10 active=1 ;; @@ -139,6 +136,10 @@ source9=%(INSTALL_TOOLS)s/windows filelist9=sample.config.files dest9=config +source10=%(BUILD_DIR)s/release/IceJ-%(version)s-java2/resources +filelist10=icegrid.help +dest10=doc + [ice dev] elements=8 active=1 |