Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Java CI with Maven

on:
push:
branches: [ master, maven ]
pull_request:
branches: [ master, maven ]

jobs:
build:

runs-on: ${{ matrix.os }}

strategy:
matrix:
java-version: [8]
os: [ubuntu-latest]
fail-fast: false

steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- name: Build with Maven
run: mvn -B verify --file pom.xml
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**/target/**

*.swp

.classpath
.project
.settings
.idea
*.iml

*~
*.bak
*.actual.err
*.actual.out

*.class
*.jar
*.class

\#*\#
.\#*
11 changes: 0 additions & 11 deletions MOPBox/.classpath

This file was deleted.

17 changes: 0 additions & 17 deletions MOPBox/.project

This file was deleted.

12 changes: 0 additions & 12 deletions MOPBox/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

16 changes: 0 additions & 16 deletions MOPBox/AllTests.launch

This file was deleted.

34 changes: 0 additions & 34 deletions MOPBox/build.xml

This file was deleted.

Binary file removed MOPBox/collections-generic-4.01-src.zip
Binary file not shown.
Binary file removed MOPBox/collections-generic-4.01.jar
Binary file not shown.
97 changes: 0 additions & 97 deletions MOPBox/examples/HelloWorldFromTrace.java

This file was deleted.

Binary file removed MOPBox/guava-10.0.1-sources.jar
Binary file not shown.
Binary file removed MOPBox/guava-10.0.1.jar
Binary file not shown.

This file was deleted.

Loading