Skip to content
This repository was archived by the owner on Apr 25, 2021. It is now read-only.

Commit ef4f4d4

Browse files
committed
Fix missing parts
1 parent 63929e7 commit ef4f4d4

File tree

10 files changed

+1
-2
lines changed

10 files changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: 'kotlin'
1919

2020
version = "1.0.0"
2121
group = "kr.pe.ecmaxp.openpython"
22-
archivesBaseName = "OpenPie"
22+
archivesBaseName = "OpenPython"
2323

2424
sourceCompatibility = targetCompatibility = '1.8'
2525
compileJava {
File renamed without changes.

src/main/java/kr/pe/ecmaxp/openpython/arch/OpenPieArchitecture.kt renamed to src/main/java/kr/pe/ecmaxp/openpython/arch/OpenPythonArchitecture.kt

File renamed without changes.

src/main/java/kr/pe/ecmaxp/openpython/arch/OpenPieFirmware.kt renamed to src/main/java/kr/pe/ecmaxp/openpython/arch/OpenPythonFirmware.kt

File renamed without changes.

src/main/java/kr/pe/ecmaxp/openpython/arch/OpenPieInterruptHandler.kt renamed to src/main/java/kr/pe/ecmaxp/openpython/arch/OpenPythonInterruptHandler.kt

File renamed without changes.

src/main/java/kr/pe/ecmaxp/openpython/arch/OpenPieMemoryRegion.kt renamed to src/main/java/kr/pe/ecmaxp/openpython/arch/OpenPythonMemoryRegion.kt

File renamed without changes.

src/main/java/kr/pe/ecmaxp/openpython/arch/OpenPieVirtualMachine.kt renamed to src/main/java/kr/pe/ecmaxp/openpython/arch/OpenPythonVirtualMachine.kt

File renamed without changes.

src/main/java/kr/pe/ecmaxp/openpython/arch/OpenPieVirtualMachineState.kt renamed to src/main/java/kr/pe/ecmaxp/openpython/arch/OpenPythonVirtualMachineState.kt

File renamed without changes.

src/main/java/kr/pe/ecmaxp/openpython/arch/versions/OpenPieArchitecture_v1_0.kt renamed to src/main/java/kr/pe/ecmaxp/openpython/arch/versions/OpenPythonArchitecture_v1_0.kt

File renamed without changes.

src/main/resources/assets/openpython/opos/.osprop

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)