File tree Expand file tree Collapse file tree 4 files changed +62
-1
lines changed
metafacture-runner/src/main/scripts Expand file tree Collapse file tree 4 files changed +62
-1
lines changed Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright 2017, 2018 Christoph Böhme
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 the "License";
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
1
17
* text =auto
2
18
3
19
# Explicitly declare text files we want to always be normalized:
Original file line number Diff line number Diff line change
1
+ #
2
+ # Copyright 2017, 2018 Christoph Böhme
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 the "License";
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+ #
16
+
1
17
# Ignore temporary maven files:
2
18
target /
3
19
@@ -27,4 +43,3 @@ atlassian-ide-plugin.xml
27
43
28
44
# Ignore files generated by CI:
29
45
buildbot.keyring
30
-
Original file line number Diff line number Diff line change 1
1
@ ECHO OFF
2
+ REM
3
+ REM Copyright 2017, 2018 Christoph Böhme
4
+ REM
5
+ REM Licensed under the Apache License, Version 2.0 the "License";
6
+ REM you may not use this file except in compliance with the License.
7
+ REM You may obtain a copy of the License at
8
+ REM
9
+ REM http://www.apache.org/licenses/LICENSE-2.0
10
+ REM
11
+ REM Unless required by applicable law or agreed to in writing, software
12
+ REM distributed under the License is distributed on an "AS IS" BASIS,
13
+ REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ REM See the License for the specific language governing permissions and
15
+ REM limitations under the License.
16
+ REM
2
17
3
18
SETLOCAL EnableDelayedExpansion
4
19
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
+ #
3
+ # Copyright 2017, 2018 Christoph Böhme
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 the "License";
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+ #
2
17
3
18
# `cd` is used with a relative path in this script. We may
4
19
# end in an unexpected location if CDPATH is not empty.
You can’t perform that action at this time.
0 commit comments