Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
af3
kernel
Commits
2bd2e491
Commit
2bd2e491
authored
10 years ago
by
Vincent Aravantinos
Browse files
Options
Downloads
Patches
Plain Diff
updated the plugins: were containing redundant info with now generated extention information
refs 1868
parent
16b8eecf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
org.fortiss.tooling.base/trunk/plugin.xml
+8
-0
8 additions, 0 deletions
org.fortiss.tooling.base/trunk/plugin.xml
org.fortiss.tooling.graphicsGL/trunk/plugin.xml
+15
-6
15 additions, 6 deletions
org.fortiss.tooling.graphicsGL/trunk/plugin.xml
with
23 additions
and
6 deletions
org.fortiss.tooling.base/trunk/plugin.xml
+
8
−
0
View file @
2bd2e491
...
...
@@ -15,9 +15,17 @@
uri=
"http://www.fortiss.org/tooling/base/model/element"
class=
"org.fortiss.tooling.base.model.element.ElementPackage"
genModel=
"model/base.genmodel"
/>
</extension>
<extension
point=
"org.eclipse.emf.ecore.generated_package"
>
<!-- @generated base -->
<package
uri=
"http://www.fortiss.org/tooling/base/model/layout"
class=
"org.fortiss.tooling.base.model.layout.LayoutPackage"
/>
</extension>
<extension
point=
"org.eclipse.emf.ecore.generated_package"
>
<!-- @generated base -->
<package
uri=
"http://www.fortiss.org/tooling/base/model/base"
class=
"org.fortiss.tooling.base.model.base.BasePackage"
/>
...
...
This diff is collapsed.
Click to expand it.
org.fortiss.tooling.graphicsGL/trunk/plugin.xml
+
15
−
6
View file @
2bd2e491
...
...
@@ -14,17 +14,26 @@
class=
"org.fortiss.tooling.graphicsGL.model.ToolingGraphics3DPackage"
genModel=
"model/graphics3D.genmodel"
uri=
"http://www.fortiss.org/tooling/graphics3D"
/>
</extension>
<extension
point=
"org.eclipse.emf.ecore.generated_package"
>
<!-- @generated graphics3D -->
<package
uri=
"http://www.fortiss.org/tooling/graphics3D/graph"
class=
"org.fortiss.tooling.graphicsGL.model.graph.GraphPackage"
genModel=
"model/graphics3D.genmodel"
/>
class=
"org.fortiss.tooling.graphicsGL.model.graph.GraphPackage"
/>
</extension>
<extension
point=
"org.eclipse.emf.ecore.generated_package"
>
<!-- @generated graphics3D -->
<package
uri=
"http://www.fortiss.org/tooling/graphics3D/mesh"
class=
"org.fortiss.tooling.graphicsGL.model.mesh.MeshPackage"
genModel=
"model/graphics3D.genmodel"
/>
class=
"org.fortiss.tooling.graphicsGL.model.mesh.MeshPackage"
/>
</extension>
<extension
point=
"org.eclipse.emf.ecore.generated_package"
>
<!-- @generated graphics3D -->
<package
uri=
"http://www.fortiss.org/tooling/graphics3D/scene"
class=
"org.fortiss.tooling.graphicsGL.model.scene.ScenePackage"
genModel=
"model/graphics3D.genmodel"
/>
class=
"org.fortiss.tooling.graphicsGL.model.scene.ScenePackage"
/>
</extension>
</plugin>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment