Skip to content

Commit

Permalink
stop producing Neo4j Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
lassewesth committed Dec 13, 2017
1 parent 48b2a00 commit 748c724
Show file tree
Hide file tree
Showing 81 changed files with 2 additions and 10,746 deletions.
18 changes: 2 additions & 16 deletions new-packaging/Makefile
@@ -1,5 +1,5 @@
.DEFAULT: all
.PHONY: all clean debian neo4j-desktop-mac neo4j-desktop-windows rpm
.PHONY: all clean debian rpm

DISTRIBUTION ?= unstable

Expand All @@ -22,29 +22,15 @@ DEBIAN_FILES := $(shell find src/debian -type f)
DEBS=$(patsubst ${ARTIFACTS}/%-unix.tar.gz,${OUT}/debian/%,${TARBALLS})
RPMS=$(patsubst ${ARTIFACTS}/%-unix.tar.gz,${OUT}/rpm/%,${TARBALLS})

all: debian neo4j-desktop-mac neo4j-desktop-windows rpm
all: debian rpm

clean:
rm -rf ${OUT}

debian: ${DEBS}

neo4j-desktop-mac: ${OUT}/neo4j-desktop/community-version.txt ${OUT}/neo4j-desktop/uberjar-filename.txt
bin/build-neo4j-desktop ${OUT}/neo4j-desktop-mac ${OUT}/neo4j-desktop/uberjar-filename.txt ${COMMUNITY_LICENSE} ${SHELL_SCRIPTS} ${CYPHER_SHELL} ${OUT}/neo4j-desktop/community-version.txt macosArchive ${MAC_KEYSTORE} ${MAC_KEYSTORE_PASSWORD}

neo4j-desktop-windows: ${OUT}/neo4j-desktop/community-version.txt ${OUT}/neo4j-desktop/uberjar-filename.txt
bin/build-neo4j-desktop ${OUT}/neo4j-desktop-windows ${OUT}/neo4j-desktop/uberjar-filename.txt ${COMMUNITY_LICENSE} ${SHELL_SCRIPTS} ${CYPHER_SHELL} ${OUT}/neo4j-desktop/community-version.txt windows ${WIN_KEYSTORE} ${WIN_KEYSTORE_PASSWORD}

rpm: ${RPMS}

${OUT}/neo4j-desktop/community-version.txt:
mkdir -p ${OUT}/neo4j-desktop
bin/extract-version-from-pom ${COMMUNITY_POM} >${OUT}/neo4j-desktop/community-version.txt

${OUT}/neo4j-desktop/uberjar-filename.txt: ${OUT}/neo4j-desktop/community-version.txt
mkdir -p ${OUT}/neo4j-desktop
bin/generate-uberjar-filename ${OUT}/neo4j-desktop/community-version.txt >${OUT}/neo4j-desktop/uberjar-filename.txt

${OUT}/rpm/%: ${ARTIFACTS}/%-unix.tar.gz $(COMMON_FILES) $(RPM_FILES)
rm -rf $@
bin/build-rpm-package $@ $< ${DISTRIBUTION}
Expand Down
115 changes: 0 additions & 115 deletions new-packaging/bin/build-neo4j-desktop

This file was deleted.

16 changes: 0 additions & 16 deletions new-packaging/bin/generate-uberjar-filename

This file was deleted.

Binary file removed new-packaging/src/neo4j-desktop/images/DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed new-packaging/src/neo4j-desktop/images/neo4j.ico
Binary file not shown.
2 changes: 0 additions & 2 deletions new-packaging/src/neo4j-desktop/install.properties

This file was deleted.

0 comments on commit 748c724

Please sign in to comment.