-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
40 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
cli/src/test/resources/ide-projects/intellij/_ide/urls/intellij/intellij/2023.3.3/urls
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://download.jetbrains.com/idea/ideaC-2023.3.3.win.zip |
1 change: 1 addition & 0 deletions
1
cli/src/test/resources/ide-projects/intellij/_ide/urls/java/java/17.0.10_7/urls
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://adoptium.net/download/dummytest |
2 changes: 2 additions & 0 deletions
2
...st/resources/ide-projects/intellij/repository/intellij/intellij/default/linux/bin/idea.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#!/bin/bash | ||
cd "$(dirname "$0")" | ||
echo $PWD | ||
echo "intellij linux $*" | ||
echo "intellij linux $*" > intellijtest |
6 changes: 6 additions & 0 deletions
6
cli/src/test/resources/ide-projects/tomcat/repository/java/java/default/bin/java.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@echo off | ||
if "%1%" == "--version" ( | ||
for /f "delims=" %%i in (%~dp0..\.ide.software.version) do @echo OpenJDK version %%i | ||
) else ( | ||
echo java %* | ||
) |
5 changes: 4 additions & 1 deletion
5
cli/src/test/resources/ide-projects/tomcat/repository/tomcat/tomcat/default/bin/catalina.bat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
@echo test for windows | ||
@echo off | ||
call java --version | ||
echo JAVA_HOME=%JAVA_HOME% | ||
echo tomcat %* |
Empty file modified
0
cli/src/test/resources/ide-projects/tomcat/repository/tomcat/tomcat/default/bin/catalina.sh
100644 → 100755
Empty file.