-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created a static profile from the xtUML profile #24
- Loading branch information
Showing
167 changed files
with
90,083 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> | ||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>com.incquerylabs.uml.xtuml.profile</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
</natures> | ||
</projectDescription> |
7 changes: 7 additions & 0 deletions
7
plugins/com.incquerylabs.uml.xtuml.profile/.settings/org.eclipse.jdt.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.source=1.8 |
21 changes: 21 additions & 0 deletions
21
plugins/com.incquerylabs.uml.xtuml.profile/META-INF/MANIFEST.MF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %pluginName | ||
Bundle-SymbolicName: com.incquerylabs.uml.xtuml.profile;singleton:=true | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-ClassPath: . | ||
Bundle-Vendor: %providerName | ||
Bundle-Localization: plugin | ||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 | ||
Export-Package: com.ericsson.executablemodeling.xtuml.profile.executablemodelingprofile, | ||
com.ericsson.executablemodeling.xtuml.profile.executablemodelingprofile.impl, | ||
com.ericsson.executablemodeling.xtuml.profile.executablemodelingprofile.util, | ||
com.ericsson.executablemodeling.xtuml.profile.xtumlprofile, | ||
com.ericsson.executablemodeling.xtuml.profile.xtumlprofile.impl, | ||
com.ericsson.executablemodeling.xtuml.profile.xtumlprofile.util | ||
Require-Bundle: org.eclipse.core.runtime, | ||
org.eclipse.emf.ecore;visibility:=reexport, | ||
org.eclipse.uml2.types;visibility:=reexport, | ||
org.eclipse.uml2.uml;visibility:=reexport, | ||
org.eclipse.papyrus.uml.extensionpoints | ||
Bundle-ActivationPolicy: lazy |
10 changes: 10 additions & 0 deletions
10
plugins/com.incquerylabs.uml.xtuml.profile/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# | ||
|
||
bin.includes = .,\ | ||
model/,\ | ||
META-INF/,\ | ||
plugin.xml,\ | ||
plugin.properties | ||
jars.compile.order = . | ||
source.. = src/ | ||
output.. = bin/ |
29,438 changes: 29,438 additions & 0 deletions
29,438
plugins/com.incquerylabs.uml.xtuml.profile/model/ExecutableModeling.profile.uml
Large diffs are not rendered by default.
Oops, something went wrong.
1,624 changes: 1,624 additions & 0 deletions
1,624
plugins/com.incquerylabs.uml.xtuml.profile/model/executablemodelingprofile.ecore
Large diffs are not rendered by default.
Oops, something went wrong.
714 changes: 714 additions & 0 deletions
714
plugins/com.incquerylabs.uml.xtuml.profile/model/xtUML.profile.genmodel
Large diffs are not rendered by default.
Oops, something went wrong.
13,146 changes: 13,146 additions & 0 deletions
13,146
plugins/com.incquerylabs.uml.xtuml.profile/model/xtUML.profile.uml
Large diffs are not rendered by default.
Oops, something went wrong.
767 changes: 767 additions & 0 deletions
767
plugins/com.incquerylabs.uml.xtuml.profile/model/xtumlprofile.ecore
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# | ||
|
||
pluginName = XtUML Model | ||
providerName = www.example.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?eclipse version="3.0"?> | ||
|
||
<!-- | ||
--> | ||
|
||
<plugin> | ||
|
||
<extension point="org.eclipse.emf.ecore.generated_package"> | ||
<!-- @generated xtUML.profile --> | ||
<package | ||
uri="http://Papyrus/xtUMLProfile" | ||
class="com.ericsson.executablemodeling.xtuml.profile.xtumlprofile.xtUMLProfilePackage" | ||
genModel="model/xtUML.profile.genmodel"/> | ||
</extension> | ||
|
||
<extension point="org.eclipse.emf.ecore.generated_package"> | ||
<!-- @generated xtUML.profile --> | ||
<package | ||
uri="http://Papyrus/ExecutableModelingProfile" | ||
class="com.ericsson.executablemodeling.xtuml.profile.executablemodelingprofile.ExecutableModelingProfilePackage" | ||
genModel="model/xtUML.profile.genmodel"/> | ||
</extension> | ||
<extension | ||
point="org.eclipse.papyrus.uml.extensionpoints.UMLProfile"> | ||
<profile | ||
name="xtUML" | ||
path="platform:/plugin/com.incquerylabs.uml.xtuml.profile/model/xtUML.profile.uml"> | ||
</profile> | ||
<profile | ||
name="Executable Modeling" | ||
path="platform:/plugin/com.incquerylabs.uml.xtuml.profile/model/ExecutableModeling.profile.uml"> | ||
</profile> | ||
</extension> | ||
<extension | ||
point="org.eclipse.uml2.uml.generated_package"> | ||
<profile | ||
location="platform:/plugin/com.incquerylabs.uml.xtuml.profile/model/xtUML.profile.uml#_Z0b9YHtgEeShuaetve0aIQ" | ||
uri="http://Papyrus/xtUMLProfile"> | ||
</profile> | ||
<profile | ||
location="platform:/plugin/com.incquerylabs.uml.xtuml.profile/model/ExecutableModeling.profile.uml#_k5L5sHtfEeShuaetve0aIQ" | ||
uri="http://Papyrus/ExecutableModelingProfile"> | ||
</profile> | ||
</extension> | ||
|
||
</plugin> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
|
||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.incquerylabs.emdw</groupId> | ||
<artifactId>com.incquerylabs.uml.xtuml.profile</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<packaging>eclipse-plugin</packaging> | ||
|
||
<parent> | ||
<artifactId>com.incquerylabs.emdw</artifactId> | ||
<relativePath>../../releng/com.incquerylabs.emdw.parent</relativePath> | ||
</parent> | ||
|
||
</project> |
33 changes: 33 additions & 0 deletions
33
...blemodeling/xtuml/profile/executablemodelingprofile/ExecutableModelingProfileFactory.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/** | ||
*/ | ||
package com.ericsson.executablemodeling.xtuml.profile.executablemodelingprofile; | ||
|
||
import org.eclipse.emf.ecore.EFactory; | ||
|
||
/** | ||
* <!-- begin-user-doc --> | ||
* The <b>Factory</b> for the model. | ||
* It provides a create method for each non-abstract class of the model. | ||
* <!-- end-user-doc --> | ||
* @see com.ericsson.executablemodeling.xtuml.profile.executablemodelingprofile.ExecutableModelingProfilePackage | ||
* @generated | ||
*/ | ||
public interface ExecutableModelingProfileFactory extends EFactory { | ||
/** | ||
* The singleton instance of the factory. | ||
* <!-- begin-user-doc --> | ||
* <!-- end-user-doc --> | ||
* @generated | ||
*/ | ||
ExecutableModelingProfileFactory eINSTANCE = com.ericsson.executablemodeling.xtuml.profile.executablemodelingprofile.impl.ExecutableModelingProfileFactoryImpl.init(); | ||
|
||
/** | ||
* Returns the package supported by this factory. | ||
* <!-- begin-user-doc --> | ||
* <!-- end-user-doc --> | ||
* @return the package supported by this factory. | ||
* @generated | ||
*/ | ||
ExecutableModelingProfilePackage getExecutableModelingProfilePackage(); | ||
|
||
} //ExecutableModelingProfileFactory |
Oops, something went wrong.