Skip to content

Commit

Permalink
Rename package and artifactId 'R' to 'rlang'
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmaisch committed Jun 25, 2022
1 parent 2a1831d commit 63e9f00
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion jplag.frontend.R/pom.xml → jplag.frontend.rlang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>aggregator</artifactId>
<version>${revision}</version>
</parent>
<artifactId>R</artifactId>
<artifactId>rlang</artifactId>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jplag/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>de.jplag</groupId>
<artifactId>R</artifactId>
<artifactId>rlang</artifactId>
</dependency>
<dependency>
<groupId>de.jplag</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jplag/src/main/java/de/jplag/options/LanguageOption.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum LanguageOption {
PYTHON_3("python3", "de.jplag.python3.Language"),
C_CPP("cpp", "de.jplag.cpp.Language"),
C_SHARP("csharp", "de.jplag.csharp.Language"),
R("r", "de.jplag.R.Language"),
R_LANG("rlang", "de.jplag.rlang.Language"),
CHAR("char", "de.jplag.chars.Language"),
TEXT("text", "de.jplag.text.Language"),
SCHEME("scheme", "de.jplag.scheme.Language");
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<module>jplag.frontend.csharp-6</module>
<module>jplag.frontend.java</module>
<module>jplag.frontend.python-3</module>
<module>jplag.frontend.R</module>
<module>jplag.frontend.rlang</module>
<module>jplag.frontend.scheme</module>
<module>jplag.frontend.text</module>
<module>jplag</module>
Expand Down Expand Up @@ -159,7 +159,7 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>R</artifactId>
<artifactId>rlang</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 63e9f00

Please sign in to comment.