Details
-
Bug
-
Resolution: Fixed
-
Minor
-
1.0.0
-
Operating System: All
Platform: All
-
P4
-
Improvement
-
9298
-
368
Description
Allow to set properties in the properties element with a value.
<properties>
<property>
<name>my.property</name>
<section>build.runtime</section>
<value>${my.1}/${my2}</code>
<label>My Property</label>
</property>
</properties>
This is a convenient way to add properties to the build.properties file directly.