Skip to content

Commit a31cef1

Browse files
committed
version 1.13.0
1 parent 7df659f commit a31cef1

File tree

89 files changed

+9060
-8820
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+9060
-8820
lines changed

README.md

+183-183
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<?pde version="3.5"?>
3-
4-
<product name="ABAP cleaner" uid="com.sap.adt.abapcleaner.app" application="com.sap.adt.abapcleaner.standalone.app" version="1.12.1.qualifier" useFeatures="true" includeLaunchers="true">
5-
6-
<configIni use="default">
7-
</configIni>
8-
9-
<launcherArgs>
10-
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
11-
</vmArgsMac>
12-
</launcherArgs>
13-
14-
<windowImages/>
15-
16-
<launcher name="abap-cleaner">
17-
<win useIco="true">
18-
<ico path="/com.sap.adt.abapcleaner.gui/resources/AppIcon.ico"/>
19-
<bmp/>
20-
</win>
21-
</launcher>
22-
23-
<vm>
24-
</vm>
25-
26-
<plugins>
27-
</plugins>
28-
29-
<features>
30-
<feature id="com.sap.adt.abapcleaner.feature"/>
31-
<feature id="org.eclipse.e4.rcp"/>
32-
</features>
33-
34-
<configurations>
35-
<plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
36-
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
37-
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
38-
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
39-
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
40-
</configurations>
41-
42-
<preferencesInfo>
43-
<targetfile overwrite="false"/>
44-
</preferencesInfo>
45-
46-
<cssInfo>
47-
</cssInfo>
48-
49-
</product>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<?pde version="3.5"?>
3+
4+
<product name="ABAP cleaner" uid="com.sap.adt.abapcleaner.app" application="com.sap.adt.abapcleaner.standalone.app" version="1.13.0" useFeatures="true" includeLaunchers="true">
5+
6+
<configIni use="default">
7+
</configIni>
8+
9+
<launcherArgs>
10+
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
11+
</vmArgsMac>
12+
</launcherArgs>
13+
14+
<windowImages/>
15+
16+
<launcher name="abap-cleaner">
17+
<win useIco="true">
18+
<ico path="/com.sap.adt.abapcleaner.gui/resources/AppIcon.ico"/>
19+
<bmp/>
20+
</win>
21+
</launcher>
22+
23+
<vm>
24+
</vm>
25+
26+
<plugins>
27+
</plugins>
28+
29+
<features>
30+
<feature id="com.sap.adt.abapcleaner.feature"/>
31+
<feature id="org.eclipse.e4.rcp"/>
32+
</features>
33+
34+
<configurations>
35+
<plugin id="org.apache.felix.scr" autoStart="true" startLevel="2" />
36+
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="0" />
37+
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
38+
<plugin id="org.eclipse.equinox.event" autoStart="true" startLevel="2" />
39+
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
40+
</configurations>
41+
42+
<preferencesInfo>
43+
<targetfile overwrite="false"/>
44+
</preferencesInfo>
45+
46+
<cssInfo>
47+
</cssInfo>
48+
49+
</product>

com.sap.adt.abapcleaner.app/pom.xml

+50-50
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
<project
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
3-
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.sap.adt.abapcleaner</groupId>
5-
<artifactId>com.sap.adt.abapcleaner.app</artifactId>
6-
<version>1.12.1-SNAPSHOT</version>
7-
<name>com.sap.adt.abapcleaner.app</name>
8-
<packaging>eclipse-repository</packaging>
9-
10-
<parent>
11-
<artifactId>parent</artifactId>
12-
<groupId>com.sap.adt.abapcleaner</groupId>
13-
<version>1.12.1-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
15-
</parent>
16-
17-
<build>
18-
<plugins>
19-
<plugin>
20-
<groupId>org.eclipse.tycho</groupId>
21-
<artifactId>tycho-p2-director-plugin</artifactId>
22-
<version>${tycho-version}</version>
23-
<executions>
24-
<execution>
25-
<id>materialize-products</id>
26-
<goals>
27-
<goal>materialize-products</goal>
28-
</goals>
29-
</execution>
30-
<execution>
31-
<id>archive-products</id>
32-
<goals>
33-
<goal>archive-products</goal>
34-
</goals>
35-
</execution>
36-
</executions>
37-
<configuration>
38-
<products>
39-
<product>
40-
<id>com.sap.adt.abapcleaner.app</id>
41-
<attachId>abapcleaner</attachId>
42-
<rootFolder>abapcleaner</rootFolder>
43-
</product>
44-
</products>
45-
</configuration>
46-
</plugin>
47-
</plugins>
48-
</build>
49-
50-
</project>
1+
<project
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>com.sap.adt.abapcleaner</groupId>
5+
<artifactId>com.sap.adt.abapcleaner.app</artifactId>
6+
<version>1.13.0</version>
7+
<name>com.sap.adt.abapcleaner.app</name>
8+
<packaging>eclipse-repository</packaging>
9+
10+
<parent>
11+
<artifactId>parent</artifactId>
12+
<groupId>com.sap.adt.abapcleaner</groupId>
13+
<version>1.13.0</version>
14+
<relativePath>../</relativePath>
15+
</parent>
16+
17+
<build>
18+
<plugins>
19+
<plugin>
20+
<groupId>org.eclipse.tycho</groupId>
21+
<artifactId>tycho-p2-director-plugin</artifactId>
22+
<version>${tycho-version}</version>
23+
<executions>
24+
<execution>
25+
<id>materialize-products</id>
26+
<goals>
27+
<goal>materialize-products</goal>
28+
</goals>
29+
</execution>
30+
<execution>
31+
<id>archive-products</id>
32+
<goals>
33+
<goal>archive-products</goal>
34+
</goals>
35+
</execution>
36+
</executions>
37+
<configuration>
38+
<products>
39+
<product>
40+
<id>com.sap.adt.abapcleaner.app</id>
41+
<attachId>abapcleaner</attachId>
42+
<rootFolder>abapcleaner</rootFolder>
43+
</product>
44+
</products>
45+
</configuration>
46+
</plugin>
47+
</plugins>
48+
</build>
49+
50+
</project>
+39-39
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature
3-
id="com.sap.adt.abapcleaner.feature"
4-
label="ABAP cleaner"
5-
version="1.12.1.qualifier">
6-
7-
<description>
8-
ABAP cleaner plug-in for ABAP Development Tools
9-
</description>
10-
11-
<copyright>
12-
SAP SE
13-
</copyright>
14-
15-
<license url="">
16-
ABAP cleaner
17-
18-
Copyright 2023 SAP SE or an SAP affiliate company and ABAP cleaner contributors
19-
20-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use ABAP cleaner except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
21-
22-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
23-
</license>
24-
25-
<plugin
26-
id="com.sap.adt.abapcleaner"
27-
download-size="0"
28-
install-size="0"
29-
version="0.0.0"
30-
unpack="false"/>
31-
32-
<plugin
33-
id="com.sap.adt.abapcleaner.gui"
34-
download-size="0"
35-
install-size="0"
36-
version="0.0.0"
37-
unpack="false"/>
38-
39-
</feature>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="com.sap.adt.abapcleaner.feature"
4+
label="ABAP cleaner"
5+
version="1.13.0">
6+
7+
<description>
8+
ABAP cleaner plug-in for ABAP Development Tools
9+
</description>
10+
11+
<copyright>
12+
SAP SE
13+
</copyright>
14+
15+
<license url="">
16+
ABAP cleaner
17+
18+
Copyright 2023 SAP SE or an SAP affiliate company and ABAP cleaner contributors
19+
20+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use ABAP cleaner except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
21+
22+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
23+
</license>
24+
25+
<plugin
26+
id="com.sap.adt.abapcleaner"
27+
download-size="0"
28+
install-size="0"
29+
version="0.0.0"
30+
unpack="false"/>
31+
32+
<plugin
33+
id="com.sap.adt.abapcleaner.gui"
34+
download-size="0"
35+
install-size="0"
36+
version="0.0.0"
37+
unpack="false"/>
38+
39+
</feature>
+17-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<project
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
3-
<modelVersion>4.0.0</modelVersion>
4-
<artifactId>com.sap.adt.abapcleaner.feature</artifactId>
5-
<groupId>com.sap.adt.abapcleaner</groupId>
6-
<version>1.12.1-SNAPSHOT</version>
7-
<name>com.sap.adt.abapcleaner.feature</name>
8-
<packaging>eclipse-feature</packaging>
9-
10-
<parent>
11-
<artifactId>parent</artifactId>
12-
<groupId>com.sap.adt.abapcleaner</groupId>
13-
<version>1.12.1-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
15-
</parent>
16-
17-
</project>
1+
<project
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
3+
<modelVersion>4.0.0</modelVersion>
4+
<artifactId>com.sap.adt.abapcleaner.feature</artifactId>
5+
<groupId>com.sap.adt.abapcleaner</groupId>
6+
<version>1.13.0</version>
7+
<name>com.sap.adt.abapcleaner.feature</name>
8+
<packaging>eclipse-feature</packaging>
9+
10+
<parent>
11+
<artifactId>parent</artifactId>
12+
<groupId>com.sap.adt.abapcleaner</groupId>
13+
<version>1.13.0</version>
14+
<relativePath>../</relativePath>
15+
</parent>
16+
17+
</project>
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
Manifest-Version: 1.0
2-
Bundle-ManifestVersion: 2
3-
Bundle-Name: %Bundle-Name
4-
Bundle-SymbolicName: com.sap.adt.abapcleaner.gui;singleton:=true
5-
Bundle-Version: 1.12.1.qualifier
6-
Bundle-Vendor: %Provider-Name
7-
Bundle-Localization: plugin
8-
Bundle-RequiredExecutionEnvironment: JavaSE-11
9-
Bundle-ActivationPolicy: lazy
10-
Eclipse-ExtensibleAPI: true
11-
Require-Bundle: com.sap.adt.abapcleaner;bundle-version="0.0.0",
12-
org.eclipse.core.runtime,
13-
org.eclipse.core.resources,
14-
org.eclipse.swt,
15-
org.eclipse.jface,
16-
org.eclipse.jface.text,
17-
org.eclipse.ui,
18-
org.eclipse.ui.ide,
19-
org.eclipse.ui.workbench,
20-
org.eclipse.ui.workbench.texteditor,
21-
com.sap.adt.util.ui,
22-
com.sap.adt.tools.core.ui,
23-
com.sap.adt.tools.abapsource,
24-
com.sap.adt.tools.abapsource.ui
25-
Automatic-Module-Name: com.sap.adt.abapcleaner.gui
26-
Import-Package: com.sap.adt.tools.abapsource.parser.padfileresolver.internal,
27-
com.sap.rnd.rndrt
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: %Bundle-Name
4+
Bundle-SymbolicName: com.sap.adt.abapcleaner.gui;singleton:=true
5+
Bundle-Version: 1.13.0
6+
Bundle-Vendor: %Provider-Name
7+
Bundle-Localization: plugin
8+
Bundle-RequiredExecutionEnvironment: JavaSE-11
9+
Bundle-ActivationPolicy: lazy
10+
Eclipse-ExtensibleAPI: true
11+
Require-Bundle: com.sap.adt.abapcleaner;bundle-version="0.0.0",
12+
org.eclipse.core.runtime,
13+
org.eclipse.core.resources,
14+
org.eclipse.swt,
15+
org.eclipse.jface,
16+
org.eclipse.jface.text,
17+
org.eclipse.ui,
18+
org.eclipse.ui.ide,
19+
org.eclipse.ui.workbench,
20+
org.eclipse.ui.workbench.texteditor,
21+
com.sap.adt.util.ui,
22+
com.sap.adt.tools.core.ui,
23+
com.sap.adt.tools.abapsource,
24+
com.sap.adt.tools.abapsource.ui
25+
Automatic-Module-Name: com.sap.adt.abapcleaner.gui
26+
Import-Package: com.sap.adt.tools.abapsource.parser.padfileresolver.internal,
27+
com.sap.rnd.rndrt

0 commit comments

Comments
 (0)