mirror of https://github.com/weisJ/darklaf.git
weisj
5 years ago
568 changed files with 9009 additions and 8040 deletions
@ -1 +1,25 @@ |
|||||||
generatePomFile = true |
# |
||||||
|
# MIT License |
||||||
|
# |
||||||
|
# Copyright (c) 2020 Jannis Weis |
||||||
|
# |
||||||
|
# Permission is hereby granted, free of charge, to any person obtaining a copy |
||||||
|
# of this software and associated documentation files (the "Software"), to deal |
||||||
|
# in the Software without restriction, including without limitation the rights |
||||||
|
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
||||||
|
# copies of the Software, and to permit persons to whom the Software is |
||||||
|
# furnished to do so, subject to the following conditions: |
||||||
|
# |
||||||
|
# The above copyright notice and this permission notice shall be included in all |
||||||
|
# copies or substantial portions of the Software. |
||||||
|
# |
||||||
|
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||||||
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||||||
|
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||||||
|
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
||||||
|
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
||||||
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
||||||
|
# SOFTWARE. |
||||||
|
# |
||||||
|
# |
||||||
|
generatePomFile = true |
||||||
|
@ -1,81 +1,106 @@ |
|||||||
<?xml version="1.0"?> |
<?xml version="1.0"?> |
||||||
<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"> |
~ MIT License |
||||||
<modelVersion>4.0.0</modelVersion> |
~ |
||||||
<groupId>com.github.weisj</groupId> |
~ Copyright (c) 2020 Jannis Weis |
||||||
<artifactId>darklaf-core</artifactId> |
~ |
||||||
<version>1.4.3.1</version> |
~ Permission is hereby granted, free of charge, to any person obtaining a copy |
||||||
<name>Darklaf core</name> |
~ of this software and associated documentation files (the "Software"), to deal |
||||||
<description>A themeable Look and Feel for java swing</description> |
~ in the Software without restriction, including without limitation the rights |
||||||
<url>https://github.com/weisJ/darklaf</url> |
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
||||||
<organization> |
~ copies of the Software, and to permit persons to whom the Software is |
||||||
<name>com.github.weisj</name> |
~ furnished to do so, subject to the following conditions: |
||||||
<url>https://github.com/weisj</url> |
~ |
||||||
</organization> |
~ The above copyright notice and this permission notice shall be included in all |
||||||
<licenses> |
~ copies or substantial portions of the Software. |
||||||
<license> |
~ |
||||||
<name>MIT</name> |
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||||||
<url>https://github.com/weisJ/darklaf/blob/master/LICENSE</url> |
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||||||
<distribution>repo</distribution> |
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||||||
</license> |
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
||||||
</licenses> |
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
||||||
<developers> |
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
||||||
<developer> |
~ SOFTWARE. |
||||||
<name>Jannis Weis</name> |
~ |
||||||
</developer> |
--> |
||||||
</developers> |
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
||||||
<scm> |
xmlns="http://maven.apache.org/POM/4.0.0" |
||||||
<connection>scm:git:git://github.com/weisJ/darklaf.git</connection> |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||||
<developerConnection>scm:git:ssh://git@github.com:weisj/darklaf.git</developerConnection> |
<modelVersion>4.0.0</modelVersion> |
||||||
|
<groupId>com.github.weisj</groupId> |
||||||
|
<artifactId>darklaf-core</artifactId> |
||||||
|
<version>1.4.3.1</version> |
||||||
|
<name>Darklaf core</name> |
||||||
|
<description>A themeable Look and Feel for java swing</description> |
||||||
<url>https://github.com/weisJ/darklaf</url> |
<url>https://github.com/weisJ/darklaf</url> |
||||||
</scm> |
<organization> |
||||||
<issueManagement> |
<name>com.github.weisj</name> |
||||||
<system>GitHub</system> |
<url>https://github.com/weisj</url> |
||||||
<url>https://github.com/weisJ/darklaf/issues</url> |
</organization> |
||||||
</issueManagement> |
<licenses> |
||||||
|
<license> |
||||||
<dependencies> |
<name>MIT</name> |
||||||
<dependency> |
<url>https://github.com/weisJ/darklaf/blob/master/LICENSE</url> |
||||||
<groupId>com.github.weisj</groupId> |
<distribution>repo</distribution> |
||||||
<artifactId>darklaf-native-utils</artifactId> |
</license> |
||||||
<version>1.4.3.1</version> |
</licenses> |
||||||
<scope>runtime</scope> |
<developers> |
||||||
</dependency> |
<developer> |
||||||
<dependency> |
<name>Jannis Weis</name> |
||||||
<groupId>com.github.weisj</groupId> |
</developer> |
||||||
<artifactId>darklaf-utils</artifactId> |
</developers> |
||||||
<version>1.4.3.1</version> |
<scm> |
||||||
<scope>runtime</scope> |
<connection>scm:git:git://github.com/weisJ/darklaf.git</connection> |
||||||
</dependency> |
<developerConnection>scm:git:ssh://git@github.com:weisj/darklaf.git</developerConnection> |
||||||
<dependency> |
<url>https://github.com/weisJ/darklaf</url> |
||||||
<groupId>com.github.weisj</groupId> |
</scm> |
||||||
<artifactId>darklaf-decorations-base</artifactId> |
<issueManagement> |
||||||
<version>1.4.3.1</version> |
<system>GitHub</system> |
||||||
<scope>runtime</scope> |
<url>https://github.com/weisJ/darklaf/issues</url> |
||||||
</dependency> |
</issueManagement> |
||||||
<dependency> |
|
||||||
<groupId>com.github.weisj</groupId> |
<dependencies> |
||||||
<artifactId>darklaf-windows</artifactId> |
<dependency> |
||||||
<version>1.4.3.1</version> |
<groupId>com.github.weisj</groupId> |
||||||
<scope>runtime</scope> |
<artifactId>darklaf-native-utils</artifactId> |
||||||
</dependency> |
<version>1.4.3.1</version> |
||||||
<dependency> |
<scope>runtime</scope> |
||||||
<groupId>com.github.weisj</groupId> |
</dependency> |
||||||
<artifactId>darklaf-macos</artifactId> |
<dependency> |
||||||
<version>1.4.3.1</version> |
<groupId>com.github.weisj</groupId> |
||||||
<scope>runtime</scope> |
<artifactId>darklaf-utils</artifactId> |
||||||
</dependency> |
<version>1.4.3.1</version> |
||||||
<dependency> |
<scope>runtime</scope> |
||||||
<groupId>com.github.weisj</groupId> |
</dependency> |
||||||
<artifactId>darklaf-property-loader</artifactId> |
<dependency> |
||||||
<version>1.4.3.1</version> |
<groupId>com.github.weisj</groupId> |
||||||
<scope>runtime</scope> |
<artifactId>darklaf-decorations-base</artifactId> |
||||||
</dependency> |
<version>1.4.3.1</version> |
||||||
<dependency> |
<scope>runtime</scope> |
||||||
<groupId>org.swinglabs</groupId> |
</dependency> |
||||||
<artifactId>jxlayer</artifactId> |
<dependency> |
||||||
<version>3.0.4</version> |
<groupId>com.github.weisj</groupId> |
||||||
<scope>runtime</scope> |
<artifactId>darklaf-windows</artifactId> |
||||||
</dependency> |
<version>1.4.3.1</version> |
||||||
</dependencies> |
<scope>runtime</scope> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<groupId>com.github.weisj</groupId> |
||||||
|
<artifactId>darklaf-macos</artifactId> |
||||||
|
<version>1.4.3.1</version> |
||||||
|
<scope>runtime</scope> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<groupId>com.github.weisj</groupId> |
||||||
|
<artifactId>darklaf-property-loader</artifactId> |
||||||
|
<version>1.4.3.1</version> |
||||||
|
<scope>runtime</scope> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<groupId>org.swinglabs</groupId> |
||||||
|
<artifactId>jxlayer</artifactId> |
||||||
|
<version>3.0.4</version> |
||||||
|
<scope>runtime</scope> |
||||||
|
</dependency> |
||||||
|
</dependencies> |
||||||
</project> |
</project> |
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue