sample project as-is
authorChristian Femers <femers@in.tum.de>
Sat, 11 May 2019 18:55:39 +0000 (20:55 +0200)
committerChristian Femers <femers@in.tum.de>
Sat, 11 May 2019 18:55:39 +0000 (20:55 +0200)
commitb911175e4f387d9b1ec840dc9f23997b8b347432
tree314c59af342ed566632168fddf861eb453c6b2ad
parent112ab14f2cf7266a1c942455cf75865662100e9a
sample project as-is
43 files changed:
SampleERCP/.classpath [new file with mode: 0644]
SampleERCP/.gitignore [new file with mode: 0644]
SampleERCP/.project [new file with mode: 0644]
SampleERCP/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
SampleERCP/.settings/org.eclipse.jdt.ui.prefs [new file with mode: 0644]
SampleERCP/.settings/org.eclipse.ltk.core.refactoring.prefs [new file with mode: 0644]
SampleERCP/.settings/org.eclipse.pde.prefs [new file with mode: 0644]
SampleERCP/.settings/org.eclipse.wst.sse.core.prefs [new file with mode: 0644]
SampleERCP/.settings/org.sonarlint.eclipse.core.prefs [new file with mode: 0644]
SampleERCP/Application.e4xmi [new file with mode: 0644]
SampleERCP/LICENSE [new file with mode: 0644]
SampleERCP/META-INF/MANIFEST.MF [new file with mode: 0644]
SampleERCP/OSGI-INF/l10n/bundle.properties [new file with mode: 0644]
SampleERCP/SampleERCP.product [new file with mode: 0644]
SampleERCP/build.properties [new file with mode: 0644]
SampleERCP/css/default.css [new file with mode: 0644]
SampleERCP/icons/af.png [new file with mode: 0644]
SampleERCP/icons/app/ico_128t.png [new file with mode: 0644]
SampleERCP/icons/app/ico_16t.png [new file with mode: 0644]
SampleERCP/icons/app/ico_24t.png [new file with mode: 0644]
SampleERCP/icons/app/ico_256t.icns [new file with mode: 0644]
SampleERCP/icons/app/ico_256t.png [new file with mode: 0644]
SampleERCP/icons/app/ico_256t.xpm [new file with mode: 0644]
SampleERCP/icons/app/ico_32t.png [new file with mode: 0644]
SampleERCP/icons/app/ico_48t.png [new file with mode: 0644]
SampleERCP/icons/app/ico_64t.png [new file with mode: 0644]
SampleERCP/icons/app/ico_all.ico [new file with mode: 0644]
SampleERCP/icons/embedded.png [new file with mode: 0644]
SampleERCP/icons/enterprise.png [new file with mode: 0644]
SampleERCP/icons/home.png [new file with mode: 0644]
SampleERCP/icons/languages.png [new file with mode: 0644]
SampleERCP/icons/open_in_app.png [new file with mode: 0644]
SampleERCP/icons/rcp.png [new file with mode: 0644]
SampleERCP/icons/save_edit.png [new file with mode: 0644]
SampleERCP/plugin.xml [new file with mode: 0644]
SampleERCP/schema/splashExtension.exsd [new file with mode: 0644]
SampleERCP/splash.bmp [new file with mode: 0644]
SampleERCP/src/sampleercp/handlers/AboutHandler.java [new file with mode: 0644]
SampleERCP/src/sampleercp/handlers/OpenHandler.java [new file with mode: 0644]
SampleERCP/src/sampleercp/handlers/QuitHandler.java [new file with mode: 0644]
SampleERCP/src/sampleercp/handlers/SaveHandler.java [new file with mode: 0644]
SampleERCP/src/sampleercp/parts/SamplePart.java [new file with mode: 0644]
SampleERCP/src/sampleercp/splashhandlers/ExtensibleSplashHandler.java [new file with mode: 0644]