1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-30 20:35:38 +02:00

Tycho: Use original (pre 0.15.0) packaging name for repository

This commit is contained in:
Marc-Andre Laperle 2012-11-20 02:13:02 -05:00
parent acc53f158b
commit 07209b6c8b

View file

@ -27,7 +27,9 @@
<url>http://maven.eclipse.org/nexus/content/repositories/public</url> <url>http://maven.eclipse.org/nexus/content/repositories/public</url>
</pluginRepository> </pluginRepository>
</pluginRepositories> </pluginRepositories>
<build>
<finalName>${project.artifactId}</finalName>
</build>
<profiles> <profiles>
<profile> <profile>
<id>production</id> <id>production</id>