Skip to content

Commit 4ca8978

Browse files
Zlikalaeubi
authored andcommitted
Use reproducible version qualifiers when project.build.outputTimestamp property is set
1 parent eeffad6 commit 4ca8978

File tree

23 files changed

+78
-19
lines changed

23 files changed

+78
-19
lines changed

tycho-its/projects/reproducible-archive-timestamps/pom.xml renamed to tycho-its/projects/reproducible-build/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<groupId>reproducible.archive.timestamps</groupId>
7-
<artifactId>reproducible.archive.timestamps.parent</artifactId>
6+
<groupId>reproducible.build</groupId>
7+
<artifactId>reproducible.build.parent</artifactId>
88
<version>1.0.0</version>
99
<packaging>pom</packaging>
1010

1111
<modules>
12+
<module>reproducible.buildqualifier</module>
1213
<module>reproducible.bundle</module>
1314
<module>reproducible.bundle.feature</module>
1415
<module>reproducible.iu</module>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Manifest-Version: 1.0
2+
Bundle-ManifestVersion: 2
3+
Bundle-Name: Reproducible-buildqualifier
4+
Bundle-SymbolicName: reproducible.buildqualifier
5+
Bundle-Version: 1.0.0.qualifier
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project>
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<parent>
6+
<groupId>reproducible.build</groupId>
7+
<artifactId>reproducible.build.parent</artifactId>
8+
<version>1.0.0</version>
9+
</parent>
10+
11+
<artifactId>reproducible.buildqualifier</artifactId>
12+
<version>1.0.0-SNAPSHOT</version>
13+
<packaging>eclipse-plugin</packaging>
14+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package reproducible.buildqualifier;
2+
3+
public class PublicClass
4+
{
5+
6+
}

tycho-its/projects/reproducible-archive-timestamps/reproducible.bundle.feature/pom.xml renamed to tycho-its/projects/reproducible-build/reproducible.bundle.feature/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>reproducible.archive.timestamps</groupId>
7-
<artifactId>reproducible.archive.timestamps.parent</artifactId>
6+
<groupId>reproducible.build</groupId>
7+
<artifactId>reproducible.build.parent</artifactId>
88
<version>1.0.0</version>
99
</parent>
1010

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
source.. = src/
2+
output.. = bin/
3+
bin.includes = META-INF/,\
4+
.

0 commit comments

Comments
 (0)