X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fjs%2FByteCodes.java;fp=src%2Forg%2Fxwt%2Fjs%2FByteCodes.java;h=e8170f18c4c5c6cdad8248d253f6cb05a459e019;hp=7ba54b4f0297ea6b6eeb9a8b3d8bcc266d36ef24;hb=3591b88b94a6bb378af3d4abe6eb5233ce583104;hpb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f diff --git a/src/org/xwt/js/ByteCodes.java b/src/org/ibex/js/ByteCodes.java similarity index 99% rename from src/org/xwt/js/ByteCodes.java rename to src/org/ibex/js/ByteCodes.java index 7ba54b4..e8170f1 100644 --- a/src/org/xwt/js/ByteCodes.java +++ b/src/org/ibex/js/ByteCodes.java @@ -1,5 +1,5 @@ // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] -package org.xwt.js; +package org.ibex.js; /** * Constants for the various JavaScript ByteCode operations.