From 31883c36dd39a06cc13c178c97c1d45cfc580bf4 Mon Sep 17 00:00:00 2001
From: Ryan LaMothe <ryan.lamothe@quantumworx.com>
Date: Sat, 5 Apr 2014 23:26:14 +0000
Subject: [PATCH] Will add JAR and .sh/.bat in a future build

---
 examples/correlation-matrix/build.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/correlation-matrix/build.xml b/examples/correlation-matrix/build.xml
index 2fd67703..17198982 100644
--- a/examples/correlation-matrix/build.xml
+++ b/examples/correlation-matrix/build.xml
@@ -13,8 +13,7 @@
    <target name="clean">
       <delete dir="classes"/>
       <delete dir="junit"/>
-      <!-- Legacy cleanup -->
-      <delete file="junit*.jar"/>
+      <delete file="correlation-matrix.jar"/>
    </target>
 
    <path id="classpath">
-- 
GitLab