path to org-openide-util.jar fixed BLD200511011936
authordprusa@netbeans.org
Tue, 25 Oct 2005 12:46:21 +0000
changeset 1733a8f369964e1c
parent 1732 50bc514a6ee0
child 1734 673492c2c185
path to org-openide-util.jar fixed
mdr/extras/uml2mof/build.xml
     1.1 --- a/mdr/extras/uml2mof/build.xml	Sun Oct 23 19:28:43 2005 +0000
     1.2 +++ b/mdr/extras/uml2mof/build.xml	Tue Oct 25 12:46:21 2005 +0000
     1.3 @@ -23,7 +23,7 @@
     1.4    <property location="common" name="common.dir"/>
     1.5  
     1.6    <!-- all external files and directories -->
     1.7 -  <property name="openide-lookup.jar" value="${nbroot}/nbbuild/netbeans/platform5/lib/org-openide-util.jar"/>
     1.8 +  <property name="openide-lookup.jar" value="${nbroot}/nbbuild/netbeans/platform6/lib/org-openide-util.jar"/>
     1.9    <property name="standard-jar-excludes.txt" value="${nbroot}/nbbuild/standard-jar-excludes.txt"/>
    1.10    <property name="standard-nbm-license.txt" value="${nbroot}/nbbuild/standard-nbm-license.txt"/>
    1.11    <property name="jmi.jar" value="${nbroot}/mdr/external/jmi.jar"/>
    1.12 @@ -94,7 +94,7 @@
    1.13  
    1.14    <target depends="init,jmi" name="compile">
    1.15      <!-- sources -->
    1.16 -    <javac debug="${build.compiler.debug}" deprecation="${build.compiler.deprecation}" destdir="${build.classes.dir}" srcdir="src">
    1.17 +    <javac source="1.4" debug="${build.compiler.debug}" deprecation="${build.compiler.deprecation}" destdir="${build.classes.dir}" srcdir="src">
    1.18        <classpath>
    1.19          <pathelement location="${openide-lookup.jar}"/>
    1.20          <pathelement location="${jmi.jar}"/>