Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
don't need ejb3 namespace defined
Browse files Browse the repository at this point in the history
  • Loading branch information
jmazzitelli committed Feb 24, 2015
1 parent d1d09ed commit 157d747
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kettle/src/main/scripts/standalone.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xalan="http://xml.apache.org/xalan"
xmlns:ra="urn:jboss:domain:resource-adapters:2.0"
xmlns:ejb3="urn:jboss:domain:ejb3:2.0"
version="2.0"
exclude-result-prefixes="xalan ra ejb3">
exclude-result-prefixes="xalan ra">

<!-- will indicate if this is a "dev" build or "production" build -->
<xsl:param name="kettle.build.type"/>
Expand Down

0 comments on commit 157d747

Please sign in to comment.