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

Michael Yuan michael.yuan at jboss.com
Wed Nov 15 03:25:35 EST 2006


  User: myuan   
  Date: 06/11/15 03:25:35

  Modified:    seam-gen/nbproject  project.xml
  Log:
  Better netbeans project
  
  Revision  Changes    Path
  1.2       +21 -11    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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- project.xml	14 Nov 2006 17:59:08 -0000	1.1
  +++ project.xml	15 Nov 2006 08:25:35 -0000	1.2
  @@ -14,23 +14,24 @@
                   </source-folder>
               </folders>
               <ide-actions>
  +                <action name="clean">
  +                    <target>clean</target>
  +                </action>
                   <action name="build">
                       <target>ear</target>
                   </action>
  -                <action name="clean">
  -                    <target>clean</target>
  +                <action name="deploy">
  +                    <target>explode</target>
  +                </action>
  +                <action name="undeploy">
  +                    <target>unexplode</target>
                   </action>
  -                <action name="run">
  +                <action name="restart">
                       <target>restart</target>
                   </action>
                   <action name="test">
                       <target>test</target>
                   </action>
  -                <action name="rebuild">
  -                    <target>clean</target>
  -                    <target>unexplode</target>
  -                    <target>explode</target>
  -                </action>
               </ide-actions>
               <view>
                   <items>
  @@ -38,16 +39,25 @@
                           <label>src</label>
                           <location>src</location>
                       </source-folder>
  +                    <source-folder style="tree">
  +                        <label>view</label>
  +                        <location>view</location>
  +                    </source-folder>
  +                    <source-folder style="tree">
  +                        <label>resources</label>
  +                        <location>resources</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="run"/>
  +                    <ide-action name="build"/>
  +                    <ide-action name="deploy"/>
  +                    <ide-action name="undeploy"/>
  +                    <ide-action name="restart"/>
                       <ide-action name="test"/>
  -                    <ide-action name="rebuild"/>
                   </context-menu>
               </view>
           </general-data>
  
  
  



More information about the jboss-cvs-commits mailing list