Browse Source
Also use packaging type eclipse-repository to create the p2 repository since Tycho fixed bug 368596 which we worked around using packaging type eclipse-update-site. Change-Id: Id4ee884027d55cd2d43e8a6ef58a67f74ab488e4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>stable-2.0
Matthias Sohn
13 years ago
4 changed files with 2 additions and 42 deletions
@ -1,14 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?> |
|
||||||
<assembly> |
|
||||||
<id>site</id> |
|
||||||
<formats> |
|
||||||
<format>zip</format> |
|
||||||
</formats> |
|
||||||
<includeBaseDirectory>false</includeBaseDirectory> |
|
||||||
<fileSets> |
|
||||||
<fileSet> |
|
||||||
<directory>${project.build.directory}/site</directory> |
|
||||||
<outputDirectory>/</outputDirectory> |
|
||||||
</fileSet> |
|
||||||
</fileSets> |
|
||||||
</assembly> |
|
Loading…
Reference in new issue