Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Rename Gradle project from metafacture-fix to metafix (#35)
Browse files Browse the repository at this point in the history
For consistency: org.metafacture:metamorph org.metafacture:metafix
  • Loading branch information
fsteeg committed Oct 27, 2021
1 parent f613bf7 commit 683c247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.metafacture.fix.ide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation project(':metafacture-fix')
implementation project(':metafix')

implementation "org.eclipse.xtext:org.eclipse.xtext.ide:${versions.xtext}"
implementation "org.eclipse.xtext:org.eclipse.xtext.xbase.ide:${versions.xtext}"
Expand Down
2 changes: 1 addition & 1 deletion org.metafacture.fix.web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

dependencies {
implementation project(':metafacture-fix')
implementation project(':metafix')
implementation project(':org.metafacture.fix.ide')

implementation "org.eclipse.xtend:org.eclipse.xtend.lib:${versions.xtext}"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ include 'org.metafacture.fix.ide'
include 'org.metafacture.fix.web'

// change subproject name
project(":org.metafacture.fix").name = "metafacture-fix"
project(":org.metafacture.fix").name = "metafix"

0 comments on commit 683c247

Please sign in to comment.