probably setup from new Scala Plugin 0.15.1 for NetBeans
authorimmler@in.tum.de
Thu, 19 Mar 2009 13:15:27 +0100
changeset 34536 f0df6a866aa7
parent 34535 690927d66d8c
child 34537 f76e73377438
probably setup from new Scala Plugin 0.15.1 for NetBeans
src/Tools/jEdit/nbproject/build-impl.xml
src/Tools/jEdit/nbproject/genfiles.properties
--- a/src/Tools/jEdit/nbproject/build-impl.xml	Thu Mar 19 13:09:52 2009 +0100
+++ b/src/Tools/jEdit/nbproject/build-impl.xml	Thu Mar 19 13:15:27 2009 +0100
@@ -173,6 +173,9 @@
                 <javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}">
                     <classpath>
                         <path path="@{classpath}"/>
+                        <fileset dir="${scala.lib}">
+                            <include name="**/*.jar"/>
+                        </fileset>
                     </classpath>
                     <compilerarg line="${javac.compilerargs} ${javac.compilerargs.jaxws}"/>
                     <customize/>
@@ -398,6 +401,7 @@
     </target>
     <target depends="init,deps-jar,-pre-pre-compile,-pre-compile,-compile-depend" if="have.sources" name="-do-compile">
         <scalaProject1:scalac/>
+        <scalaProject1:javac/>
         <copy todir="${build.classes.dir}">
             <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
         </copy>
--- a/src/Tools/jEdit/nbproject/genfiles.properties	Thu Mar 19 13:09:52 2009 +0100
+++ b/src/Tools/jEdit/nbproject/genfiles.properties	Thu Mar 19 13:15:27 2009 +0100
@@ -4,5 +4,5 @@
 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
 nbproject/build-impl.xml.data.CRC32=8f41dcce
-nbproject/build-impl.xml.script.CRC32=828f71d1
-nbproject/build-impl.xml.stylesheet.CRC32=2aa5193a
+nbproject/build-impl.xml.script.CRC32=87cef431
+nbproject/build-impl.xml.stylesheet.CRC32=371897b9