Initial version of a simple Navigator view for XML files of many flavors.
authorjglick@netbeans.org
Fri, 05 Aug 2005 12:25:40 -0400
changeset 17626381cc31ab0ec
parent 17625 9b47ec58c1eb
child 17627 0499f2073439
Initial version of a simple Navigator view for XML files of many flavors.
xmlnavigation/build.xml
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xmlnavigation/build.xml	Fri Aug 05 12:25:40 2005 -0400
     1.3 @@ -0,0 +1,5 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<project basedir="." default="netbeans" name="contrib/xmlnavigation">
     1.6 +    <description>Builds, tests, and runs the project org.netbeans.modules.xmlnavigation</description>
     1.7 +    <import file="../../nbbuild/templates/projectized.xml"/>
     1.8 +</project>