[jboss-cvs] jboss-seam/examples/jee5/booking/nbproject ...
Michael Yuan
michael.yuan at jboss.com
Mon Aug 6 23:21:08 EDT 2007
User: myuan
Date: 07/08/06 23:21:08
Added: examples/jee5/booking/nbproject project.xml
Log:
re-structure the jee5 directory
Revision Changes Path
1.1 date: 2007/08/07 03:21:08; author: myuan; state: Exp;jboss-seam/examples/jee5/booking/nbproject/project.xml
Index: project.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.ant.freeform</type>
<configuration>
<general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
<!-- Do not use Project Properties customizer when editing this file manually. -->
<name>Glassfish Booking</name>
<properties/>
<folders>
<source-folder>
<label>src</label>
<type>java</type>
<location>src</location>
</source-folder>
</folders>
<ide-actions>
<action name="build">
<target>build</target>
</action>
<action name="clean">
<target>clean</target>
</action>
<action name="javadoc">
<target>javadoc</target>
</action>
<action name="test">
<target>testall</target>
</action>
<action name="rebuild">
<target>clean</target>
<target>build</target>
</action>
</ide-actions>
<view>
<items>
<source-folder style="packages">
<label>src</label>
<location>src</location>
</source-folder>
<source-folder style="tree">
<label>resources</label>
<location>resources</location>
</source-folder>
<source-folder style="tree">
<label>view</label>
<location>view</location>
</source-folder>
<source-file>
<location>build.xml</location>
</source-file>
</items>
<context-menu>
<ide-action name="build"/>
<ide-action name="clean"/>
<ide-action name="javadoc"/>
<ide-action name="test"/>
<ide-action name="rebuild"/>
</context-menu>
</view>
<subprojects/>
</general-data>
<java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
<compilation-unit>
<package-root>src</package-root>
<classpath mode="compile">../../facelets/lib/el-api.jar:../../facelets/lib/el-ri.jar:../../facelets/lib/jsf-facelets.jar:../../jboss-seam-ui.jar:../../jboss-seam.jar:../../lib/hibernate-all.jar:../../lib/myfaces-api-1.1.4.jar:../../lib/myfaces-impl-1.1.4.jar</classpath>
<source-level>1.5</source-level>
</compilation-unit>
</java-data>
</configuration>
</project>
More information about the jboss-cvs-commits
mailing list