mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / plat / Solaris.java
diff --git a/src/org/ibex/plat/Solaris.java b/src/org/ibex/plat/Solaris.java
new file mode 100644 (file)
index 0000000..bf35d05
--- /dev/null
@@ -0,0 +1,6 @@
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
+package org.ibex.plat;
+
+/** Solaris with an X11 display */
+public class Solaris extends X11 {
+}