Merge "Omaha #3179 added modes file deployment, moved modes.xml to new folder" into omaha_14.4.1
Former-commit-id:4d7f4a29db
[formerly1cb8903c73
] [formerly341170eb05
] [formerlycc233ddcf7
[formerly341170eb05
[formerly 77b58c5ba59c1a45f8ef3edb9fcc8cc5e1f063f7]]] Former-commit-id:cc233ddcf7
Former-commit-id: 44f2f637c18dfd08f0d200b8c8db9703cafe37c5 [formerly4fd1f27ddf
] Former-commit-id:d107a80acb
This commit is contained in:
commit
6854b7230a
2 changed files with 13 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
|||
TODO: if necessary, these could be read from a properties file.
|
||||
1) utility -> /awips2/edex/data/utility
|
||||
2) resources -> /awips2/edex/conf/resources
|
||||
3) modes -> /awips2/edex/conf/modes
|
||||
-->
|
||||
<target name="enact.external-rules">
|
||||
<!-- parameters -->
|
||||
|
@ -33,5 +34,15 @@
|
|||
</copy>
|
||||
</then>
|
||||
</if>
|
||||
|
||||
<mkdir dir="${deployment._root}/conf/modes" />
|
||||
<if>
|
||||
<available file="${plugin._directory}/modes" type="dir" />
|
||||
<then>
|
||||
<copy todir="${deployment._root}/conf/modes" overwrite="true" verbose="true">
|
||||
<fileset dir="${plugin._directory}/modes" />
|
||||
</copy>
|
||||
</then>
|
||||
</if>
|
||||
</target>
|
||||
</project>
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
By including or excluding specific spring files we can determine at startup
|
||||
which services the EDEX instance should start.
|
||||
|
||||
If you provide no command line argument, EDEX will default to include
|
||||
all spring files it discovers. It will print out the files it is using for the
|
||||
If you provide no command line argument, EDEX will list available modes and exit.
|
||||
It will print out the files it is using for the
|
||||
configuration, so you can look at the no argument configuration to
|
||||
determine what files to possibly include or exclude.
|
||||
|
Loading…
Add table
Reference in a new issue