Skip to content

Commit

Permalink
Remove broken changelog section for release notes and related code
Browse files Browse the repository at this point in the history
Change-Id: I1e35dcbe4f75cb8b21a7c2a78143556522f32363
  • Loading branch information
Artur- committed Sep 14, 2016
1 parent 56089a9 commit a6fd8bd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 218 deletions.
34 changes: 0 additions & 34 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<packaging>jar</packaging>

<properties>
<relnotes.tickets.file>${project.build.directory}/generated-resources/releasenotes/release-notes-tickets.html</relnotes.tickets.file>
<webcontent.dir>${project.build.outputDirectory}/WebContent/</webcontent.dir>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
</properties>
Expand Down Expand Up @@ -135,9 +134,6 @@
</goals>
<configuration>
<target>
<loadfile property="release-notes-tickets"
srcFile="${relnotes.tickets.file}"
failonerror="false" />
<copy todir="${webcontent.dir}">
<fileset dir="src/main/templates/">
<patternset>
Expand All @@ -157,9 +153,6 @@
value="${vaadin.gwt.version}" />
<token key="builddate"
value="${maven.build.timestamp}" />
<token
key="release-notes-tickets"
value="${release-notes-tickets}" />
</replacetokens>
</filterchain>
</copy>
Expand Down Expand Up @@ -254,33 +247,6 @@
</activation>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<executions>
<execution>
<id>fetch-release-notes-tickets</id>
<phase>process-classes</phase>
<goals>
<goal>exec</goal>
</goals>
<configuration>
<classpathScope>compile</classpathScope>
<executable>${java.home}/bin/java</executable>
<arguments>
<argument>-Dvaadin.version=${project.version}</argument>
<argument>-classpath</argument>
<classpath />

<argument>com.vaadin.buildhelpers.FetchReleaseNotesTickets
</argument>
</arguments>
<outputFile>${relnotes.tickets.file}</outputFile>
</configuration>
</execution>
</executions>
</plugin>

<!-- Extract sources for JavaDoc -->
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down

This file was deleted.

17 changes: 4 additions & 13 deletions all/src/main/templates/release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,11 @@ <h2 id="overview">Overview of Vaadin @version@ Release</h2>

<!-- ================================================================ -->
<h3 id="changelog">Change Log for Vaadin @version@</h3>

<p>This release includes the following closed issues:</p>

<table>
@release-notes-tickets@
<tr><td>&nbsp;</td><td></td></tr>
<tr><td class="fv"><span class="vote">Vote</span></td><td colspan="2" class="pad">Enhancements <a href=" https://vaadin.com/support">Vaadin support</a> users have voted for</td></tr>
<tr><td class="bfp"><span class="bfp">Priority</span></td><td colspan="2" class="pad">Defects <a href=" https://vaadin.com/support">Vaadin support</a> users have prioritized</td></tr>
</table>
<br/>
<!-- @release-notes-changelog@ -->
<p>
You can also view the <a
href="https://github.com/vaadin/vaadin/compare/7.7.0...@version@">list
of all changes </a>.
You can find the full list of all changes <a
href="https://github.com/vaadin/vaadin/releases/tag/@version@">in
GitHub</a>.
</p>

<h2 id="enhancements">Enhancements in Vaadin @version-minor@</h2>
Expand Down

0 comments on commit a6fd8bd

Please sign in to comment.