Skip to content

Commit 234f1cd

Browse files
committed
prefs
1 parent 95f8f79 commit 234f1cd

File tree

5 files changed

+25
-20
lines changed

5 files changed

+25
-20
lines changed
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
connection.project.dir=cics-java-liberty-restapp-app
1+
arguments=
2+
auto.sync=false
3+
build.scans.enabled=false
4+
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
5+
connection.project.dir=
26
eclipse.preferences.version=1
7+
gradle.user.home=
8+
java.home=
9+
jvm.arguments=
10+
offline.mode=false
11+
override.workspace.settings=false
12+
show.console.view=false
13+
show.executions.view=false

cics-java-liberty-restapp-app/.classpath

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,5 @@
1313
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
1414
</attributes>
1515
</classpathentry>
16-
<classpathentry kind="src" path=".apt_generated">
17-
<attributes>
18-
<attribute name="optional" value="true"/>
19-
</attributes>
20-
</classpathentry>
2116
<classpathentry kind="output" path="bin/default"/>
2217
</classpath>
Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0">
2-
<wb-module deploy-name="cics-java-liberty-restapp-app">
3-
<wb-resource deploy-path="/WEB-INF/classes" source-path="/.apt_generated_tests"/>
4-
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
5-
<wb-resource deploy-path="/" source-path="/src/main/webapp"/>
6-
<wb-resource deploy-path="/WEB-INF/classes" source-path="/.apt_generated"/>
7-
<property name="context-root" value="cics-java-liberty-restapp-app"/>
8-
<property name="java-output-path" value="/cics-java-liberty-restapp-app/bin/default"/>
9-
</wb-module>
10-
</project-modules>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project-modules id="moduleCoreId" project-version="1.5.0">
3+
<wb-module deploy-name="cics-java-liberty-restapp-app">
4+
<property name="context-root" value="cics-java-liberty-restapp"/>
5+
<wb-resource deploy-path="/WEB-INF/classes" source-path="src/main/java"/>
6+
<wb-resource deploy-path="/" source-path="src/main/webapp"/>
7+
</wb-module>
8+
</project-modules>
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<faceted-project>
3-
<installed facet="jst.web" version="5.0"/>
4-
<installed facet="java" version="1.8"/>
5-
<installed facet="jst.jaxrs" version="2.0"/>
3+
<fixed facet="jst.java"/>
4+
<fixed facet="jst.web"/>
5+
<installed facet="jst.web" version="2.4"/>
6+
<installed facet="jst.java" version="1.8"/>
67
</faceted-project>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
connection.project.dir=../cics-java-liberty-restapp-app
1+
connection.project.dir=..
22
eclipse.preferences.version=1

0 commit comments

Comments
 (0)