Skip to content

Commit cb35f87

Browse files
authored
Merge pull request #449 from Systems-Modeling/ST6RI-625
ST6RI-625: Visualize (or edit) SysMLv2 XMI with PlantUML
2 parents 60bb466 + 0a6a45f commit cb35f87

1,136 files changed

Lines changed: 50645 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

org.omg.sysml.edit/.classpath

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
5+
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
6+
<classpathentry kind="output" path="bin"/>
7+
</classpath>

org.omg.sysml.edit/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/bin/

org.omg.sysml.edit/.project

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>org.omg.sysml.edit</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.pde.ManifestBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.pde.SchemaBuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
</buildSpec>
24+
<natures>
25+
<nature>org.eclipse.jdt.core.javanature</nature>
26+
<nature>org.eclipse.pde.PluginNature</nature>
27+
</natures>
28+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: %pluginName
4+
Bundle-SymbolicName: org.omg.sysml.edit;singleton:=true
5+
Automatic-Module-Name: org.omg.sysml.edit
6+
Bundle-Version: 1.0.0.qualifier
7+
Bundle-ClassPath: .
8+
Bundle-Activator: org.omg.sysml.lang.sysml.provider.SysMLEditPlugin$Implementation
9+
Bundle-Vendor: %providerName
10+
Bundle-Localization: plugin
11+
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
12+
Export-Package: org.omg.sysml.lang.sysml.provider
13+
Require-Bundle: org.eclipse.core.runtime,
14+
org.omg.sysml;visibility:=reexport,
15+
org.eclipse.emf.edit;visibility:=reexport,
16+
org.eclipse.uml2.common.edit;visibility:=reexport
17+
Bundle-ActivationPolicy: lazy
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#
2+
3+
bin.includes = .,\
4+
icons/,\
5+
META-INF/,\
6+
plugin.xml,\
7+
plugin.properties
8+
jars.compile.order = .
9+
source.. = src/
10+
output.. = bin/
223 Bytes
223 Bytes
223 Bytes
223 Bytes

0 commit comments

Comments
 (0)