diff --git a/Test-Java/.classpath b/Test-Java/.classpath deleted file mode 100644 index 3ccc8363..00000000 --- a/Test-Java/.classpath +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/Test-Java/.gitignore b/Test-Java/.gitignore deleted file mode 100644 index 5e56e040..00000000 --- a/Test-Java/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/bin diff --git a/Test-Java/.settings/org.eclipse.jdt.core.prefs b/Test-Java/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 54e493c0..00000000 --- a/Test-Java/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,11 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.6 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.6 diff --git a/Test-Java/lib/commons-compress-1.15-javadoc.jar b/Test-Java/lib/commons-compress-1.15-javadoc.jar deleted file mode 100644 index 178d32c6..00000000 Binary files a/Test-Java/lib/commons-compress-1.15-javadoc.jar and /dev/null differ diff --git a/Test-Java/lib/commons-compress-1.15-sources.jar b/Test-Java/lib/commons-compress-1.15-sources.jar deleted file mode 100644 index e52e768b..00000000 Binary files a/Test-Java/lib/commons-compress-1.15-sources.jar and /dev/null differ diff --git a/Test-Java/lib/commons-compress-1.15.jar b/Test-Java/lib/commons-compress-1.15.jar deleted file mode 100644 index 72b5a1c8..00000000 Binary files a/Test-Java/lib/commons-compress-1.15.jar and /dev/null differ diff --git a/Test-Java/src/Main.java b/Test-Java/src/Main.java deleted file mode 100644 index 7a4ca84c..00000000 --- a/Test-Java/src/Main.java +++ /dev/null @@ -1,22 +0,0 @@ -import java.io.File; -import java.util.zip.ZipEntry; -import java.util.zip.ZipFile; - -import org.apache.commons.compress.archivers.zip.*; - -// Test -public class Main { - - public static void main(String[] args) throws Exception { - - String file = "C:\\Users\\D025328\\Documents\\Eclipse\\workspace.jac\\com.wudsn.site\\site\\productions\\atari800\\thecartstudio\\thecartstudio.zip"; - System.out.println(file); - ZipFile zipFile=new ZipFile(new File(file)); - ZipEntry entry=zipFile.getEntry("TheCartStudio.jar"); - System.out.println(entry+":"+ entry.getSize()); - ZipArchiveEntry archiveEntry=new ZipArchiveEntry(entry); - System.out.println(archiveEntry+":"+ archiveEntry.getUnixMode()); - zipFile.close(); - } - -} diff --git a/com.wudsn.ide.asm/WUDSN-IDE.launch b/com.wudsn.ide.asm/WUDSN-IDE.launch index 66779f82..507bd2a2 100644 --- a/com.wudsn.ide.asm/WUDSN-IDE.launch +++ b/com.wudsn.ide.asm/WUDSN-IDE.launch @@ -1,8 +1,6 @@ - - - + diff --git a/com.wudsn.site.update/.gitignore b/com.wudsn.site.update/.gitignore new file mode 100644 index 00000000..7ef7ee48 --- /dev/null +++ b/com.wudsn.site.update/.gitignore @@ -0,0 +1,12 @@ +/1.6.0 +/1.6.2 +/1.6.3 +/1.6.4 +/1.6.5 +/1.6.6 +/1.7.0 +/daily +/features +/plugins +/artifacts.jar +/content.jar diff --git a/Test-Java/.project b/com.wudsn.site.update/.project similarity index 61% rename from Test-Java/.project rename to com.wudsn.site.update/.project index 7838e8b1..e20c816a 100644 --- a/Test-Java/.project +++ b/com.wudsn.site.update/.project @@ -1,17 +1,17 @@ - Test-Java + com.wudsn.site.update - org.eclipse.jdt.core.javabuilder + org.eclipse.pde.UpdateSiteBuilder - org.eclipse.jdt.core.javanature + org.eclipse.pde.UpdateSiteNature diff --git a/com.wudsn.site.update/check-bundle-versions.bat b/com.wudsn.site.update/check-bundle-versions.bat new file mode 100644 index 00000000..26abead0 --- /dev/null +++ b/com.wudsn.site.update/check-bundle-versions.bat @@ -0,0 +1,28 @@ +@echo off +setlocal +set PATH=%PATH%;C:\jac\bin\wbin +cd C:\jac\system\Java\Programming\Workspaces\WUDSN-IDE + +call :check com.wudsn.ide.asm +call :check com.wudsn.ide.asm.compilers +call :check com.wudsn.ide.asm.compilers.test +call :check com.wudsn.ide.base +call :check com.wudsn.ide.dsk +call :check com.wudsn.ide.gfx +call :check com.wudsn.ide.snd + +call :check com.wudsn.ide.base.feature +call :check com.wudsn.ide.feature +pause +goto :eof + + +:check +rem echo | set /p=%1 +echo %1 +if exist %1\META-INF\MANIFEST.MF grep Bundle-Version %1\META-INF\MANIFEST.MF +if exist %1\META-INF\MANIFEST.MF grep Bundle-RequiredExecutionEnvironment %1\META-INF\MANIFEST.MF +if exist %1\build.properties grep jre.compilation.profile %1\build.properties +if exist %1\feature.xml grep version= %1\feature.xml +echo. +goto :eof diff --git a/com.wudsn.site.update/index.html b/com.wudsn.site.update/index.html new file mode 100644 index 00000000..b581a665 --- /dev/null +++ b/com.wudsn.site.update/index.html @@ -0,0 +1,17 @@ + + + WUDSN Eclipse Update Site + + + +

+ Dear visitor, you cannot access this part of the web site with your browser. +
+ Instead you can use "http://www.wudsn.com/update" as update site in your Eclipse installation. +
+ You will be redirected to the + installation page + now. +

+ + \ No newline at end of file diff --git a/com.wudsn.site.update/site.ant b/com.wudsn.site.update/site.ant new file mode 100644 index 00000000..98ec102f --- /dev/null +++ b/com.wudsn.site.update/site.ant @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Open daily/site.xml and press "Build All". + + + + Copying daily to stable and main. + + + + + + + + + + Done. + + + + Uploading daily build from ${basedir}\daily. + + + + Upload completed. + + + \ No newline at end of file diff --git a/com.wudsn.site.update/site.scp b/com.wudsn.site.update/site.scp new file mode 100644 index 00000000..9684b3e0 --- /dev/null +++ b/com.wudsn.site.update/site.scp @@ -0,0 +1,8 @@ +open sftp://u52906944:wudsn2010@home280969378.1and1-data.host/ -hostkey="ssh-ed25519 256 0d:15:61:04:10:c2:d7:ce:af:55:68:0a:7c:9c:b8:d7" + +lcd C:\jac\system\WWW\Sites\www.wudsn.com\update +cd /www.wudsn.com/update + +synchronize -delete remote + +exit diff --git a/com.wudsn.site.update/site.xml b/com.wudsn.site.update/site.xml new file mode 100644 index 00000000..a977f3b0 --- /dev/null +++ b/com.wudsn.site.update/site.xml @@ -0,0 +1,22 @@ + + + + Central Update Site for WUDSN IDE + + + + + + + + + + The free integrated Apple II, Atari VCS, Atari 8-bit, C64 and NES development plugin. + + + + + General Eclipse Enhancements. Do not install if you already have WUDSN IDE installed. WUDSN IDE already contains all features included in this category. + + +