File tree Expand file tree Collapse file tree 9 files changed +65
-4
lines changed
main/java/de/jcup/basheditor/debug
test/java/de/jcup/basheditor/debug Expand file tree Collapse file tree 9 files changed +65
-4
lines changed Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" de.jcup.basheditor"
4
4
label =" Bash Editor"
5
- version =" 2.4 .0"
5
+ version =" 2.5 .0"
6
6
provider-name =" Albert Tregnaghi" >
7
7
8
8
<description url =" https://marketplace.eclipse.org/content/bash-editor" >
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2019 Albert Tregnaghi
2
+ * Copyright 2020 Albert Tregnaghi
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
- Copyright 2017 Albert Tregnaghi
1
+ Copyright 2020 Albert Tregnaghi
2
2
3
3
Licensed under the Apache License, Version 2.0 (the "License");
4
4
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : Bash Editor
4
4
Bundle-SymbolicName : de.jcup.basheditor;singleton:=true
5
- Bundle-Version : 2.4 .0
5
+ Bundle-Version : 2.5 .0
6
6
Bundle-Activator : de.jcup.basheditor.BashEditorActivator
7
7
Bundle-Vendor : Albert Tregnaghi
8
8
Require-Bundle : org.eclipse.ui,
Original file line number Diff line number Diff line change
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
+ */
1
16
package de .jcup .basheditor .debug ;
2
17
3
18
import java .io .File ;
Original file line number Diff line number Diff line change
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
+ */
1
16
package de .jcup .basheditor .debug .launch ;
2
17
3
18
import java .io .BufferedWriter ;
Original file line number Diff line number Diff line change
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
+ */
1
16
package de .jcup .basheditor .debug ;
2
17
3
18
import static org .junit .Assert .assertEquals ;
Original file line number Diff line number Diff line change
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
+ */
1
16
package de .jcup .basheditor .debug ;
2
17
3
18
import static org .junit .Assert .assertEquals ;
Original file line number Diff line number Diff line change 28
28
<feature url =" features/de.jcup.basheditor_2.4.0.jar" id =" de.jcup.basheditor" version =" 2.4.0" >
29
29
<category name =" de.jcup.basheditor.stable" />
30
30
</feature >
31
+ <feature url =" features/de.jcup.basheditor_2.5.0.jar" id =" de.jcup.basheditor" version =" 2.5.0" />
31
32
<category-def name =" de.jcup.basheditor.stable" label =" Stable" >
32
33
<description >
33
34
Stable versions
You can’t perform that action at this time.
0 commit comments