Skip to content

Commit

Permalink
[#1233] Unnecessary API Compatibility check
Browse files Browse the repository at this point in the history
Removed unnecessary API check
Unified bundle settings

Signed-off-by: Nikifor Fedorov <nikifor.fedorov@arsysop.ru>
  • Loading branch information
zelenyhleb committed Jul 1, 2023
1 parent a86146c commit fa0e07b
Show file tree
Hide file tree
Showing 554 changed files with 652 additions and 21,901 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -41,7 +41,6 @@ target/
hs_err_pid*

#m2e
/.settings/
releng/**/.settings/

#tycho
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -95,8 +95,8 @@ eclipse.preferences.version=1
incompatible_api_component_version=Error
incompatible_api_component_version_include_major_without_breaking_change=Disabled
incompatible_api_component_version_include_minor_without_api_change=Disabled
incompatible_api_component_version_report_major_without_breaking_change=Error
incompatible_api_component_version_report_minor_without_api_change=Error
incompatible_api_component_version_report_major_without_breaking_change=Disabled
incompatible_api_component_version_report_minor_without_api_change=Disabled
invalid_since_tag_version=Error
malformed_since_tag=Error
missing_since_tag=Error
Expand Down
File renamed without changes.
7 changes: 7 additions & 0 deletions bundles/org.eclipse.passage.lbc.base/.project
Expand Up @@ -36,4 +36,11 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
<linkedResources>
<link>
<name>.settings</name>
<type>2</type>
<locationURI>$%7BPARENT-2-PROJECT_LOC%7D/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>
11 changes: 0 additions & 11 deletions bundles/org.eclipse.passage.lbc.base/.settings/.api_filters

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions bundles/org.eclipse.passage.lbc.fls.gear/.project
Expand Up @@ -36,4 +36,11 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
<linkedResources>
<link>
<name>.settings</name>
<type>2</type>
<locationURI>$%7BPARENT-2-PROJECT_LOC%7D/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions bundles/org.eclipse.passage.lbc.fls.seal/.project
Expand Up @@ -36,4 +36,11 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
</natures>
<linkedResources>
<link>
<name>.settings</name>
<type>2</type>
<locationURI>$%7BPARENT-2-PROJECT_LOC%7D/.settings</locationURI>
</link>
</linkedResources>
</projectDescription>

This file was deleted.

0 comments on commit fa0e07b

Please sign in to comment.