Skip to content

Commit 83bce93

Browse files
authored
Delete PJavaRuntime module (#820)
1 parent 31a8660 commit 83bce93

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+0
-6216
lines changed

.github/workflows/macosci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
path: ~/.m2
2222
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2323
restore-keys: ${{ runner.os }}-m2
24-
- name: Build Java P runtime
25-
run: mvn clean package -f Src/PRuntimes/PJavaRuntime
2624
- name: Build
2725
run: dotnet build --configuration Release
2826
- name: Test

.github/workflows/ubuntuci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
path: ~/.m2
2222
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
2323
restore-keys: ${{ runner.os }}-m2
24-
- name: Build Java P runtime
25-
run: mvn clean package -f Src/PRuntimes/PJavaRuntime
2624
- name: Build
2725
run: dotnet build --configuration Release
2826
- name: Test

Bld/build.ps1

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ pushd ..
44
Write-Host "Initializing submodules .." -ForegroundColor DarkGreen -BackgroundColor White
55
git submodule update --init --recursive
66

7-
mvn clean compile -f ./Src/PRuntimes/PJavaRuntime/pom.xml
8-
97
# Run the build! :D
108
dotnet build -c Release
119

Bld/build.sh

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ echo -e "${ORANGE} ---- Fetching git submodules ----${NOCOLOR}"
1313
# Initialize submodules
1414
git submodule update --init --recursive
1515

16-
echo -e "${ORANGE} ---- Building the Java P runtime ----${NOCOLOR}"
17-
mvn compile -q -f ./Src/PRuntimes/PJavaRuntime/pom.xml
18-
1916
echo -e "${ORANGE} ---- Building the PCompiler ----${NOCOLOR}"
2017
# Run the build!
2118

Src/PRuntimes/PJavaRuntime/.gitignore

-35
This file was deleted.

Src/PRuntimes/PJavaRuntime/README.md

-28
This file was deleted.

Src/PRuntimes/PJavaRuntime/pom.xml

-81
This file was deleted.

Src/PRuntimes/PJavaRuntime/src/main/java/parsers/PTraceParserUtils.java

-172
This file was deleted.

0 commit comments

Comments
 (0)