[jboss-cvs] jboss-seam/examples/jee5/nbproject ...

Peter Muir peter at bleepbleep.org.uk
Sat Jun 23 14:34:04 EDT 2007


  User: pmuir   
  Date: 07/06/23 14:34:04

  Added:       examples/jee5/nbproject  project.xml
  Log:
  JBSEAM-1449 - rename glassfish to jee5 and add support for OC4J (thanks to Richard Hoffman for this!)
  
  Revision  Changes    Path
  1.1      date: 2007/06/23 18:34:04;  author: pmuir;  state: Exp;jboss-seam/examples/jee5/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