Skip to content

Commit

Permalink
Remove sdk/node folder from fabric project in master
Browse files Browse the repository at this point in the history
The new project 'fabric-sdk-node' replaces the fabric
sdk/node code so there is no need to keep the old code
in fabric.  See FAB-782.

Change-Id: I143035192386e310d53ce90f2a48b0218f3af83d
Signed-off-by: cdaughtr <cdaughtr@us.ibm.com>
  • Loading branch information
cdaughtr committed Oct 25, 2016
1 parent 9eb99b3 commit 4877042
Show file tree
Hide file tree
Showing 28 changed files with 2 additions and 8,117 deletions.
11 changes: 2 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
# - peer-image[-clean] - ensures the peer-image is available[/cleaned] (for behave, etc)
# - membersrvc-image[-clean] - ensures the membersrvc-image is available[/cleaned] (for behave, etc)
# - protos - generate all protobuf artifacts based on .proto files
# - node-sdk - builds the node.js client sdk
# - node-sdk-unit-tests - runs the node.js client sdk unit tests
# - clean - cleans the build area
# - dist-clean - superset of 'clean' that also removes persistent state

Expand Down Expand Up @@ -63,7 +61,7 @@ K := $(foreach exec,$(EXECUTABLES),\
$(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH: Check dependencies")))

# SUBDIRS are components that have their own Makefiles that we can invoke
SUBDIRS = gotools sdk/node
SUBDIRS = gotools
SUBDIRS:=$(strip $(SUBDIRS))

GOSHIM_DEPS = $(shell ./scripts/goListFiles.sh github.com/hyperledger/fabric/core/chaincode/shim | sort | uniq)
Expand Down Expand Up @@ -95,12 +93,7 @@ membersrvc-image: build/image/membersrvc/.dummy
unit-test: peer-image gotools
@./scripts/goUnitTests.sh $(DOCKER_TAG) "$(GO_LDFLAGS)"

node-sdk: sdk/node

node-sdk-unit-tests: peer membersrvc
cd sdk/node && $(MAKE) unit-tests

unit-tests: unit-test node-sdk-unit-tests
unit-tests: unit-test

.PHONY: images
images: $(patsubst %,build/image/%/.dummy, $(IMAGES))
Expand Down
9 changes: 0 additions & 9 deletions sdk/node/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions sdk/node/.npmignore

This file was deleted.

82 changes: 0 additions & 82 deletions sdk/node/Makefile

This file was deleted.

99 changes: 0 additions & 99 deletions sdk/node/README.md

This file was deleted.

143 changes: 0 additions & 143 deletions sdk/node/bin/main.js

This file was deleted.

0 comments on commit 4877042

Please sign in to comment.