Skip to content

Commit

Permalink
migrate to new home
Browse files Browse the repository at this point in the history
 * change group id in pom.xml to org.githib.caciocavallosilano
 * change packages to org.githib.caciocavallosilano.cacio
 * add missing copyright notices
 * remove directfb, wayland and web modules
 * add github action to build
 * add .gitignore
 * convert README to markdown, add content (from Roman's blog) and delete some obsolete information
 * remove old doc and src dirs
 * upgrade FEST to AssertJ Swing
  • Loading branch information
gschrader committed Oct 5, 2019
1 parent 314a544 commit 02536d2
Show file tree
Hide file tree
Showing 276 changed files with 1,330 additions and 25,498 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Java CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn package --file pom.xml
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Maven
target/
*.ser
*.ec

# IntelliJ Idea
/.idea/
*.ipr
*.iws
*.iml

# Eclipse
.classpath
.project
.settings/
.metadata/

# OS X
.DS_Store
18 changes: 0 additions & 18 deletions .hgignore

This file was deleted.

201 changes: 0 additions & 201 deletions README

This file was deleted.

Loading

0 comments on commit 02536d2

Please sign in to comment.