]> gerrit.simantics Code Review - simantics/3d.git/commit
latest release (0.41), third attempt
authorluukkainen <luukkainen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 29 Sep 2008 11:10:38 +0000 (11:10 +0000)
committerluukkainen <luukkainen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 29 Sep 2008 11:10:38 +0000 (11:10 +0000)
commit128c7b801a83b51609522ff03e76382257e8f8d9
tree8d6528e4140944273449fde113195d1dc1327428
parent59072db6abab08dc6c8e382a3ad98783564d14d1
latest release (0.41), third attempt

git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@6850 ac1ea38d-2e2b-0410-8846-a27921b304fc
39 files changed:
org.simantics.proconf.g3d.shapeeditor/.classpath [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/.project [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/META-INF/MANIFEST.MF [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/build.properties [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/icons/difference.png [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/icons/difference.svg [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/icons/intersection.png [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/icons/intersection.svg [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/icons/link.png [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/icons/link.svg [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/icons/union.png [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/icons/union.svg [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/icons/unlink.png [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/icons/unlink.svg [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/plugin.xml [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/Activator.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/ShapeEditorResources.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/ExportAction.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/ImportAction.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/LoadFileAction.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/LoadFolderAction.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/common/ViewpointGenerator.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/dialogs/PropertySelectionDialog.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/CSGProjectAdapter.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/CSGProjectType.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/NewCSGModelHandler.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/ResourceEditorAdapter1.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/ResourceEditorAdapter3.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/perspectives/CSGModellingPerspective.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/scenegraph/CSGShapeNode.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/AnimationContribution.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/CSGModellingContribution.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/ParameterizationContribution.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/CSGModellingView.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ParameterizationEditor.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorBase.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorView.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/StructureOutlinePage.java [new file with mode: 0644]
org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/StructureView.java [new file with mode: 0644]