atlassian-plugin.xml: trim white spaces

XMLWordPrintable

      The following snippet will cause Confluence not to find the velocity templates:

          <xwork key="space-admin-actions" name="Scroll Space Template Actions">
              <package name="Scroll Admin Actions" extends="spaces" namespace="/spaces/com.k15t.scroll.office">
                  <default-interceptor-ref name="defaultStack"/>
                  <action name="templates" class="com.k15t.scroll.office.web.admin.SpacesTemplatesAction" method="action">
                      <result name="success" type="velocity">/com/k15t/scroll/office/templates/admin/templates-spaces.vm
                      </result>
                      <result name="error" type="velocity">/com/k15t/scroll/office/templates/admin/templates-spaces.vm
                      </result>
                      <result name="none" type="redirect">/spaces/com.k15t.scroll.office/templates.action?key=${space.Key}
                      </result>
                  </action>
              </package>
          </xwork>

      It would be nice if you could trim the whitespace, as idea will introduce the white-spaces on code-formatting.

            Assignee:
            Ryan
            Reporter:
            Stefan Kleineikenscheidt (K15t)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: