Skip to content

Commit 404a592

Browse files
committedAug 20, 2015
cli was remaned to distribution
1 parent 2ffd4c4 commit 404a592

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎BUILD.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ after checking out.
2626

2727
After the build find the distribution and the WAR at:
2828

29-
../cli/target/membrane-service-proxy-X.X.X.zip
29+
../distribution/target/membrane-service-proxy-X.X.X.zip
3030
../war/target/service-proxy-war-X.X.X.war

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Membrane Service Proxy
22
======================
33

4-
Check the [Repository at GitHub](https://github.com/membrane/service-proxy) for the latest source code. Read the [CHANGELOG](https://github.com/membrane/service-proxy/blob/master/cli/router/CHANGELOG.txt) for recent changes.
4+
Check the [Repository at GitHub](https://github.com/membrane/service-proxy) for the latest source code. Read the [CHANGELOG](https://github.com/membrane/service-proxy/blob/master/distribution/router/CHANGELOG.txt) for recent changes.
55

66
What is Membrane?
77
-----------------

‎core/src/test/java/com/predic8/membrane/core/resolver/SingleResolverTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class SingleResolverTest {
2020

2121
@Test
2222
public void combineWithWindowsAbsolute() {
23-
String parent = "C:/git/membrane/service-proxy/cli/conf/proxies.xml";
23+
String parent = "C:/git/membrane/service-proxy/distribution/conf/proxies.xml";
2424
String absChild = "C:\\Desktop\\predic8.keystore";
2525
Assert.assertEquals(absChild, ResolverMap.combine(parent, absChild).replaceAll("/", "\\\\"));
2626
}

0 commit comments

Comments
 (0)
Please sign in to comment.