1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-22 15:53:58 +02:00

[releng]added a repo for the eclipse-jarsigner plugin

This commit is contained in:
Anna Dushistova 2012-11-22 00:09:37 +03:00
parent cd17aac411
commit 617312a875
2 changed files with 5 additions and 34 deletions

View file

@ -73,6 +73,10 @@
<enabled>true</enabled> <enabled>true</enabled>
</releases> </releases>
</pluginRepository> </pluginRepository>
<pluginRepository>
<id>m2e-cbi</id>
<url>http://download.eclipse.org/technology/m2e/maven/</url>
</pluginRepository>
</pluginRepositories> </pluginRepositories>
<repositories> <repositories>
<repository> <repository>

33
src.xml
View file

@ -1,33 +0,0 @@
<assembly>
<id>src</id>
<formats>
<format>tar.bz2</format>
</formats>
<baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
<moduleSets>
<moduleSet>
<includeSubModules/>
<sources>
<useDefaultExcludes>false</useDefaultExcludes>
<includeModuleDirectory>true</includeModuleDirectory>
<fileSets>
<fileSet>
<excludes>
<exclude>target/**</exclude>
<exclude>bin/**</exclude>
</excludes>
</fileSet>
</fileSets>
</sources>
</moduleSet>
</moduleSets>
<fileSets>
<fileSet>
<includes>
<include>pom.xml</include>
</includes>
</fileSet>
</fileSets>
</assembly>