Hello!

Wow, seems like you put down quite a bit work here. Commit it all to the
gitorious? Pending, waiting for Gunnar/Eskil's approval? Would be nice
to have a look.

Helge

Francis Galiegue wrote:
> ---
>  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>
>   

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

Reply via email to