1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2025-01-06 00:33:23 +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-SymbolicName: com.e1c.v8codestyle.bsl;singleton:=true
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-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.0.0,4.0.0)",

View File

@ -24,7 +24,7 @@
</category>
<check
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>
</extension>

View File

@ -10,7 +10,7 @@
* Contributors:
* 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.Plugin;

View File

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

View File

@ -10,7 +10,7 @@
* Contributors:
* 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;