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

Michael Yuan michael.yuan at jboss.com
Wed Dec 6 17:53:06 EST 2006


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

  Modified:    seam-gen/nbproject   debug-jboss.properties project.xml
  Log:
  netbeans improvement
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/seam-gen/nbproject/debug-jboss.properties
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: debug-jboss.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/nbproject/debug-jboss.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- debug-jboss.properties	6 Dec 2006 06:55:40 -0000	1.1
  +++ debug-jboss.properties	6 Dec 2006 22:53:06 -0000	1.2
  @@ -1,5 +1,5 @@
   # JBoss server related settings
   # Edit the following parameter according to your JBoss configuration
   jpda.host=localhost
  -jpda.address=4142
  +jpda.address=8787
   jpda.transport=dt_socket
  
  
  
  1.6       +4 -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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- project.xml	6 Dec 2006 18:15:08 -0000	1.5
  +++ project.xml	6 Dec 2006 22:53:06 -0000	1.6
  @@ -18,18 +18,15 @@
                       <target>clean</target>
                       <target>unexplode</target>
                   </action>
  -                <action name="Build">
  +                <action name="build">
                       <target>archive</target>
                   </action>
  -                <action name="Deploy">
  -                    <target>explode</target>
  +                <action name="redeploy">
  +                    <target>restart</target>
                   </action>
                   <action name="Undeploy">
                       <target>unexplode</target>
                   </action>
  -                <action name="redeploy">
  -                    <target>restart</target>
  -                </action>
                   <action name="test">
                       <target>test</target>
                   </action>
  @@ -58,8 +55,7 @@
                   </items>
                   <context-menu>
                       <ide-action name="clean"/>
  -                    <ide-action name="Build"/>
  -                    <ide-action name="Deploy"/>
  +                    <ide-action name="build"/>
                       <ide-action name="redeploy"/>
                       <ide-action name="Undeploy"/>
                       <ide-action name="debug"/>
  
  
  



More information about the jboss-cvs-commits mailing list