platform/samples/window-system-groups/build.xml
author jglick@netbeans.org
Wed, 18 May 2005 15:53:57 +0000
changeset 1688 74e4359080c1
child 1779 5200163245c9
permissions -rw-r--r--
Moving all content.
jglick@1688
     1
<?xml version="1.0" encoding="UTF-8"?>
jglick@1688
     2
jglick@1688
     3
<!--
jglick@1688
     4
                Sun Public License Notice
jglick@1688
     5
jglick@1688
     6
The contents of this file are subject to the Sun Public License
jglick@1688
     7
Version 1.0 (the "License"). You may not use this file except in
jglick@1688
     8
compliance with the License. A copy of the License is available at
jglick@1688
     9
http://www.sun.com/
jglick@1688
    10
jglick@1688
    11
The Original Code is NetBeans. The Initial Developer of the Original
jglick@1688
    12
Code is Sun Microsystems, Inc. Portions Copyright 1997-2005 Sun
jglick@1688
    13
Microsystems, Inc. All Rights Reserved.
jglick@1688
    14
-->
jglick@1688
    15
jglick@1688
    16
<project basedir="." default="netbeans" name="developer/samples/window-system-groups">
jglick@1688
    17
    <import file="../../../nbbuild/templates/projectized.xml"/>
jglick@1688
    18
</project>