Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions GPP/GPP.prf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,22 @@ THRESHOLD_NOT_EXCEEDED: The measured value no longer exceeds the configured thr
</simple>
<configurationkind kindtype="property"/>
</struct>


<simple id="DCE:0b5c1a83-7226-4705-a3be-eff5a8a9f38a" name="docker_omniorb_cfg" mode="readonly" type="string">
<description>Absolute path to the omniORB configuration file that will be provided to the docker images being launched (if any).</description>
<value>/etc/omniORB.cfg</value>
<kind kindtype="property"/>
<action type="external"/>
</simple>
<simple id="DCE:c38d28a6-351d-4aa4-a9ba-3cea51966838" name="docker_image" mode="readwrite" type="string">
<description>Docker Image to load</description>
<value></value>
<kind kindtype="allocation"/>
<action type="external"/>
</simple>
<simple id="DCE:47a581c8-e31f-4284-a3ef-6d8b98385835" name="docker_volume" mode="readwrite" type="string">
<description>Docker Volume to load</description>
<value></value>
<kind kindtype="allocation"/>
<action type="external"/>
</simple>
</properties>
1 change: 1 addition & 0 deletions GPP/cpp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ configure
depcomp
install-sh
missing
*.o
Loading