mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / plat / package.html
similarity index 74%
rename from src/org/xwt/plat/package.html
rename to src/org/ibex/plat/package.html
index 272a116..a539002 100644 (file)
@@ -1,24 +1,24 @@
 <body>
 
 <p>
-Each platform which XWT is ported to should have a subclass of {@link
-org.xwt.Platform} in this package as well as an ant buildfile.
+Each platform which Ibex is ported to should have a subclass of {@link
+org.ibex.Platform} in this package as well as an ant buildfile.
 </p>
 
 <p>
-The subclass of {@link org.xwt.Platform} should be named
+The subclass of {@link org.ibex.Platform} should be named
 <i>plat</i>.java, where <i>plat</i> is the descriptive name for the
 platform. The ant buildfile should be named <i>plat</i>.xml, and
 should contain three targets:
 </p>
 
-<ul><li> <b><tt>build</tt></b>: compiles all code required for the XWT
+<ul><li> <b><tt>build</tt></b>: compiles all code required for the Ibex
          Engine and creates an executable in
-         <tt>xwt/www/html/dist/</tt>. If applicable, all debugging
+         <tt>ibex/www/html/dist/</tt>. If applicable, all debugging
          symbols should be left in this executable.
 
     <li> <b><tt>run</tt></b>: runs the executable, loading the
-         <tt>org.xwt.demo.main</tt> widget demo. This is useful for
+         <tt>org.ibex.demo.main</tt> widget demo. This is useful for
          testing.
 
     <li> <b><tt>dist</tt></b>: prepares any files required to