[Pcsclite-cvs-commit] MCardApplet MemoryManager.src,1.1.1.1,1.2

home_pw-guest@quantz.debian.org home_pw-guest@quantz.debian.org
Mon, 26 Jan 2004 03:28:10 +0100


Update of /cvsroot/muscleplugins/MCardApplet
In directory quantz:/tmp/cvs-serv9881

Modified Files:
	MemoryManager.src 
Log Message:
allow build to substitute package name, JAVA_PACKAGE


Index: MemoryManager.src
===================================================================
RCS file: /cvsroot/muscleplugins/MCardApplet/MemoryManager.src,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- MemoryManager.src	1 Nov 2001 00:41:29 -0000	1.1.1.1
+++ MemoryManager.src	26 Jan 2004 02:28:08 -0000	1.2
@@ -1,4 +1,4 @@
-package com.sun.javacard.samples.CardEdge;
+package JAVA_PACKAGE;
 
 import javacard.framework.Util;