FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Selenium-Java/.classpath at master · msruthi/Selenium-Java · GitHub
msruthi
/
Selenium-Java
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Selenium-Java
/
.classpath
Copy path
More file actions
More file actions
Latest commit
History
History
History
51 lines (51 loc) · 3.19 KB
Breadcrumbs
Selenium-Java
/
.classpath
Copy path
File metadata and controls
51 lines (51 loc) · 3.19 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<
classpath
>
<
classpathentry
kind
=
"
src
"
output
=
"
target/classes
"
path
=
"
src/main/java
"
>
<
attributes
>
<
attribute
name
=
"
optional
"
value
=
"
true
"
/>
<
attribute
name
=
"
maven.pomderived
"
value
=
"
true
"
/>
</
attributes
>
</
classpathentry
>
<
classpathentry
excluding
=
"
**
"
kind
=
"
src
"
output
=
"
target/classes
"
path
=
"
src/main/resources
"
>
<
attributes
>
<
attribute
name
=
"
maven.pomderived
"
value
=
"
true
"
/>
</
attributes
>
</
classpathentry
>
<
classpathentry
kind
=
"
src
"
output
=
"
target/test-classes
"
path
=
"
src/test/java
"
>
<
attributes
>
<
attribute
name
=
"
optional
"
value
=
"
true
"
/>
<
attribute
name
=
"
maven.pomderived
"
value
=
"
true
"
/>
</
attributes
>
</
classpathentry
>
<
classpathentry
excluding
=
"
**
"
kind
=
"
src
"
output
=
"
target/test-classes
"
path
=
"
src/test/resources
"
>
<
attributes
>
<
attribute
name
=
"
maven.pomderived
"
value
=
"
true
"
/>
</
attributes
>
</
classpathentry
>
<
classpathentry
kind
=
"
con
"
path
=
"
org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5
"
>
<
attributes
>
<
attribute
name
=
"
maven.pomderived
"
value
=
"
true
"
/>
</
attributes
>
</
classpathentry
>
<
classpathentry
kind
=
"
con
"
path
=
"
org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER
"
>
<
attributes
>
<
attribute
name
=
"
maven.pomderived
"
value
=
"
true
"
/>
</
attributes
>
</
classpathentry
>
<
classpathentry
kind
=
"
lib
"
path
=
"
jars/log4j-1.2.17.jar
"
/>
<
classpathentry
kind
=
"
lib
"
path
=
"
C:\Users\msruthi.NUVIZZ\.m2\repository\org\apache\poi\poi\4.0.1\poi-4.0.1.jar
"
/>
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/lib/activation-1.1.1.jar"/>
-->
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/lib/commons-codec-1.11.jar"/>
-->
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/lib/commons-collections4-4.2.jar"/>
-->
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/lib/commons-compress-1.18.jar"/>
-->
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/lib/commons-logging-1.2.jar"/>
-->
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/lib/commons-math3-3.6.1.jar"/>
-->
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/lib/jaxb-api-2.3.0.jar"/>
-->
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/lib/jaxb-core-2.3.0.1.jar"/>
-->
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/lib/jaxb-impl-2.3.0.1.jar"/>
-->
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/lib/junit-4.12.jar"/>
-->
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/lib/log4j-1.2.17.jar"/>
-->
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/ooxml-lib/curvesapi-1.05.jar"/>
-->
<!--
<classpathentry kind="lib" path="E:/SeleniumPractice/jars/poi-bin-4.0.1-20181203/poi-4.0.1/ooxml-lib/xmlbeans-3.0.2.jar"/>
-->
<
classpathentry
kind
=
"
output
"
path
=
"
target/classes
"
/>
</
classpath
>
Back
|
FazBrowse Home
|
New Git URL