prepare jexer subtree mode
authorNiki Roo <niki@nikiroo.be>
Thu, 24 Oct 2019 07:14:27 +0000 (09:14 +0200)
committerNiki Roo <niki@nikiroo.be>
Thu, 24 Oct 2019 07:14:27 +0000 (09:14 +0200)
libs/jexer-0.3.1-Upstream_mar2019-sources.jar [deleted file]
libs/subtree.txt

diff --git a/libs/jexer-0.3.1-Upstream_mar2019-sources.jar b/libs/jexer-0.3.1-Upstream_mar2019-sources.jar
deleted file mode 100644 (file)
index b21bbc9..0000000
Binary files a/libs/jexer-0.3.1-Upstream_mar2019-sources.jar and /dev/null differ
index 48727bafe858b6c51e375286e7feb54d265b02ae..ae585c77380f92d42ec931901cdbe9b78565e0c9 100755 (executable)
@@ -1,9 +1,11 @@
 # Subtrees
 
-# One subtree is used for this program:
+# The subtrees used for this program:
 #      ```git subtree add -P src/be/nikiroo/utils git@github.com:nikiroo/nikiroo-utils.git subtree```
+#      ```git subtree add -P src/jexer git@github.com:nikiroo/jexer.git subtree```
 
 # Update all subtrees:
 
 git subtree pull -P src/be/nikiroo/utils git@github.com:nikiroo/nikiroo-utils.git subtree
+git subtree pull -P src/jexer git@github.com:nikiroo/jexer.git subtree