forked from gephi/gephi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.xml
More file actions
42 lines (42 loc) · 2.03 KB
/
Copy pathproject.xml
File metadata and controls
42 lines (42 loc) · 2.03 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.apisupport.project</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
<code-name-base>org.gephi.lib.javamail</code-name-base>
<suite-component/>
<module-dependencies/>
<public-packages>
<package>javax.mail</package>
<package>javax.mail.event</package>
<package>javax.mail.internet</package>
<package>javax.mail.search</package>
<package>javax.mail.util</package>
</public-packages>
<class-path-extension>
<runtime-relative-path>ext/dsn.jar</runtime-relative-path>
<binary-origin>release/modules/ext/dsn.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path>ext/mail.jar</runtime-relative-path>
<binary-origin>release/modules/ext/mail.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path>ext/pop3.jar</runtime-relative-path>
<binary-origin>release/modules/ext/pop3.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path>ext/smtp.jar</runtime-relative-path>
<binary-origin>release/modules/ext/smtp.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path>ext/mailapi.jar</runtime-relative-path>
<binary-origin>release/modules/ext/mailapi.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path>ext/imap.jar</runtime-relative-path>
<binary-origin>release/modules/ext/imap.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
</project>