Skip to content

Commit 98f173d

Browse files
committed
Prepare version 2.5.0 #217
- changed meta data to version 2.5.0 - upgraded copyright headers - added missing copyright headers
1 parent 87b31bd commit 98f173d

File tree

9 files changed

+65
-4
lines changed

9 files changed

+65
-4
lines changed

bash-editor-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="de.jcup.basheditor"
44
label="Bash Editor"
5-
version="2.4.0"
5+
version="2.5.0"
66
provider-name="Albert Tregnaghi">
77

88
<description url="https://marketplace.eclipse.org/content/bash-editor">

basheditor-other/copyright-java.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2019 Albert Tregnaghi
2+
* Copyright 2020 Albert Tregnaghi
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

basheditor-other/copyright.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2017 Albert Tregnaghi
1+
Copyright 2020 Albert Tregnaghi
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

basheditor-plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Bash Editor
44
Bundle-SymbolicName: de.jcup.basheditor;singleton:=true
5-
Bundle-Version: 2.4.0
5+
Bundle-Version: 2.5.0
66
Bundle-Activator: de.jcup.basheditor.BashEditorActivator
77
Bundle-Vendor: Albert Tregnaghi
88
Require-Bundle: org.eclipse.ui,

basheditor-plugin/src/main/java/de/jcup/basheditor/debug/BashCallPIDStoreSnippetBuilder.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2020 Albert Tregnaghi
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+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.basheditor.debug;
217

318
import java.io.File;

basheditor-plugin/src/main/java/de/jcup/basheditor/debug/launch/SnippetUtil.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2020 Albert Tregnaghi
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+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.basheditor.debug.launch;
217

318
import java.io.BufferedWriter;

basheditor-plugin/src/test/java/de/jcup/basheditor/debug/BashCallPIDStoreSnippetBuilderTest.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2020 Albert Tregnaghi
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+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.basheditor.debug;
217

318
import static org.junit.Assert.assertEquals;

basheditor-plugin/src/test/java/de/jcup/basheditor/debug/BashPIDSnippetSupportTest.java

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
* Copyright 2020 Albert Tregnaghi
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+
* http://www.apache.org/licenses/LICENSE-2.0
8+
*
9+
* Unless required by applicable law or agreed to in writing, software
10+
* distributed under the License is distributed on an "AS IS" BASIS,
11+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
* See the License for the specific language governing permissions
13+
* and limitations under the License.
14+
*
15+
*/
116
package de.jcup.basheditor.debug;
217

318
import static org.junit.Assert.assertEquals;

basheditor-updatesite/site.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<feature url="features/de.jcup.basheditor_2.4.0.jar" id="de.jcup.basheditor" version="2.4.0">
2929
<category name="de.jcup.basheditor.stable"/>
3030
</feature>
31+
<feature url="features/de.jcup.basheditor_2.5.0.jar" id="de.jcup.basheditor" version="2.5.0"/>
3132
<category-def name="de.jcup.basheditor.stable" label="Stable">
3233
<description>
3334
Stable versions

0 commit comments

Comments
 (0)