[jboss-cvs] jboss-seam/examples/remoting/gwt/src/org/jboss/seam/example/remoting/gwt/public ...

Shane Bryzak sbryzak at redhat.com
Mon Oct 15 21:15:45 EDT 2007


  User: sbryzak2
  Date: 07/10/15 21:15:45

  Modified:    examples/remoting/gwt/src/org/jboss/seam/example/remoting/gwt/public 
                        HelloWorld.html
  Log:
  updated for gwt 1.4
  
  Revision  Changes    Path
  1.2       +1 -12     jboss-seam/examples/remoting/gwt/src/org/jboss/seam/example/remoting/gwt/public/HelloWorld.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HelloWorld.html
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/gwt/src/org/jboss/seam/example/remoting/gwt/public/HelloWorld.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- HelloWorld.html	16 Apr 2007 00:01:25 -0000	1.1
  +++ HelloWorld.html	16 Oct 2007 01:15:44 -0000	1.2
  @@ -17,12 +17,6 @@
   			a:active{color:#ff0000}
   		</style>
   
  -		<!--                                           -->
  -		<!-- The module reference below is the link    -->
  -		<!-- between html and your Web Toolkit module  -->		
  -		<!--                                           -->
  -		<meta name='gwt:module' content='org.jboss.seam.example.remoting.gwt.HelloWorld'>
  -		
   	</head>
   
   	<!--                                           -->
  @@ -32,12 +26,7 @@
   	<!--                                           -->
   	<body>
   
  -		<!--                                            -->
  -		<!-- This script is required bootstrap stuff.   -->
  -		<!-- You can put it in the HEAD, but startup    -->
  -		<!-- is slightly faster if you include it here. -->
  -		<!--                                            -->
  -		<script language="javascript" src="gwt.js"></script>
  +		<script language="javascript" src="org.jboss.seam.example.remoting.gwt.HelloWorld.nocache.js"></script>
   
   		<!-- OPTIONAL: include this if you want history support -->
   		<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
  
  
  



More information about the jboss-cvs-commits mailing list