1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2025-01-02 20:29:38 +00:00

Upgraded to Atari XEX Format Plugin 1.2

This commit is contained in:
jespergravgaard 2020-11-18 17:53:17 +01:00
parent 4d70e8c410
commit cb6953dd0d
14 changed files with 29 additions and 11 deletions

View File

@ -1,13 +1,13 @@
<component name="libraryTable">
<library name="Maven: dk.camelot64.kickass.xexplugin:kickassxexformat:1.1">
<library name="Maven: dk.camelot64.kickass.xexplugin:kickassxexformat:1.2">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/dk/camelot64/kickass/xexplugin/kickassxexformat/1.1/kickassxexformat-1.1.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/dk/camelot64/kickass/xexplugin/kickassxexformat/1.2/kickassxexformat-1.2.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/dk/camelot64/kickass/xexplugin/kickassxexformat/1.1/kickassxexformat-1.1-javadoc.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/dk/camelot64/kickass/xexplugin/kickassxexformat/1.2/kickassxexformat-1.2-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/dk/camelot64/kickass/xexplugin/kickassxexformat/1.1/kickassxexformat-1.1-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/dk/camelot64/kickass/xexplugin/kickassxexformat/1.2/kickassxexformat-1.2-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@ -26,6 +26,6 @@
<orderEntry type="library" name="Maven: javax.json:javax.json-api:1.1.4" level="project" />
<orderEntry type="library" name="Maven: org.glassfish:javax.json:1.1.4" level="project" />
<orderEntry type="library" name="Maven: cml.kickass:kickassembler:5.16-65ce02.h" level="project" />
<orderEntry type="library" name="Maven: dk.camelot64.kickass.xexplugin:kickassxexformat:1.1" level="project" />
<orderEntry type="library" name="Maven: dk.camelot64.kickass.xexplugin:kickassxexformat:1.2" level="project" />
</component>
</module>

View File

@ -64,7 +64,7 @@
<dependency>
<groupId>dk.camelot64.kickass.xexplugin</groupId>
<artifactId>kickassxexformat</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
</dependencies>

View File

@ -0,0 +1,4 @@
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
#Wed Nov 18 17:48:28 CET 2020
kickassxexformat-1.2.jar>=
kickassxexformat-1.2.pom>=

View File

@ -0,0 +1 @@
092dfeaff56fdc74bc72b701cff3f9ef

View File

@ -0,0 +1 @@
e7e7587b423fb6152aece2c69173ea6c90e6f4ab

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
<modelVersion>4.0.0</modelVersion>
<groupId>dk.camelot64.kickass.xexplugin</groupId>
<artifactId>kickassxexformat</artifactId>
<version>1.2</version>
<description>POM was created from install:install-file</description>
</project>

View File

@ -0,0 +1 @@
7e02897843b4f5b6f6f991878f196a5e

View File

@ -0,0 +1 @@
a6800b865b17c215b652bae5a5eca8454f8951d6

View File

@ -3,11 +3,12 @@
<groupId>dk.camelot64.kickass.xexplugin</groupId>
<artifactId>kickassxexformat</artifactId>
<versioning>
<release>1.1</release>
<release>1.2</release>
<versions>
<version>1.0</version>
<version>1.1</version>
<version>1.2</version>
</versions>
<lastUpdated>20201115085050</lastUpdated>
<lastUpdated>20201118164828</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
0a173b3e45eb6ddeb2c3d0db3f889af8
b4b709d72a8051aae14cae9fb1386164

View File

@ -1 +1 @@
0e6e84eafedaa2c0425217cbfe87d5b0a2d2228e
980ed2ad1b45b3b008686eaedb5cffab6d468449

View File

@ -3,7 +3,7 @@
# Prepare by making the "official" metadata local
cp ./repo/dk/camelot64/kickass/xexplugin/kickassxexformat/maven-metadata.xml ./repo/dk/camelot64/kickass/xexplugin/kickassxexformat/maven-metadata-local.xml
mvn install:install-file -Dmaven.repo.local=./repo/ -Dfile=/Users/jespergravgaard/c64/kickass-plugin-atari-xex/bin/KickAssXexFormat.jar -DgroupId=dk.camelot64.kickass.xexplugin -DartifactId=kickassxexformat -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true -Dversion=1.1
mvn install:install-file -Dmaven.repo.local=./repo/ -Dfile=/Users/jespergravgaard/c64/kickass-plugin-atari-xex/bin/KickAssXexFormat-1.2.jar -DgroupId=dk.camelot64.kickass.xexplugin -DartifactId=kickassxexformat -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true -Dversion=1.2
# Finalize by making the local metadata official
pushd ./repo/dk/camelot64/kickass/xexplugin/kickassxexformat