From 5d0206237a45d0c585eeaf542cd5168605b2e7e2 Mon Sep 17 00:00:00 2001 From: Erik Diers <erik.diers@ruhr-uni-bochum.de> Date: Wed, 9 Nov 2022 12:08:36 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 90caa9c..42b0183 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ The MetaDataApp is an application for creating meta.json files for the SFB1280 F ## Structure of the project -The structure of the project is sadly a bit messy. Due to the fact, that the gitignore file was not working, a few unnessary folders and files are also on the gitlab. - #### Important Files and Folders - **Source code**: The code of the actual project. Found in src/AppJ_V03.java - **Libaries**: The crucial libaries are @@ -16,14 +14,7 @@ The structure of the project is sadly a bit messy. Due to the fact, that the git - jgoodies-forms-1.8.0-source.jar - json-simple-1.1.jar - miglayout15-swing.jar -- **.classpath**: Might be importatant to setup the libs, but this can be done manual aswell. -- **Folders which can be ignored**: - - .metadata - - .settings - - bin - - libary source folders - - .project - +- **.classpath**: Might be importatant to setup the libs, but this can be done manual aswell. ## Structure of the code -- GitLab