---
 build.xml |   30 ------------------------------
 1 files changed, 0 insertions(+), 30 deletions(-)

diff --git a/build.xml b/build.xml
index 36f0686..79701e5 100644
--- a/build.xml
+++ b/build.xml
@@ -510,36 +510,6 @@ 
http://doc.trolltech.com/qtjambi/com/trolltech/qt/qtjambi-installation.html
         </sequential>
     </macrodef>
 
-    <macrodef name="is-merge-necessary">
-        <attribute name="victim"/>
-        <sequential>
-            <condition property="qtjambi.typesyst...@{victim}.uptodate">
-                <and>
-                    <not>
-                        <isset property="qtjambi.force"/>
-                    </not>
-                    <uptodate
-                        
targetfile="${outputDir}/generator/typesyst...@{victim}.xml">
-                        <srcfiles dir="${sourceDir}/generator"
-                            includes="typesyst...@{victim}-*.*"/>
-                    </uptodate>
-                </and>
-            </condition>
-        </sequential>
-    </macrodef>
-
-    <macrodef name="xmlmerge">
-        <attribute name="victim"/>
-        <sequential>
-            <xslt force="yes" style="${sourceDir}/generator/merge.xsl"
-                in="${sourceDir}/generator/typesyst...@{victim}-common.xml"
-                out="${outputDir}/generator/typesyst...@{victim}.xml">
-                <param name="source"
-                    expression="typesyst...@{victim}-java.xml"/>
-            </xslt>
-        </sequential>
-    </macrodef>
-
     <target name="generator.xmlmerge.core">
         <xmlmerge-if-necessary victim="core"/>
     </target>
-- 
1.6.5.rc1

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to