1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-01-22 05:39:16 +02:00

Неправильное имя внутреннего пакета com.e1c.v8codestyle.bsl.internal (#30)

This commit is contained in:
Александр Капралов 2021-08-11 13:36:40 +03:00 committed by GitHub
parent 25ff8b4ad3
commit 464de06c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: com.e1c.v8codestyle.bsl;singleton:=true Bundle-SymbolicName: com.e1c.v8codestyle.bsl;singleton:=true
Bundle-Version: 0.1.0.qualifier Bundle-Version: 0.1.0.qualifier
Bundle-Activator: com.e1c.v8codestyle.bsl.internal.BslPlugin Bundle-Activator: com.e1c.v8codestyle.internal.bsl.BslPlugin
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.0.0,4.0.0)", Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.0.0,4.0.0)",

View File

@ -24,7 +24,7 @@
</category> </category>
<check <check
category="com.e1c.v8codestyle.bsl" category="com.e1c.v8codestyle.bsl"
class="com.e1c.v8codestyle.bsl.internal.ExecutableExtensionFactory:com.e1c.v8codestyle.bsl.check.StructureCtorTooManyKeysCheck"> class="com.e1c.v8codestyle.internal.bsl.ExecutableExtensionFactory:com.e1c.v8codestyle.bsl.check.StructureCtorTooManyKeysCheck">
</check> </check>
</extension> </extension>

View File

@ -10,7 +10,7 @@
* Contributors: * Contributors:
* 1C-Soft LLC - initial API and implementation * 1C-Soft LLC - initial API and implementation
*******************************************************************************/ *******************************************************************************/
package com.e1c.v8codestyle.bsl.internal; package com.e1c.v8codestyle.internal.bsl;
import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.IStatus;
import org.eclipse.core.runtime.Plugin; import org.eclipse.core.runtime.Plugin;

View File

@ -10,7 +10,7 @@
* Contributors: * Contributors:
* 1C-Soft LLC - initial API and implementation * 1C-Soft LLC - initial API and implementation
*******************************************************************************/ *******************************************************************************/
package com.e1c.v8codestyle.bsl.internal; package com.e1c.v8codestyle.internal.bsl;
import org.osgi.framework.Bundle; import org.osgi.framework.Bundle;

View File

@ -10,7 +10,7 @@
* Contributors: * Contributors:
* 1C-Soft LLC - initial API and implementation * 1C-Soft LLC - initial API and implementation
*******************************************************************************/ *******************************************************************************/
package com.e1c.v8codestyle.bsl.internal; package com.e1c.v8codestyle.internal.bsl;
import org.eclipse.core.runtime.Plugin; import org.eclipse.core.runtime.Plugin;