mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +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>
|
||||
</parent>
|
||||
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tools.templates.core</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tools.templates.ui</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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"/>
|
||||
</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"/>
|
||||
</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"/>
|
||||
</bundle>
|
||||
<category-def name="main" label="IDE Commons Templates"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue