1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Add 4.6 target to pom.xml

Change-Id: Id968fc0ce95bf18b849d5c36e37398b76d08130c
This commit is contained in:
Marc Khouzam 2015-10-05 11:24:42 -04:00 committed by Gerrit Code Review @ Eclipse.org
parent 6c3f10576b
commit 5c2a64bc5d

View file

@ -30,6 +30,11 @@
</goals>
<configuration>
<artifacts>
<artifact>
<file>cdt-e4.6.target</file>
<type>target</type>
<classifier>cdt-e4.6</classifier>
</artifact>
<artifact>
<file>cdt-e4.5.target</file>
<type>target</type>
@ -58,5 +63,4 @@
</plugin>
</plugins>
</build>
</project>