mirror of https://github.com/apache/lucene.git
SOLR-4748: remove bogus files in licenses/ directory and fix the build to fail again when this happens
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
28b7111dc7
commit
79e22bd13a
|
@ -89,7 +89,7 @@
|
||||||
statusClient.doStatus(basedir, SVNRevision.WORKING, SVNDepth.fromRecurse(true), false, true, false, false, {
|
statusClient.doStatus(basedir, SVNRevision.WORKING, SVNDepth.fromRecurse(true), false, true, false, false, {
|
||||||
status ->
|
status ->
|
||||||
SVNStatusType nodeStatus = status.getNodeStatus();
|
SVNStatusType nodeStatus = status.getNodeStatus();
|
||||||
if (nodeStatus == SVNStatusType.STATUS_UNVERSIONED) {
|
if (nodeStatus == SVNStatusType.STATUS_UNVERSIONED || nodeStatus == SVNStatusType.STATUS_MISSING) {
|
||||||
unversioned.add(convertRelative(status.getFile()));
|
unversioned.add(convertRelative(status.getFile()));
|
||||||
} else if (status.getKind() == SVNNodeKind.FILE && nodeStatus != SVNStatusType.STATUS_DELETED) {
|
} else if (status.getKind() == SVNNodeKind.FILE && nodeStatus != SVNStatusType.STATUS_DELETED) {
|
||||||
missingProps.add(convertRelative(status.getFile()));
|
missingProps.add(convertRelative(status.getFile()));
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
ec497945fdcaf7fd970ae9931b9bbfaf735d385e
|
|
|
@ -1 +0,0 @@
|
||||||
e25c3dab7c510a04f807a8f8f07fbc98cc7f309d
|
|
|
@ -1 +0,0 @@
|
||||||
7999a63bfccbc7c247a9aea10d83d4272bd492c6
|
|
|
@ -1 +0,0 @@
|
||||||
b2c4ae3c43180cbda1b670c8f00ca1d50c341ba9
|
|
|
@ -1 +0,0 @@
|
||||||
f4455868c8518d547a5ce2ca0d34ef485cc16e3d
|
|
|
@ -1 +0,0 @@
|
||||||
ad51239019ab5d2baf627c29d438400bac40b4cf
|
|
|
@ -1 +0,0 @@
|
||||||
1450e29119f2ef784ab32ef4c11a5a4beea04e73
|
|
|
@ -1 +0,0 @@
|
||||||
d1995f0d1cfb45c9c854a0f3db1b0fa3ce0a40ce
|
|
|
@ -1 +0,0 @@
|
||||||
e3f95f3cd26cf77c0f65a98f701ffa47396d4e1e
|
|
|
@ -1 +0,0 @@
|
||||||
a312bdbaeaaa89361442a00ea746ed5acf776b11
|
|
|
@ -1 +0,0 @@
|
||||||
37a64e888d9dbea0db5d149bda2636d1d65a6b8b
|
|
|
@ -1 +0,0 @@
|
||||||
30501494dfaffc9a56bbb239ac5cb27ed01b479f
|
|
|
@ -1 +0,0 @@
|
||||||
00ebe48c3a95dc0f1ba90adfc38f0e58a179b02f
|
|
|
@ -1 +0,0 @@
|
||||||
7aa3826749c42af451e0573340d9e5e040675f83
|
|
|
@ -1 +0,0 @@
|
||||||
84fe7acddaff1eafd6e608a72b7f35ab09236492
|
|
|
@ -1 +0,0 @@
|
||||||
d82bca3b7c28724a6ac3a62dd335044988966a78
|
|
|
@ -1 +0,0 @@
|
||||||
ce53b0a0e2cfbb27e8a59d38f79a18a5c6a8d2b0
|
|
|
@ -1 +0,0 @@
|
||||||
5cd9b4fbc3ff6a97beaade3206137d76f65df805
|
|
|
@ -1 +0,0 @@
|
||||||
f24b799e2c5f69bb007e4858c4623acbe202d115
|
|
|
@ -1 +0,0 @@
|
||||||
bad93cef4e4ac604dd946a5251b3476d3cea869f
|
|
Loading…
Reference in New Issue