From 5e5277c2af3a964f8f97bf02fcc27f4f3297ce99 Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 25 Apr 2006 20:12:48 +0000 Subject: [PATCH] Specify Building the dstore_extra_server.jar in the build.properties so its no longer a special case. --- rse/plugins/org.eclipse.dstore.extra/build.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rse/plugins/org.eclipse.dstore.extra/build.properties b/rse/plugins/org.eclipse.dstore.extra/build.properties index 83fedadabdb..4db0de14f69 100644 --- a/rse/plugins/org.eclipse.dstore.extra/build.properties +++ b/rse/plugins/org.eclipse.dstore.extra/build.properties @@ -5,4 +5,6 @@ bin.includes = about.html,\ jars.compile.order = dstore_extra.jar source.dstore_extra.jar = src/ output.dstore_extra.jar = bin/ +source.dstore_extra_server.jar = server/ +output.dstore_extra_server.jar = bin2/ src.includes = about.html