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:
parent
25ff8b4ad3
commit
464de06c3b
@ -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)",
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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;
|
@ -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;
|
||||||
|
|
@ -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;
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user