Skip to content

Commit 69cecd0

Browse files
denyeartsykesm
authored andcommitted
[FAB-12323] remove java chaincode int tests
The infrastructure necessary to run them is not part of fabric and we removed the code to retrieve the dependencies, so the tests are effectively dead. Change-Id: Ibf29ecc260477e5c6197edea3d62dff0415491b2 Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
1 parent dd96ad6 commit 69cecd0

File tree

11 files changed

+0
-607
lines changed

11 files changed

+0
-607
lines changed

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ K := $(foreach exec,$(EXECUTABLES),\
9696
$(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH: Check dependencies")))
9797

9898
GOSHIM_DEPS = $(shell ./scripts/goListFiles.sh $(PKGNAME)/core/chaincode/shim)
99-
JAVASHIM_DEPS = $(shell git ls-files core/chaincode/shim/java)
10099
PROTOS = $(shell git ls-files *.proto | grep -v vendor)
101100
# No sense rebuilding when non production code is changed
102101
PROJECT_FILES = $(shell git ls-files | grep -v ^test | grep -v ^unit-test | \
@@ -319,7 +318,6 @@ $(BUILD_DIR)/goshim.tar.bz2: $(GOSHIM_DEPS)
319318
$(BUILD_DIR)/sampleconfig.tar.bz2: $(shell find sampleconfig -type f)
320319
(cd sampleconfig && tar -jc *) > $@
321320

322-
$(BUILD_DIR)/javashim.tar.bz2: $(JAVASHIM_DEPS)
323321
$(BUILD_DIR)/protos.tar.bz2: $(PROTOS)
324322

325323
$(BUILD_DIR)/%.tar.bz2:

integration/chaincode/java/simple/gradle/build.gradle

Lines changed: 0 additions & 35 deletions
This file was deleted.

integration/chaincode/java/simple/gradle/settings.gradle

Lines changed: 0 additions & 8 deletions
This file was deleted.

integration/chaincode/java/simple/gradle/src/main/java/org/hyperledger/fabric/example/SimpleChaincode.java

Lines changed: 0 additions & 142 deletions
This file was deleted.

integration/chaincode/java/simple_pvtdata/gradle/build.gradle

Lines changed: 0 additions & 35 deletions
This file was deleted.

integration/chaincode/java/simple_pvtdata/gradle/settings.gradle

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)