mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-28 18:53:20 +02:00
Fix build.
This commit is contained in:
parent
96f4db4667
commit
3262273c3d
3 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.tools.templates.core</artifactId>
|
<artifactId>org.eclipse.tools.templates.core</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.tools.templates.ui</artifactId>
|
<artifactId>org.eclipse.tools.templates.ui</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<site>
|
<site>
|
||||||
<bundle id="org.eclipse.tools.templates.core" version="1.0.0.qualifier">
|
<bundle id="org.eclipse.tools.templates.core" version="0.0.0">
|
||||||
<category name="main"/>
|
<category name="main"/>
|
||||||
</bundle>
|
</bundle>
|
||||||
<bundle id="org.eclipse.tools.templates.freemarker" version="1.0.0.qualifier">
|
<bundle id="org.eclipse.tools.templates.freemarker" version="0.0.0">
|
||||||
<category name="main"/>
|
<category name="main"/>
|
||||||
</bundle>
|
</bundle>
|
||||||
<bundle id="org.eclipse.tools.templates.ui" version="1.0.0.qualifier">
|
<bundle id="org.eclipse.tools.templates.ui" version="0.0.0">
|
||||||
<category name="main"/>
|
<category name="main"/>
|
||||||
</bundle>
|
</bundle>
|
||||||
<category-def name="main" label="IDE Commons Templates"/>
|
<category-def name="main" label="IDE Commons Templates"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue