summaryrefslogtreecommitdiffstats
path: root/qtjava/designer/juic/juic.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/designer/juic/juic.xsl')
-rw-r--r--qtjava/designer/juic/juic.xsl26
1 files changed, 26 insertions, 0 deletions
diff --git a/qtjava/designer/juic/juic.xsl b/qtjava/designer/juic/juic.xsl
new file mode 100644
index 00000000..d72060b2
--- /dev/null
+++ b/qtjava/designer/juic/juic.xsl
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!--
+ ** Author: Marco Ladermann
+ ** Date: Thu Sep 12 20:57:21 CEST 2002 @831 /Internet Time/
+ ** Purpose:
+ ** Changed:
+ **
+ ** This software is free software. It is released under the terms of the
+ ** GNU Lesser General Public Licence (LGPL)
+ ** see http://www.gnu.org/copyleft/lesser.html
+ **
+ ** These stylesheets are distributed in the hope that they will be useful,
+ ** but WITHOUT ANY WARRANTY; without even the implied warranty of
+ ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ -->
+<xsl:stylesheet
+ version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+>
+
+ <xsl:import href="java/param.xsl"/>
+ <xsl:import href="common/main.xsl"/>
+ <xsl:import href="java/put.xsl"/>
+
+</xsl:stylesheet>
+