X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fplat%2Fpackage.html;fp=src%2Forg%2Fxwt%2Fplat%2Fpackage.html;h=a539002f71d7be6914ec647585c286c34205d2a1;hp=272a116e495d122c9759f262e2ecbd912d5b3f98;hb=3591b88b94a6bb378af3d4abe6eb5233ce583104;hpb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f diff --git a/src/org/xwt/plat/package.html b/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 --- a/src/org/xwt/plat/package.html +++ b/src/org/ibex/plat/package.html @@ -1,24 +1,24 @@

-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.

-The subclass of {@link org.xwt.Platform} should be named +The subclass of {@link org.ibex.Platform} should be named plat.java, where plat is the descriptive name for the platform. The ant buildfile should be named plat.xml, and should contain three targets:

-