builds with mvn clean eclipse:eclipse

This commit is contained in:
Kamil Patryk Kozakowski
2024-05-15 17:31:23 +02:00
parent a0481f0bf4
commit 3c81072e72
8 changed files with 154 additions and 20 deletions

View File

@@ -1,17 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>click.kamil.updatesite</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.UpdateSiteBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.UpdateSiteNature</nature>
</natures>
</projectDescription>
<name>click.kamil.updatesite</name>
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
<projects>
<project>click.kamil.feature</project>
<project>click.kamil.ui</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.UpdateSiteBuilder</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.UpdateSiteNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>