Skip to content

Commit aec1460

Browse files
.gitignore updates to allow .classpath and .project changes
1 parent 3d68a0c commit aec1460

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

.classpath

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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>

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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>
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
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>

0 commit comments

Comments
 (0)