[dia] Integrated Frank Endres' haXe code generation into build system.
- From: Steffen Macke <sdteffen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] Integrated Frank Endres' haXe code generation into build system.
- Date: Sun, 8 Jan 2012 11:25:22 +0000 (UTC)
commit a3c107f551fe8709e3f4f9455b5dd48e33964c5c
Author: Steffen Macke <sdteffen sdteffen de>
Date: Sun Jan 8 12:24:05 2012 +0100
Integrated Frank Endres' haXe code generation into build system.
app/authors.h | 1 +
plug-ins/xslt/Makefile.am | 4 ++--
plug-ins/xslt/stylesheets.xml | 3 ++-
3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/app/authors.h b/app/authors.h
index cd3af18..33b4ec4 100644
--- a/app/authors.h
+++ b/app/authors.h
@@ -104,6 +104,7 @@ static const gchar *authors[] = {
"Caolan McNamara <caolanm redhat com>",
"Josef Moellers <josef moellers gmx de>",
"Jason Childs <oblivian users sourceforge net>",
+ "Frank Endres <frank endres ac-nantes fr>",
NULL
};
diff --git a/plug-ins/xslt/Makefile.am b/plug-ins/xslt/Makefile.am
index a17a357..e379715 100644
--- a/plug-ins/xslt/Makefile.am
+++ b/plug-ins/xslt/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in
-XSLT_XSL = dia-uml.xsl dia-uml2c++.xsl dia-uml2java.xsl dia-uml2idl.xsl \
- dia-uml2python.xsl dia-uml2owl.xsl \
+XSLT_XSL = dia-uml.xsl dia-uml2c++.xsl dia-uml2cpp.xsl dia-uml2haxe.xsl \
+ dia-uml2java.xsl dia-uml2idl.xsl dia-uml2python.xsl dia-uml2owl.xsl \
stylesheets.xml dia-uml2componentlist.xsl
XSLT_SRC = xslt.c xslt.h xsltdialog.c
diff --git a/plug-ins/xslt/stylesheets.xml b/plug-ins/xslt/stylesheets.xml
index 622b75c..556708a 100644
--- a/plug-ins/xslt/stylesheets.xml
+++ b/plug-ins/xslt/stylesheets.xml
@@ -5,10 +5,11 @@
<implementation name="C++" stylesheet="dia-uml2c++.xsl"/>
<implementation name="cpp" stylesheet="dia-uml2cpp.xsl"/>
<implementation name="Component List" stylesheet="dia-uml2componentlist.xsl"/>
+ <implementation name="haXe" stylesheet="dia-uml2haxe.xsl"/>
<implementation name="IDL" stylesheet="dia-uml2idl.xsl"/>
<implementation name="Java" stylesheet="dia-uml2java.xsl"/>
<implementation name="OWL" stylesheet="dia-uml2owl.xsl"/>
<implementation name="Python" stylesheet="dia-uml2python.xsl"/>
<implementation name="UML" stylesheet="dia-uml2uml.xsl"/>
</language>
-</config>
\ No newline at end of file
+</config>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]