[jboss-cvs] jboss-seam/seam-gen/nbproject ...

Michael Yuan michael.yuan at jboss.com
Fri Dec 8 17:53:35 EST 2006


  User: myuan   
  Date: 06/12/08 17:53:35

  Modified:    seam-gen/nbproject  project.xml
  Log:
  facelets module support in netbeans
  
  Revision  Changes    Path
  1.7       +13 -0     jboss-seam/seam-gen/nbproject/project.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: project.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/nbproject/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- project.xml	6 Dec 2006 22:53:06 -0000	1.6
  +++ project.xml	8 Dec 2006 22:53:35 -0000	1.7
  @@ -12,6 +12,11 @@
                       <type>java</type>
                       <location>src</location>
                   </source-folder>
  +                <source-folder>
  +                    <label>view</label>
  +                    <type>doc_root</type>
  +                    <location>view</location>
  +                </source-folder>
               </folders>
               <ide-actions>
                   <action name="clean">
  @@ -70,5 +75,13 @@
                   <source-level>1.5</source-level>
               </compilation-unit>
           </java-data>
  +        <web-data xmlns="http://www.netbeans.org/ns/freeform-project-web/1">
  +            <web-module>
  +                <doc-root>view</doc-root>
  +                <classpath/>
  +                <context-path/>
  +                <j2ee-spec-level>1.5</j2ee-spec-level>
  +            </web-module>
  +        </web-data>
       </configuration>
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list