Blame view

.project 667 Bytes
af879274   Nathanael Jourdane   First 'real' commit.
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>epntapclient</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
42819b99   Nathanael Jourdane   Make EpnTAPClient...
14
			<name>org.sonarlint.eclipse.core.sonarlintBuilder</name>
af879274   Nathanael Jourdane   First 'real' commit.
15
16
17
			<arguments>
			</arguments>
		</buildCommand>
1f3536c5   Nathanael Jourdane   fix minor sonar i...
18
		<buildCommand>
42819b99   Nathanael Jourdane   Make EpnTAPClient...
19
			<name>org.eclipse.m2e.core.maven2Builder</name>
1f3536c5   Nathanael Jourdane   fix minor sonar i...
20
21
22
			<arguments>
			</arguments>
		</buildCommand>
af879274   Nathanael Jourdane   First 'real' commit.
23
24
25
26
27
28
	</buildSpec>
	<natures>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>org.eclipse.m2e.core.maven2Nature</nature>
	</natures>
</projectDescription>