Commit 6c1817ee4017e1ac82d2bd35d20ba9f29c657f82

Authored by Sergio Oliveira
1 parent dcab6186

Adding jenkins rules for diazo

Showing 1 changed file with 8 additions and 0 deletions   Show diff stats
src/proxy/diazo/jenkins.xml 0 → 100644
... ... @@ -0,0 +1,8 @@
  1 +<rules
  2 + xmlns="http://namespaces.plone.org/diazo"
  3 + xmlns:css="http://namespaces.plone.org/diazo/css"
  4 + xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  5 +
  6 + <before css:theme-children="#main-content" css:content="#main-table" />
  7 +
  8 +</rules>
... ...