Skip to content

Commit

Permalink
Further release fixes.
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Daniel Schulze <cds@informatik.uni-kiel.de>
  • Loading branch information
Christoph Daniel Schulze committed Jul 12, 2016
1 parent 5b2ab8a commit 5cd4553
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build/org.eclipse.elk.repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<site
associateSitesURL="associateSites.xml">
<description name="Eclipse Layout Kernel (Nightly Builds)" url="http://build.eclipse.org/modeling/elk/updates/nightly">
Nightly build update site for the Eclipse Layout Kernel.
<description name="Eclipse Layout Kernel 0.1.0" url="http://download.eclipse.org/elk/updates/releases/0.1.0">
Update site for the Eclipse Layout Kernel, version 0.1.0.
</description>
<feature url="features/org.eclipse.elk_0.1.0.qualifier.jar" id="org.eclipse.elk.feature" version="0.1.0.qualifier">
<category name="elk"/>
Expand Down
4 changes: 2 additions & 2 deletions build/org.eclipse.elk.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
<!-- CHANGE UPDATE SITE INFORMATION -->
<symbols>
<update.site.name>Eclipse Layout Kernel</update.site.name>
<update.site.description>Nightly</update.site.description>
<update.site.version>Nightly</update.site.version>
<update.site.description>Release</update.site.description>
<update.site.version>0.1.0</update.site.version>
<target.eclipse.version>4.5 (Mars)</target.eclipse.version>
</symbols>
</configuration>
Expand Down
4 changes: 2 additions & 2 deletions build/org.eclipse.elk.repository/publish.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sites. This includes:
<!-- P R O P E R T I E S -->
<!-- ================================================================= -->
<property name="sourceDir" value="target/repository/" />
<property name="targetZipFileName" value="elk-nightly.zip" />
<property name="targetZipFileName" value="elk-0.1.0.zip" />
<!-- The targetDir property must be set externally. -->


Expand Down Expand Up @@ -45,7 +45,7 @@ sites. This includes:
each pair of attempts (the retrydelay is measured in
milliseconds). -->
<retry retrycount="10" retrydelay="1000">
<mkdir dir="${targetDir}" />
<mkdir dir="${targetDir}" />
</retry>

<!-- Copy to target directory -->
Expand Down

0 comments on commit 5cd4553

Please sign in to comment.