File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44# download maven from :
55# https://maven.apache.org
66
7- if [ ! -z " ${JAVA_11_HOME } " ]; then
8- echo JAVA_11_HOME : ${JAVA_11_HOME }
9- JAVA_HOME=${JAVA_11_HOME }
7+ if [ ! -z " ${JAVA_21_HOME } " ]; then
8+ echo JAVA_21_HOME : ${JAVA_21_HOME }
9+ JAVA_HOME=${JAVA_21_HOME }
1010fi
1111
1212MVN=" ` which mvn` "
Original file line number Diff line number Diff line change 1313 <module >../scouter.client.product</module >
1414 </modules >
1515 <properties >
16- <tycho-version >2.7.0 </tycho-version >
16+ <tycho-version >4.0.8 </tycho-version >
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 </properties >
1919 <repositories >
2020 <repository >
21- <id >eclipse-simultaneous-2022 -03</id >
21+ <id >eclipse-2024 -03</id >
2222 <layout >p2</layout >
23- <url >https://download.eclipse.org/releases/2022 -03/</url >
23+ <url >https://download.eclipse.org/releases/2024 -03/</url >
2424 </repository >
2525 </repositories >
2626
Original file line number Diff line number Diff line change 2121 </license >
2222
2323 <plugin
24- id =" javax .servlet"
24+ id =" jakarta .servlet-api "
2525 download-size =" 0"
2626 install-size =" 0"
2727 version =" 0.0.0"
Original file line number Diff line number Diff line change 2626 <vmArgs >-Xms128m
2727-Xmx1024m
2828-XX:+UseG1GC
29- -Dosgi.requiredJavaVersion=11
29+ -Dosgi.requiredJavaVersion=17
3030 </vmArgs >
3131 <vmArgsMac >-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
3232 </vmArgsMac >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<classpath >
3- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11" >
4- <attributes >
5- <attribute name =" module" value =" true" />
6- </attributes >
7- </classpathentry >
3+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" />
84 <classpathentry kind =" con" path =" org.eclipse.pde.core.requiredPlugins" />
95 <classpathentry kind =" src" path =" src/" />
106 <classpathentry kind =" lib" path =" lib/scouter.common.jar" sourcepath =" /scouter.common" />
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Require-Bundle:
2525 org.eclipse.swt,
2626 org.eclipse.e4.core.commands,
2727 org.eclipse.e4.ui.services
28- Bundle-RequiredExecutionEnvironment : JavaSE-11
28+ Bundle-RequiredExecutionEnvironment : JavaSE-17
2929Bundle-ActivationPolicy : lazy
3030Bundle-ClassPath : .,
3131 lib/scouter.common.jar,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
44 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66
2020 <groupId >org.apache.maven.plugins</groupId >
2121 <artifactId >maven-compiler-plugin</artifactId >
2222 <configuration >
23- <source >11 </source >
24- <target >11 </target >
23+ <source >17 </source >
24+ <target >17 </target >
2525 </configuration >
2626 </plugin >
2727 </plugins >
You can’t perform that action at this time.
0 commit comments