Skip to content

Commit 3f5a888

Browse files
Merge pull request #879 from hboutemy/reproducible-builds
AXIS2-6082 fix reproducible builds issues
2 parents 75e6997 + 760f0de commit 3f5a888

34 files changed

+37
-53
lines changed

modules/adb-codegen/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,10 @@
130130
<phase>process-resources</phase>
131131
<configuration>
132132
<target>
133-
<tstamp>
134-
<format property="build.time" pattern="MMM dd, yyyy (hh:mm:ss z)" locale="en" />
135-
</tstamp>
136133
<copy toDir="${basedir}/target/classes/" overwrite="true" filtering="on">
137134
<fileset dir="${basedir}/src/" includes="**/*.xsl" />
138135
<filterset begintoken="#" endtoken="#">
139136
<filter token="axisVersion" value="${project.version}" />
140-
<filter token="today" value=" Built on : ${build.time}" />
141137
</filterset>
142138
</copy>
143139
</target>

modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-bean.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* <xsl:value-of select="$name"/>.java
5050
*
5151
* This file was auto-generated from WSDL
52-
* by the Apache Axis2 version: #axisVersion# #today#
52+
* by the Apache Axis2 version: #axisVersion#
5353
*/
5454

5555
<xsl:if test="string-length(normalize-space(@package)) > 0">

modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate-helpermode.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* <xsl:value-of select="$name"/>.java
4747
*
4848
* This file was auto-generated from WSDL
49-
* by the Apache Axis2 version: #axisVersion# #today#
49+
* by the Apache Axis2 version: #axisVersion#
5050
*/
5151

5252
package <xsl:value-of select="@package"/>;

modules/adb-codegen/src/org/apache/axis2/schema/template/ADBBeanTemplate.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* <xsl:value-of select="$name"/>.java
2828
*
2929
* This file was auto-generated from WSDL
30-
* by the Apache Axis2 version: #axisVersion# #today#
30+
* by the Apache Axis2 version: #axisVersion#
3131
*/
3232

3333
<xsl:if test="string-length(normalize-space(@package)) > 0">
@@ -72,7 +72,7 @@
7272
* <xsl:value-of select="$name"/>.java
7373
*
7474
* This file was auto-generated from WSDL
75-
* by the Apache Axis2 version: #axisVersion# #today#
75+
* by the Apache Axis2 version: #axisVersion#
7676
*/
7777

7878
<xsl:if test="string-length(normalize-space(@package)) > 0">

modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateHeader.xsl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* <xsl:value-of select="$axis2_name"/>.h
3333
*
3434
* This file was auto-generated from WSDL
35-
* by the Apache Axis2/Java version: #axisVersion# #today#
35+
* by the Apache Axis2/Java version: #axisVersion#
3636
*/
3737

3838
#include &lt;stdio.h&gt;
@@ -89,7 +89,7 @@
8989
* <xsl:value-of select="$axis2_name"/>.h
9090
*
9191
* This file was auto-generated from WSDL
92-
* by the Apache Axis2/Java version: #axisVersion# #today#
92+
* by the Apache Axis2/Java version: #axisVersion#
9393
*/
9494

9595
/**
@@ -1087,7 +1087,7 @@
10871087
* <xsl:value-of select="$axis2_name"/>.h
10881088
*
10891089
* This file was auto-generated from WSDL
1090-
* by the Apache Axis2/Java version: #axisVersion# #today#
1090+
* by the Apache Axis2/Java version: #axisVersion#
10911091
*/
10921092

10931093
#include &lt;stdio.h&gt;

modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* <xsl:value-of select="$axis2_name"/>.c
2929
*
3030
* This file was auto-generated from WSDL
31-
* by the Apache Axis2/Java version: #axisVersion# #today#
31+
* by the Apache Axis2/Java version: #axisVersion#
3232
*/
3333

3434
#include "<xsl:value-of select="$axis2_name"/>.h"
@@ -6617,7 +6617,7 @@
66176617
* <xsl:value-of select="$axis2_name"/>.c
66186618
*
66196619
* This file was auto-generated from WSDL
6620-
* by the Apache Axis2/Java version: #axisVersion# #today#
6620+
* by the Apache Axis2/Java version: #axisVersion#
66216621
*/
66226622

66236623
#include "<xsl:value-of select="$axis2_name"/>.h"

modules/adb-codegen/src/org/apache/axis2/schema/template/PlainBeanTemplate.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* <xsl:value-of select="$name"/>.java
2828
*
2929
* This file was auto-generated from WSDL
30-
* by the Apache Axis2 version: #axisVersion# #today#
30+
* by the Apache Axis2 version: #axisVersion#
3131
*/
3232

3333
package <xsl:value-of select="@package"/>;
@@ -54,7 +54,7 @@
5454
* <xsl:value-of select="@name"/>.java
5555
*
5656
* This file was auto-generated from WSDL
57-
* by the Apache Axis2 version: #axisVersion# #today#
57+
* by the Apache Axis2 version: #axisVersion#
5858
*/
5959

6060
package <xsl:value-of select="@package"/>;

modules/adb/test/org/apache/axis2/databinding/ClientInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* ClientInfo.java
2222
*
2323
* This file was auto-generated from WSDL
24-
* by the Apache Axis2 version: #axisVersion# #today#
24+
* by the Apache Axis2 version: #axisVersion#
2525
*/
2626

2727
package org.apache.axis2.databinding;

modules/adb/test/org/apache/axis2/databinding/CreateAccountRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* CreateAccountRequest.java
2222
*
2323
* This file was auto-generated from WSDL
24-
* by the Apache Axis2 version: #axisVersion# #today#
24+
* by the Apache Axis2 version: #axisVersion#
2525
*/
2626

2727
package org.apache.axis2.databinding;

modules/codegen/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,10 @@
197197
<phase>process-resources</phase>
198198
<configuration>
199199
<target>
200-
<tstamp>
201-
<format property="build.time" pattern="MMM dd, yyyy (hh:mm:ss z)" locale="en" />
202-
</tstamp>
203200
<copy toDir="${basedir}/target/classes/" overwrite="true" filtering="on">
204201
<fileset dir="${basedir}/src/" includes="**/*.xsl" />
205202
<filterset begintoken="#" endtoken="#">
206203
<filter token="axisVersion" value="${project.version}" />
207-
<filter token="today" value=" Built on : ${build.time}" />
208204
</filterset>
209205
</copy>
210206
</target>

0 commit comments

Comments
 (0)