From cd12f50fc1ec73d6380249718b435a837f25eadd Mon Sep 17 00:00:00 2001 From: Alexander F Date: Sun, 12 Mar 2017 14:02:23 +0100 Subject: [PATCH] =?UTF-8?q?MSearch=20in=20MLib=20umbenannt=20und=20struktu?= =?UTF-8?q?elle=20=C3=84nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/MSearch-LICENSE.txt => LICENSE.txt | 0 README.md | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) rename src/main/resources/MSearch-LICENSE.txt => LICENSE.txt (100%) diff --git a/src/main/resources/MSearch-LICENSE.txt b/LICENSE.txt similarity index 100% rename from src/main/resources/MSearch-LICENSE.txt rename to LICENSE.txt diff --git a/README.md b/README.md index db14567d..2939e423 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) [![Build Status](https://travis-ci.org/mediathekview/MSearch.svg?branch=master)](https://travis-ci.org/mediathekview/MSearch) [![Quality Gate](https://sonarqube.com/api/badges/gate?key=mediathekview%3AMSearch)](https://sonarqube.com/dashboard/index/mediathekview%3AMSearch) -# MSearch -Lib für das Programm **MediathekView**. +# MLib +Bibliothek für das Programm **MediathekView** und den Crawler. # MediathekView @@ -14,18 +14,18 @@ Lib für das Programm **MediathekView**. ## Code auschecken ```bash -git clone https://github.com/mediathekview/MSearch.git +git clone https://github.com/mediathekview/MLib.git ``` ## Bauen an der Kommandozeile ```bash -cd MSearch +cd MLib ./gradlew build ``` ## Entwicklung mit Netbeans -* Verzeichniss `MSearch` mit Netbeans öffnen +* Verzeichniss `MLib` mit Netbeans öffnen ## Entwicklung mit Eclipse * Falls noch nicht vorhanden: [Plugin buildship](https://projects.eclipse.org/projects/tools.buildship) installieren -* Projekt `MSearch` als Gradle-Projekt importieren. +* Projekt `MLib als Gradle-Projekt importieren.