From 9653478f006517804ac84c7bc6c486b2e17872a9 Mon Sep 17 00:00:00 2001 From: hneemann Date: Sun, 9 Sep 2018 10:31:13 +0200 Subject: [PATCH] updated the distributed assembly --- distribution/Assembly.xml | 4 ++-- .../{vhdl_distributable => hdl_distributable}/BASYS3_IOs.dig | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename src/test/resources/dig/{vhdl_distributable => hdl_distributable}/BASYS3_IOs.dig (100%) diff --git a/distribution/Assembly.xml b/distribution/Assembly.xml index d4cf7a2f5..0d0928457 100644 --- a/distribution/Assembly.xml +++ b/distribution/Assembly.xml @@ -108,8 +108,8 @@ - ${basedir}/src/test/resources/dig/vhdl_distributable - /examples/vhdl/ + ${basedir}/src/test/resources/dig/hdl_distributable + /examples/hdl/ *.dig diff --git a/src/test/resources/dig/vhdl_distributable/BASYS3_IOs.dig b/src/test/resources/dig/hdl_distributable/BASYS3_IOs.dig similarity index 100% rename from src/test/resources/dig/vhdl_distributable/BASYS3_IOs.dig rename to src/test/resources/dig/hdl_distributable/BASYS3_IOs.dig