Update of /cvsroot/kuml/kuml/libkuml/uml/tools
In directory usw-pr-cvs1:/tmp/cvs-serv25444
Modified Files:
gen_assoc_hs.xsl gen_class_ccs.xsl gen_class_hs.xsl
gen_proxy_hs.xsl
Log Message:
Whoops!
Index: gen_assoc_hs.xsl
===================================================================
RCS file: /cvsroot/kuml/kuml/libkuml/uml/tools/gen_assoc_hs.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** gen_assoc_hs.xsl 2001/05/16 22:01:49 1.1
--- gen_assoc_hs.xsl 2001/05/16 22:21:39 1.2
***************
*** 80,83 ****
--- 80,84 ----
<xsl:variable name="filename">
+ <xsl:text>../</xsl:text>
<xsl:value-of select="$package_name"/>
<xsl:text>/</xsl:text>
Index: gen_class_ccs.xsl
===================================================================
RCS file: /cvsroot/kuml/kuml/libkuml/uml/tools/gen_class_ccs.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** gen_class_ccs.xsl 2001/05/16 22:01:49 1.1
--- gen_class_ccs.xsl 2001/05/16 22:21:39 1.2
***************
*** 700,703 ****
--- 700,704 ----
<xsl:variable name="class_name" select="@name"/>
<xsl:variable name="filename">
+ <xsl:text>../</xsl:text>
<xsl:value-of select="$package_name"/>
<xsl:text>/</xsl:text>
Index: gen_class_hs.xsl
===================================================================
RCS file: /cvsroot/kuml/kuml/libkuml/uml/tools/gen_class_hs.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** gen_class_hs.xsl 2001/05/16 22:01:49 1.1
--- gen_class_hs.xsl 2001/05/16 22:21:39 1.2
***************
*** 787,790 ****
--- 787,791 ----
<xsl:variable name="class_filename">
+ <xsl:text>../</xsl:text>
<xsl:value-of select="$package_name"/>
<xsl:text>/</xsl:text>
Index: gen_proxy_hs.xsl
===================================================================
RCS file: /cvsroot/kuml/kuml/libkuml/uml/tools/gen_proxy_hs.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** gen_proxy_hs.xsl 2001/05/16 22:01:49 1.1
--- gen_proxy_hs.xsl 2001/05/16 22:21:39 1.2
***************
*** 158,161 ****
--- 158,162 ----
<xsl:variable name="proxy_filename">
+ <xsl:text>../</xsl:text>
<xsl:value-of select="$package_name"/>
<xsl:text>/</xsl:text>
|