Log Message
Make jelly files xml editor friendly.
Modified Paths
- trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/config.jelly
- trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/global.jelly
Diff
Modified: trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/config.jelly (41243 => 41244)
--- trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/config.jelly 2015-03-18 22:09:15 UTC (rev 41243)
+++ trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/config.jelly 2015-03-21 15:48:27 UTC (rev 41244)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!--
The MIT License
@@ -21,12 +22,24 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
-<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
+<j:jelly xmlns:j="jelly:core"
+ xmlns:st="jelly:stapler"
+ xmlns:d="jelly:define"
+ xmlns:l="/lib/layout"
+ xmlns:t="/lib/hudson"
+ xmlns:f="/lib/form"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="jelly:core https://github.com/kohsuke/maven-jellydoc-plugin/blob/master/maven-jellydoc-plugin/schemas/core.xsd
+ jelly:stapler http://stapler.kohsuke.org/taglib.xsd
+ jelly:define https://github.com/kohsuke/maven-jellydoc-plugin/blob/master/maven-jellydoc-plugin/schemas/define.xsd"
+ >
+
<!--
This jelly script is used for per-project configuration.
See global.jelly for a general discussion about jelly script.
-->
+
<!-- if there's only one Klaros Installation configured, always use that. -->
<f:entry title="${%KlarosInstallation}"
Modified: trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/global.jelly (41243 => 41244)
--- trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/global.jelly 2015-03-18 22:09:15 UTC (rev 41243)
+++ trunk/hudson/plugins/klaros-testmanagement/src/main/resources/hudson/plugins/klaros/KlarosTestResultPublisher/global.jelly 2015-03-21 15:48:27 UTC (rev 41244)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!--
The MIT License
@@ -21,7 +22,17 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->
-<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
+<j:jelly xmlns:j="jelly:core"
+ xmlns:st="jelly:stapler"
+ xmlns:d="jelly:define"
+ xmlns:l="/lib/layout"
+ xmlns:t="/lib/hudson"
+ xmlns:f="/lib/form"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="jelly:core https://github.com/kohsuke/maven-jellydoc-plugin/blob/master/maven-jellydoc-plugin/schemas/core.xsd
+ jelly:stapler http://stapler.kohsuke.org/taglib.xsd
+ jelly:define https://github.com/kohsuke/maven-jellydoc-plugin/blob/master/maven-jellydoc-plugin/schemas/define.xsd"
+ >
<f:section title="${%Title}">
<!--
optional @help points to the help document HTML. ${rootURL}/plugin/klaros-testmanagement-hudson-plugin
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.