forked from jcryptool/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transition to org.jcryptool.thirdparty update sites
Currently located under simlei.github.io/org.jcryptool.thirdparty See jcryptool#149, jcryptool#150 Project runs under Java 11 Maven build works without complaint Workspace build works, too
- Loading branch information
Simon Leischnig
committed
Oct 16, 2019
1 parent
3330223
commit bb2f132
Showing
6 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
bin.includes = feature.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<feature | ||
id="org.jcryptool.jre.master.feature" | ||
label="OpenJDK/JLink JRE" | ||
version="1.0.0"> | ||
|
||
<description> | ||
Aggregates the JRE features from org.jcryptool.thirdparty.jre | ||
</description> | ||
|
||
<copyright> | ||
No copyright is assumend by JCrypTool nor its maintaines for the JRE. Please refer to the information provided with the individual jre features. | ||
</copyright> | ||
|
||
<license> | ||
The license under which the OpenJDK JRE is distributed stays untouched. Please refer to the information provided with the individual jre features. | ||
</license> | ||
|
||
<includes | ||
id="org.jcryptool.thirdparty.jre.linux64.feature" | ||
version="11.0.4.qualifier" | ||
optional="true" | ||
os="linux" | ||
ws="gtk" | ||
arch="x86_64"/> | ||
|
||
<includes | ||
id="org.jcryptool.thirdparty.jre.win64.feature" | ||
version="11.0.4.qualifier" | ||
optional="true" | ||
os="win32" | ||
ws="win32" | ||
arch="x86_64"/> | ||
|
||
<includes | ||
id="org.jcryptool.thirdparty.jre.macosx.feature" | ||
version="11.0.4.qualifier" | ||
optional="true" | ||
os="macosx" | ||
ws="cocoa" | ||
arch="x86_64"/> | ||
|
||
</feature> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" | ||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<parent> | ||
<groupId>org.jcryptool</groupId> | ||
<artifactId>org.jcryptool.core.parent</artifactId> | ||
<version>1.0.0</version> | ||
</parent> | ||
<modelVersion>4.0.0</modelVersion> | ||
<artifactId>org.jcryptool.jre.master.feature</artifactId> | ||
<packaging>eclipse-feature</packaging> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters