Skip to content

Commit

Permalink
Merge e4d01d9
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Apr 22, 2024
2 parents 7d3e2db + e4d01d9 commit 16288b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
smalltalk: [ Moose64-10 ]
smalltalk: [ Moose64-11 ]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# FamixJava2Java

![Moose 11](https://img.shields.io/badge/Moose-11-%23aac9ff.svg)

> If you need this project in Moose 10 - check branch v4
[Main documentation](https://modularmoose.org/moose-wiki/Users/famix-java/generate-java-code.html)

A visitor to export FamixJava model to Java code

## Installation
## Installation

```st
Metacello new
githubUser: 'moosetechnology' project: 'FAMIX2Java' commitish: 'v4' path: 'src';
githubUser: 'moosetechnology' project: 'FAMIX2Java' commitish: 'v5' path: 'src';
baseline: 'Famix2Java';
load
```

0 comments on commit 16288b6

Please sign in to comment.