File tree Expand file tree Collapse file tree 4 files changed +26
-5
lines changed
cics-java-liberty-link-app Expand file tree Collapse file tree 4 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <classpath >
3+ <classpathentry kind =" src" path =" src" />
4+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/" />
5+ <classpathentry kind =" output" path =" bin" />
6+ <!-- TEST -->
7+ </classpath >
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ buildNumber.properties
1313
1414# Eclipse m2e generated files
1515# Eclipse Core
16- .project
16+ # .project
1717# JDT-specific (Eclipse Java Development Tools)
18- .classpath
18+ # .classpath
1919
2020
2121# Gradle ignores
@@ -37,9 +37,9 @@ gradle-app.setting
3737
3838# Eclipse Gradle plugin generated files
3939# Eclipse Core
40- .project
40+ # .project
4141# JDT-specific (Eclipse Java Development Tools)
42- .classpath
42+ # .classpath
4343
4444
4545# Java ignores
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <classpath >
3+ <classpathentry kind =" src" output =" bin/main" path =" src/main/java" ></classpathentry >
4+ <classpathentry kind =" con" path =" com.ibm.cics.explorer.sdk.web.LIBERTY_LIBRARIES/L./V.55/JE.7" />
5+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8/" />
6+ <classpathentry kind =" output" path =" bin/" />
7+ </classpath >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?><project-modules id =" moduleCoreId" project-version =" 1.5.0" >
2+
23 <wb-module deploy-name =" cics-java-liberty-link-app" >
4+
35 <wb-resource deploy-path =" /WEB-INF/classes" source-path =" /.apt_generated_tests" />
6+
47 <wb-resource deploy-path =" /WEB-INF/classes" source-path =" /src/main/java" />
8+
59 <wb-resource deploy-path =" /" source-path =" /src/main/webapp" />
6- < wb-resource deploy-path = " /WEB-INF/classes " source-path = " /.apt_generated " />
10+
711 <property name =" context-root" value =" cics-java-liberty-link-app" />
12+
813 <property name =" java-output-path" value =" /cics-java-liberty-link-app/bin/default" />
14+
915 </wb-module >
16+
1017</project-modules >
You can’t perform that action at this time.
0 commit comments