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 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: org.polarsys.chess.xtext.fladsl.ui Bundle-Name: org.polarsys.chess.xtext.fladsl.ui
Bundle-Vendor: Intecs Bundle-Vendor: Intecs
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.0.qualifier
Bundle-SymbolicName: org.polarsys.chess.xtext.fladsl.ui;singleton:=true Bundle-SymbolicName: org.polarsys.chess.xtext.fladsl.ui;singleton:=true
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext.ui, Require-Bundle: org.eclipse.xtext.ui,
org.eclipse.ui.editors;bundle-version="3.8.200", org.eclipse.ui.editors;bundle-version="3.8.200",
org.eclipse.ui.ide;bundle-version="3.10.0", org.eclipse.ui.ide;bundle-version="3.10.0",
org.eclipse.xtext.ui.shared, org.eclipse.xtext.ui.shared,
org.eclipse.ui, org.eclipse.ui,
org.eclipse.xtext.builder, org.eclipse.xtext.builder,
org.eclipse.xtext.common.types.ui, org.eclipse.xtext.common.types.ui,
org.eclipse.xtext.ui.codetemplates.ui, org.eclipse.xtext.ui.codetemplates.ui,
org.eclipse.compare, org.eclipse.compare,
org.eclipse.xtext.xbase.lib, org.eclipse.xtext.xbase.lib,
org.eclipse.uml2.uml.editor;bundle-version="5.0.1", org.eclipse.uml2.uml.editor;bundle-version="5.0.1",
org.polarsys.chess.xtext.fladsl, org.polarsys.chess.xtext.fladsl,
org.antlr.runtime org.antlr.runtime
Import-Package: org.apache.log4j, Import-Package: org.apache.log4j,
org.eclipse.xtext.xbase.lib org.eclipse.xtext.xbase.lib
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.polarsys.chess.xtext.ui.contentassist.antlr, Export-Package: org.polarsys.chess.xtext.ui,
org.polarsys.chess.xtext.ui.internal, org.polarsys.chess.xtext.ui.contentassist,
org.polarsys.chess.xtext.ui, org.polarsys.chess.xtext.ui.quickfix,
org.polarsys.chess.xtext.ui.contentassist, org.polarsys.chess.xtext.ui.internal,
org.polarsys.chess.xtext.ui.quickfix, org.polarsys.chess.xtext.ui.contentassist.antlr,
org.polarsys.chess.xtext.ui.contentassist.antlr.internal org.polarsys.chess.xtext.ui.contentassist.antlr.internal
Bundle-Activator: org.polarsys.chess.xtext.ui.internal.FlaDslActivator Bundle-Activator: org.polarsys.chess.xtext.ui.internal.FlaDslActivator
/* /*
* generated by 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.ui; package org.polarsys.chess.xtext.ui;
import org.eclipse.ui.plugin.AbstractUIPlugin; import org.eclipse.ui.plugin.AbstractUIPlugin;
...@@ -23,7 +8,7 @@ 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. * 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) { public FlaDslUiModule(AbstractUIPlugin plugin) {
super(plugin); super(plugin);
} }
......
/* /*
* generated by 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.ui.contentassist package org.polarsys.chess.xtext.ui.contentassist
import org.polarsys.chess.xtext.ui.contentassist.AbstractFlaDslProposalProvider import org.polarsys.chess.xtext.ui.contentassist.AbstractFlaDslProposalProvider
......
...@@ -27,15 +27,15 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport, ...@@ -27,15 +27,15 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
Import-Package: org.apache.log4j, Import-Package: org.apache.log4j,
org.eclipse.xtext.xbase.lib org.eclipse.xtext.xbase.lib
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.polarsys.chess.xtext.flaDsl, Export-Package: org.polarsys.chess.xtext,
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,
org.polarsys.chess.xtext.formatting, org.polarsys.chess.xtext.formatting,
org.polarsys.chess.xtext.generator, org.polarsys.chess.xtext.generator,
org.polarsys.chess.xtext.scoping, 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"?> <?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?> <?eclipse version="3.0"?>
<plugin> <plugin>
<extension point="org.eclipse.emf.ecore.generated_package"> <extension point="org.eclipse.emf.ecore.generated_package">
<package <package
uri = "http://www.intecs.org/chess/xtext/FlaDsl" uri = "http://www.intecs.org/chess/xtext/FlaDsl"
class = "org.polarsys.chess.xtext.flaDsl.FlaDslPackage" class = "org.polarsys.chess.xtext.flaDsl.FlaDslPackage"
genModel = "model/generated/FlaDsl.genmodel" /> genModel = "model/generated/FlaDsl.genmodel" />
</extension> </extension>
</plugin> </plugin>
/* /*
* generated by 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; package org.polarsys.chess.xtext;
/** /**
......
/* /*
* generated by 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; package org.polarsys.chess.xtext;
import org.polarsys.chess.xtext.FlaDslStandaloneSetupGenerated;
/** /**
* Initialization support for running Xtext languages * Initialization support for running Xtext languages
* without equinox extension registry * without equinox extension registry
......
...@@ -25,7 +25,7 @@ package org.polarsys.chess.xtext.validation ...@@ -25,7 +25,7 @@ package org.polarsys.chess.xtext.validation
* *
* See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#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' // 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