Skip to content

Commit e350683

Browse files
authored
Merge pull request #10298 from jhanders34/more_eclipse_cleanup
Fix wsat.recovery_fat component to build in eclipse
2 parents 313d580 + 09fc98d commit e350683

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

dev/com.ibm.ws.wsat.recovery_fat/.classpath

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="fat/src"/>
4-
<classpathentry kind="src" path="test-applications/wsatAppOptional.war/src"/>
5-
<classpathentry kind="src" path="test-bundles/wsatfat/src"/>
6-
<classpathentry kind="src" path="test-applications/wsatEJBCDIApp.war/src"/>
7-
<classpathentry kind="src" path="test-applications/wsatApp.war/src"/>
8-
<classpathentry kind="src" path="test-applications/threadedClient.war/src"/>
9-
<classpathentry kind="src" path="test-applications/threadedServer.war/src"/>
10-
<classpathentry kind="src" path="test-applications/LPSClient.war/src"/>
11-
<classpathentry kind="src" path="test-applications/LPSServer.war/src"/>
12-
<classpathentry kind="src" path="test-applications/simpleServer.war/src"/>
13-
<classpathentry kind="src" path="test-applications/simpleClient.war/src"/>
14-
<classpathentry kind="src" path="test-applications/oneway.war/src"/>
15-
<classpathentry kind="src" path="test-applications/endtoend.war/src"/>
16-
<classpathentry kind="src" path="test-applications/assertion.war/src"/>
4+
<classpathentry kind="src" path="test-applications/recoveryClient.war/src"/>
5+
<classpathentry kind="src" path="test-applications/recoveryServer.war/src"/>
176
<classpathentry kind="con" path="aQute.bnd.classpath.container"/>
187
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
198
<classpathentry kind="output" path="bin"/>

0 commit comments

Comments
 (0)