]> gerrit.simantics Code Review - simantics/r.git/commit
refs #6653
authorjsimomaa <jsimomaa@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 22 Aug 2016 10:55:05 +0000 (10:55 +0000)
committerjsimomaa <jsimomaa@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 22 Aug 2016 10:55:05 +0000 (10:55 +0000)
commit26dadd9389db2401c5ba59c37ead77d75b912ee5
treeff49735dd6999ac9fd82368d96629e5b28c952ae
parent9041c3736f996166d5503e325218bc7a285a3e9e
refs #6653

Initial commit for org.simantics.fileimport enabling easy drag and drop import for supported file extensions (e.g. .r, .fmu etc)

git-svn-id: https://www.simantics.org/svn/simantics/r/trunk@33128 ac1ea38d-2e2b-0410-8846-a27921b304fc
org.simantics.r.fileimport/.classpath [new file with mode: 0644]
org.simantics.r.fileimport/.project [new file with mode: 0644]
org.simantics.r.fileimport/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
org.simantics.r.fileimport/META-INF/MANIFEST.MF [new file with mode: 0644]
org.simantics.r.fileimport/OSGI-INF/component.xml [new file with mode: 0644]
org.simantics.r.fileimport/bin/org/simantics/r/fileimport/Activator.class [new file with mode: 0644]
org.simantics.r.fileimport/bin/org/simantics/r/fileimport/RFileImport.class [new file with mode: 0644]
org.simantics.r.fileimport/build.properties [new file with mode: 0644]
org.simantics.r.fileimport/src/org/simantics/r/fileimport/Activator.java [new file with mode: 0644]
org.simantics.r.fileimport/src/org/simantics/r/fileimport/RFileImport.java [new file with mode: 0644]