The indexer needs to use extra cluster if available, so that it can use additional modules with project supports
authorjlahoda
Sat, 12 Jul 2014 22:00:05 +0200
changeset 98947a4cdb7ff5b
parent 988 1ace99bbb77d
child 990 95c67e11516c
The indexer needs to use extra cluster if available, so that it can use additional modules with project supports
remoting/server/indexer/build.xml
     1.1 --- a/remoting/server/indexer/build.xml	Sun Jun 22 23:18:49 2014 +0200
     1.2 +++ b/remoting/server/indexer/build.xml	Sat Jul 12 22:00:05 2014 +0200
     1.3 @@ -6,4 +6,8 @@
     1.4      <description>Builds the module suite indexing.</description>
     1.5      <import file="nbproject/build-impl.xml"/>
     1.6      <import file="../../../suite-common.xml"/>
     1.7 +    <target name="build-launchers" depends="suite.build-launchers">
     1.8 +        <echo message="extra" file="${build.launcher.dir}/etc/${app.name}.clusters" append="true"/>
     1.9 +        <echo message="&#10;" file="${build.launcher.dir}/etc/${app.name}.clusters" append="true"/>
    1.10 +    </target>
    1.11  </project>