From 2fe25f61f3ed584a54f93fdfe719cff884a68794 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 9 Jun 2009 10:08:55 +0000 Subject: [PATCH] another example moved --- org.glite.lb.client-java/Makefile | 2 +- .../{src/org/glite/lb => examples}/NotificationExample.java | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) rename org.glite.lb.client-java/{src/org/glite/lb => examples}/NotificationExample.java (97%) 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; -- 1.8.2.3