Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/PPublic

Commit83bce93

Browse files
authored
Delete PJavaRuntime module (#820)
1 parent31a8660 commit83bce93

File tree

59 files changed

+0
-6216
lines changed

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‎

Lines changed: 0 additions & 2 deletions
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‎

Lines changed: 0 additions & 2 deletions
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‎

Lines changed: 0 additions & 2 deletions
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-
mvnclean compile-f ./Src/PRuntimes/PJavaRuntime/pom.xml
8-
97
# Run the build! :D
108
dotnet build-c Release
119

‎Bld/build.sh‎

Lines changed: 0 additions & 3 deletions
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‎

Lines changed: 0 additions & 35 deletions
This file was deleted.

‎Src/PRuntimes/PJavaRuntime/README.md‎

Lines changed: 0 additions & 28 deletions
This file was deleted.

‎Src/PRuntimes/PJavaRuntime/pom.xml‎

Lines changed: 0 additions & 81 deletions
This file was deleted.

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

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp