Update asap to 6.0.1

This commit is contained in:
Peter Dell 2023-11-20 14:30:08 +01:00
parent 0821d40ed7
commit 1161775628
5 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/atari8bit/asap.jar" sourcepath="lib/atari8bit/asap-4.0.0-java-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/atari8bit/asap.jar" sourcepath="lib/atari8bit/asap-6.0.1-java-src.zip"/>
<classpathentry exported="true" kind="lib" path="lib/c64/jsidplay2.jar" sourcepath="lib/c64/jsidplay2-src.zip"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>

View File

@ -1,5 +1,2 @@
The file "asap.jar" and tis "asap-4.0.0-java-src.zipp" were provided by Fox.
The files "asap.jar" and "asap-6.0.1-java-src.zip" were provided by Fox.
The source is not included in the build.properties to keep the size at the minimum.
Note: On 2019-01-02 the files were replaced by a by a Java 1.6 compliant version provided by Fox.