Skip to content
Snippets Groups Projects
Commit efadf29b authored by Stefano puri's avatar Stefano puri
Browse files

xtext regenerated


Signed-off-by: default avatarStefano Puri <stefano.puri@intecs.it>
parent 537af246
No related branches found
No related tags found
No related merge requests found
Showing
with 482 additions and 544 deletions
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.polarsys.chess.xtext.fladsl.ui
Bundle-Vendor: Intecs
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: org.polarsys.chess.xtext.fladsl.ui;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext.ui,
org.eclipse.ui.editors;bundle-version="3.8.200",
org.eclipse.ui.ide;bundle-version="3.10.0",
org.eclipse.xtext.ui.shared,
org.eclipse.ui,
org.eclipse.xtext.builder,
org.eclipse.xtext.common.types.ui,
org.eclipse.xtext.ui.codetemplates.ui,
org.eclipse.compare,
org.eclipse.xtext.xbase.lib,
org.eclipse.uml2.uml.editor;bundle-version="5.0.1",
org.polarsys.chess.xtext.fladsl,
org.antlr.runtime
Import-Package: org.apache.log4j,
org.eclipse.xtext.xbase.lib
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.polarsys.chess.xtext.ui.contentassist.antlr,
org.polarsys.chess.xtext.ui.internal,
org.polarsys.chess.xtext.ui,
org.polarsys.chess.xtext.ui.contentassist,
org.polarsys.chess.xtext.ui.quickfix,
org.polarsys.chess.xtext.ui.contentassist.antlr.internal
Bundle-Activator: org.polarsys.chess.xtext.ui.internal.FlaDslActivator
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.polarsys.chess.xtext.fladsl.ui
Bundle-Vendor: Intecs
Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: org.polarsys.chess.xtext.fladsl.ui;singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext.ui,
org.eclipse.ui.editors;bundle-version="3.8.200",
org.eclipse.ui.ide;bundle-version="3.10.0",
org.eclipse.xtext.ui.shared,
org.eclipse.ui,
org.eclipse.xtext.builder,
org.eclipse.xtext.common.types.ui,
org.eclipse.xtext.ui.codetemplates.ui,
org.eclipse.compare,
org.eclipse.xtext.xbase.lib,
org.eclipse.uml2.uml.editor;bundle-version="5.0.1",
org.polarsys.chess.xtext.fladsl,
org.antlr.runtime
Import-Package: org.apache.log4j,
org.eclipse.xtext.xbase.lib
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.polarsys.chess.xtext.ui,
org.polarsys.chess.xtext.ui.contentassist,
org.polarsys.chess.xtext.ui.quickfix,
org.polarsys.chess.xtext.ui.internal,
org.polarsys.chess.xtext.ui.contentassist.antlr,
org.polarsys.chess.xtext.ui.contentassist.antlr.internal
Bundle-Activator: org.polarsys.chess.xtext.ui.internal.FlaDslActivator
/*
* generated by Xtext
*/
/*------------------------------------------------------------------------------
-
- Copyright (c) 2013, 2015 Intecs SpA
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
-
- Stefano Puri stefano.puri@intecs.it
-
- Initial API and implementation and/or initial documentation
------------------------------------------------------------------------------*/
package org.polarsys.chess.xtext.ui;
import org.eclipse.ui.plugin.AbstractUIPlugin;
......@@ -23,7 +8,7 @@ import org.eclipse.ui.plugin.AbstractUIPlugin;
/**
* Use this class to register components to be used within the IDE.
*/
public class FlaDslUiModule extends org.polarsys.chess.xtext.ui.AbstractFlaDslUiModule{
public class FlaDslUiModule extends org.polarsys.chess.xtext.ui.AbstractFlaDslUiModule {
public FlaDslUiModule(AbstractUIPlugin plugin) {
super(plugin);
}
......
/*
* generated by Xtext
*/
/*------------------------------------------------------------------------------
-
- Copyright (c) 2013, 2015 Intecs SpA
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
-
- Stefano Puri stefano.puri@intecs.it
-
- Initial API and implementation and/or initial documentation
------------------------------------------------------------------------------*/
package org.polarsys.chess.xtext.ui.contentassist
import org.polarsys.chess.xtext.ui.contentassist.AbstractFlaDslProposalProvider
......
......@@ -27,15 +27,15 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
Import-Package: org.apache.log4j,
org.eclipse.xtext.xbase.lib
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.polarsys.chess.xtext.flaDsl,
org.polarsys.chess.xtext.flaDsl.impl,
org.polarsys.chess.xtext.flaDsl.util,
org.polarsys.chess.xtext.parser.antlr,
org.polarsys.chess.xtext.parser.antlr.internal,
org.polarsys.chess.xtext.serializer,
org.polarsys.chess.xtext.services,
org.polarsys.chess.xtext,
Export-Package: org.polarsys.chess.xtext,
org.polarsys.chess.xtext.formatting,
org.polarsys.chess.xtext.generator,
org.polarsys.chess.xtext.scoping,
org.polarsys.chess.xtext.validation
org.polarsys.chess.xtext.validation,
org.polarsys.chess.xtext.services,
org.polarsys.chess.xtext.flaDsl,
org.polarsys.chess.xtext.flaDsl.impl,
org.polarsys.chess.xtext.flaDsl.util,
org.polarsys.chess.xtext.serializer,
org.polarsys.chess.xtext.parser.antlr,
org.polarsys.chess.xtext.parser.antlr.internal
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri = "http://www.intecs.org/chess/xtext/FlaDsl"
class = "org.polarsys.chess.xtext.flaDsl.FlaDslPackage"
genModel = "model/generated/FlaDsl.genmodel" />
</extension>
</plugin>
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri = "http://www.intecs.org/chess/xtext/FlaDsl"
class = "org.polarsys.chess.xtext.flaDsl.FlaDslPackage"
genModel = "model/generated/FlaDsl.genmodel" />
</extension>
</plugin>
/*
* generated by Xtext
*/
/*------------------------------------------------------------------------------
-
- Copyright (c) 2013, 2015 Intecs SpA
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
-
- Stefano Puri stefano.puri@intecs.it
-
- Initial API and implementation and/or initial documentation
------------------------------------------------------------------------------*/
package org.polarsys.chess.xtext;
/**
......
/*
* generated by Xtext
*/
/*------------------------------------------------------------------------------
-
- Copyright (c) 2013, 2015 Intecs SpA
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
-
- Stefano Puri stefano.puri@intecs.it
-
- Initial API and implementation and/or initial documentation
------------------------------------------------------------------------------*/
package org.polarsys.chess.xtext;
import org.polarsys.chess.xtext.FlaDslStandaloneSetupGenerated;
/**
* Initialization support for running Xtext languages
* without equinox extension registry
......
......@@ -25,7 +25,7 @@ package org.polarsys.chess.xtext.validation
*
* See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#validation
*/
class FlaDslValidator extends AbstractFlaDslValidator {
class FlaDslValidator {
// public static val INVALID_NAME = 'invalidName'
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment