File: disable-changelog.patch

package info (click to toggle)
lombok 1.18.42-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,704 kB
  • sloc: java: 98,970; xml: 3,314; sh: 63; ansic: 16; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 695 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Do not generate the changelog
Author: Markus Koschany <apo@debian.org>
Forwarded: not-needed
--- a/buildScripts/compile.ant.xml
+++ b/buildScripts/compile.ant.xml
@@ -242,7 +242,7 @@
 		</ivy:cachedunjar>
 	</target>
 	
-	<target name="dist" depends="version, compile, latest-changes.build, mapstruct.compile, -deps.unpack" description="Builds the 'everything' lombok.jar">
+	<target name="dist" depends="version, compile, mapstruct.compile, -deps.unpack" description="Builds the 'everything' lombok.jar">
 		<mkdir dir="dist" />
 		<copy file="doc/changelog.markdown" tofile="build/changelog.txt" />
 		<tstamp><format property="release.timestamp" pattern="yyyy-MM-dd" /></tstamp>