Skip to content

Commit d1ea7c2

Browse files
committed
Rename Eclipse project
1 parent e558b0b commit d1ea7c2

File tree

1 file changed

+24
-20
lines changed
  • net.tascalate.javaflow.tools.javaagent

1 file changed

+24
-20
lines changed
Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
3-
<name>org.apache.commons.javaflow.tools.javaagent</name>
4-
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
5-
<projects>
6-
<project>org.apache.commons.javaflow.api</project>
7-
<project>org.apache.commons.javaflow.spi</project>
8-
<project>org.apache.commons.javaflow.providers.asm5</project>
9-
</projects>
10-
<buildSpec>
11-
<buildCommand>
12-
<name>org.eclipse.jdt.core.javabuilder</name>
13-
</buildCommand>
14-
<buildCommand>
15-
<name>org.eclipse.m2e.core.maven2Builder</name>
16-
</buildCommand>
17-
</buildSpec>
18-
<natures>
19-
<nature>org.eclipse.m2e.core.maven2Nature</nature>
20-
<nature>org.eclipse.jdt.core.javanature</nature>
21-
</natures>
22-
</projectDescription>
3+
<name>net.tascalate.javaflow.tools.javaagent</name>
4+
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
5+
<projects>
6+
<project>org.apache.commons.javaflow.api</project>
7+
<project>org.apache.commons.javaflow.spi</project>
8+
<project>org.apache.commons.javaflow.providers.asm5</project>
9+
</projects>
10+
<buildSpec>
11+
<buildCommand>
12+
<name>org.eclipse.jdt.core.javabuilder</name>
13+
<arguments>
14+
</arguments>
15+
</buildCommand>
16+
<buildCommand>
17+
<name>org.eclipse.m2e.core.maven2Builder</name>
18+
<arguments>
19+
</arguments>
20+
</buildCommand>
21+
</buildSpec>
22+
<natures>
23+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
24+
<nature>org.eclipse.jdt.core.javanature</nature>
25+
</natures>
26+
</projectDescription>

0 commit comments

Comments
 (0)