Basic Test
authorChristian Femers <femers@in.tum.de>
Mon, 29 Apr 2019 10:57:37 +0000 (12:57 +0200)
committerChristian Femers <femers@in.tum.de>
Mon, 29 Apr 2019 10:57:37 +0000 (12:57 +0200)
commitd26bc5b203b6afc1470e8561f52dd6fa620ae7ab
treea3c801203cc902797a55b2bbd225e519e5a95377
Basic Test
20 files changed:
com.example.e4.rcp/.classpath [new file with mode: 0644]
com.example.e4.rcp/.gitignore [new file with mode: 0644]
com.example.e4.rcp/.project [new file with mode: 0644]
com.example.e4.rcp/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
com.example.e4.rcp/Application.e4xmi [new file with mode: 0644]
com.example.e4.rcp/META-INF/MANIFEST.MF [new file with mode: 0644]
com.example.e4.rcp/build.properties [new file with mode: 0644]
com.example.e4.rcp/com.example.e4.rcp.product [new file with mode: 0644]
com.example.e4.rcp/css/default.css [new file with mode: 0644]
com.example.e4.rcp/icons/debug_view.png [new file with mode: 0644]
com.example.e4.rcp/icons/home.png [new file with mode: 0644]
com.example.e4.rcp/icons/open_in_app.png [new file with mode: 0644]
com.example.e4.rcp/icons/save_edit.png [new file with mode: 0644]
com.example.e4.rcp/plugin.xml [new file with mode: 0644]
com.example.e4.rcp/src/com/example/e4/rcp/handlers/AboutHandler.java [new file with mode: 0644]
com.example.e4.rcp/src/com/example/e4/rcp/handlers/OpenHandler.java [new file with mode: 0644]
com.example.e4.rcp/src/com/example/e4/rcp/handlers/QuitHandler.java [new file with mode: 0644]
com.example.e4.rcp/src/com/example/e4/rcp/handlers/SaveHandler.java [new file with mode: 0644]
com.example.e4.rcp/src/com/example/e4/rcp/parts/NPart.java [new file with mode: 0644]
com.example.e4.rcp/src/com/example/e4/rcp/parts/SamplePart.java [new file with mode: 0644]