You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by da...@apache.org on 2013/08/30 18:01:52 UTC

svn commit: r1519006 - /db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml

Author: dag
Date: Fri Aug 30 16:01:52 2013
New Revision: 1519006

URL: http://svn.apache.org/r1519006
Log:
DERBY-6321: NetBeans project file: add XML api to source classpath

Patch derby-6321: Now that the Derby source code has been modernized
on trunk, there are less red squiggles seen in the NetBeans project
view: the old mix of Java source level versions in different parts of
Derby made the IDE confused.

There are still a few remaining red warning flags to be seen: one is
in classes that reference the XML api.  Adding
"${project.dir}/tools/java/xml-apis.jar" to the project file's source
classpath gets rid of those warnings.

Modified:
    db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml

Modified: db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml?rev=1519006&r1=1519005&r2=1519006&view=diff
==============================================================================
--- db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml (original)
+++ db/derby/code/trunk/tools/ide/netbeans/nbproject/project.xml Fri Aug 30 16:01:52 2013
@@ -247,7 +247,7 @@
                 <package-root>${project.dir}/java/testing</package-root>
                 <package-root>${project.dir}/java/tools</package-root>
                 <package-root>${project.dir}/generated/java</package-root>
-                <classpath mode="compile">${project.dir}/tools/java/geronimo-spec-servlet-2.4-rc4.jar:${project.dir}/tools/java/jakarta-oro-2.0.8.jar:${project.dir}/tools/java/javacc.jar:${project.dir}/tools/java/junit.jar:${ant.core.lib}:${project.dir}/classes/stubs/felix</classpath>
+                <classpath mode="compile">${project.dir}/tools/java/geronimo-spec-servlet-2.4-rc4.jar:${project.dir}/tools/java/jakarta-oro-2.0.8.jar:${project.dir}/tools/java/javacc.jar:${project.dir}/tools/java/junit.jar:${ant.core.lib}:${project.dir}/classes/stubs/felix:${project.dir}/tools/java/xml-apis.jar</classpath>
                 <built-to>${project.dir}/jars/sane/derby.jar</built-to>
                 <built-to>${project.dir}/jars/sane/derbyTesting.jar</built-to>
                 <built-to>${project.dir}/jars/sane/derbyclient.jar</built-to>