Skip to content

Commit

Permalink
MSearch in MLib umbenannt und struktuelle Änderungen
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1702 committed Mar 12, 2017
1 parent 4344825 commit cd12f50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
File renamed without changes.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.

0 comments on commit cd12f50

Please sign in to comment.