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

Michael Yuan michael.yuan at jboss.com
Wed Dec 6 13:15:08 EST 2006


  User: myuan   
  Date: 06/12/06 13:15:08

  Modified:    seam-gen/nbproject  project.xml
  Log:
  Better menu options
  
  Revision  Changes    Path
  1.5       +9 -8      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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- project.xml	6 Dec 2006 06:55:40 -0000	1.4
  +++ project.xml	6 Dec 2006 18:15:08 -0000	1.5
  @@ -16,17 +16,18 @@
               <ide-actions>
                   <action name="clean">
                       <target>clean</target>
  +                    <target>unexplode</target>
                   </action>
  -                <action name="build">
  +                <action name="Build">
                       <target>archive</target>
                   </action>
  -                <action name="deploy">
  +                <action name="Deploy">
                       <target>explode</target>
                   </action>
  -                <action name="undeploy">
  +                <action name="Undeploy">
                       <target>unexplode</target>
                   </action>
  -                <action name="restart">
  +                <action name="redeploy">
                       <target>restart</target>
                   </action>
                   <action name="test">
  @@ -57,11 +58,11 @@
                   </items>
                   <context-menu>
                       <ide-action name="clean"/>
  -                    <ide-action name="restart"/>
  +                    <ide-action name="Build"/>
  +                    <ide-action name="Deploy"/>
  +                    <ide-action name="redeploy"/>
  +                    <ide-action name="Undeploy"/>
                       <ide-action name="debug"/>
  -                    <ide-action name="build"/>
  -                    <ide-action name="deploy"/>
  -                    <ide-action name="undeploy"/>
                       <ide-action name="test"/>
                   </context-menu>
               </view>
  
  
  



More information about the jboss-cvs-commits mailing list