From: Aleš Křenek Date: Tue, 9 Jun 2009 10:08:55 +0000 (+0000) Subject: another example moved X-Git-Tag: gridsite-core_R_1_7_1~12 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=2fe25f61f3ed584a54f93fdfe719cff884a68794;p=jra1mw.git another example moved --- diff --git a/org.glite.lb.client-java/Makefile b/org.glite.lb.client-java/Makefile index 9a1a9f7..f8c960c 100644 --- a/org.glite.lb.client-java/Makefile +++ b/org.glite.lb.client-java/Makefile @@ -1,6 +1,6 @@ -include Makefile.inc -EXAMPLES := SimpleLLTest.class SSLClient.class SSLServer.class QueryDemo.class ProducerTestIL.class ProducerTestLL.class +EXAMPLES := SimpleLLTest.class SSLClient.class SSLServer.class QueryDemo.class ProducerTestIL.class ProducerTestLL.class NotificationExample.class VPATH := examples diff --git a/org.glite.lb.client-java/src/org/glite/lb/NotificationExample.java b/org.glite.lb.client-java/examples/NotificationExample.java similarity index 97% rename from org.glite.lb.client-java/src/org/glite/lb/NotificationExample.java rename to org.glite.lb.client-java/examples/NotificationExample.java index 6109684..4de2895 100644 --- a/org.glite.lb.client-java/src/org/glite/lb/NotificationExample.java +++ b/org.glite.lb.client-java/examples/NotificationExample.java @@ -3,7 +3,9 @@ * and open the template in the editor. */ -package org.glite.lb; +import org.glite.lb.Notification; +import org.glite.lb.LBCredentials; +import org.glite.lb.LBException; import java.util.Date; import java.util.logging.Level;