You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xang-cvs@xml.apache.org by md...@locus.apache.org on 2000/09/20 20:03:53 UTC

cvs commit: xml-xang/java/samples/hello hello.xap

mdierken    00/09/20 11:03:53

  Modified:    java/samples/hello hello.xap
  Log:
  Move system.script.xml to a different location.
  
  Revision  Changes    Path
  1.4       +2 -2      xml-xang/java/samples/hello/hello.xap
  
  Index: hello.xap
  ===================================================================
  RCS file: /home/cvs/xml-xang/java/samples/hello/hello.xap,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- hello.xap	2000/05/26 16:56:20	1.3
  +++ hello.xap	2000/09/20 18:03:52	1.4
  @@ -9,8 +9,8 @@
   	<message>Welcome to the Next Web Revolution!<br /></message>
   	
   	<!-- include some common code -->
  -	<script xml:link='include' src='system.script.xml' > 	</script>
  -	<script xml:link='include' src='editor.script.xml' > 	</script>
  +	<script xml:link='include' src='../system.script.xml' > 	</script>
  +	<script xml:link='include' src='../editor.script.xml' > 	</script>
   
   <page name='base64' >
   		<title>Do Base64 stuff</title>