Skip to content

Commit

Permalink
Changed broken links to the novacom installers
Browse files Browse the repository at this point in the history
included necessary jar files
  • Loading branch information
123Haynes committed Nov 7, 2014
1 parent b358194 commit fb014f6
Show file tree
Hide file tree
Showing 11 changed files with 923 additions and 145 deletions.
3 changes: 1 addition & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
-init-macrodef-junit: defines macro for junit execution
-init-macrodef-debug: defines macro for class debugging
-init-macrodef-java: defines macro for class execution
-do-jar-with-manifest: JAR building (if you are using a manifest)
-do-jar-without-manifest: JAR building (if you are not using a manifest)
-do-jar: JAR building
run: execution of project
-javadoc-build: Javadoc generation
test-report: JUnit report generation
Expand Down
Binary file added lib/junit/junit-3.8.2-api.zip
Binary file not shown.
24 changes: 24 additions & 0 deletions lib/nblibraries.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
libs.CopyLibs.classpath=\
${base}/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
libs.CopyLibs.displayName=CopyLibs Task
libs.CopyLibs.prop-version=2.0
libs.junit.classpath=\
${base}/junit/junit-3.8.2.jar
libs.junit.displayName=JUnit 3.8.2
libs.junit.javadoc=\
${base}/junit/junit-3.8.2-api.zip
libs.junit.prop-maven-dependencies=junit:junit:3.8.2:jar
libs.junit_4.classpath=\
${base}/junit_4/junit-4.10.jar
libs.junit_4.displayName=JUnit 4.10
libs.junit_4.javadoc=\
${base}/junit_4/junit-4.10-javadoc.jar
libs.junit_4.prop-maven-dependencies=junit:junit:4.10:jar
libs.junit_4.src=\
${base}/junit_4/junit-4.10-sources.jar
libs.swing-app-framework.classpath=\
${base}/swing-app-framework/appframework-1.0.3.jar;\
${base}/swing-app-framework/swing-worker-1.1.jar
libs.swing-app-framework.javadoc=\
${base}/swing-app-framework/appframework-1.0.3-doc.zip
libs.swing-app-framework.prop-maven-dependencies=net.java.dev.appframework:appframework:1.03:jar
Binary file not shown.
994 changes: 866 additions & 128 deletions nbproject/build-impl.xml

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions nbproject/genfiles.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build.xml.data.CRC32=c15f44a5
build.xml.script.CRC32=c1958190
build.xml.stylesheet.CRC32=958a1d3e@1.26.2.45
build.xml.data.CRC32=8e03f1bc
build.xml.script.CRC32=dc8d65a3
build.xml.stylesheet.CRC32=8064a381@1.75.1.48
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=c15f44a5
nbproject/build-impl.xml.script.CRC32=ff7b33f0
nbproject/build-impl.xml.stylesheet.CRC32=5c621a33@1.26.2.45
nbproject/build-impl.xml.data.CRC32=8e03f1bc
nbproject/build-impl.xml.script.CRC32=c96c8441
nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.1.48
Empty file.
6 changes: 6 additions & 0 deletions nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
compile.on.save=false
do.depend=false
do.jar=true
javac.debug=true
javadoc.preview=true
user.properties.file=C:\\Users\\123Haynes\\AppData\\Roaming\\NetBeans\\8.0.1\\build.properties
16 changes: 12 additions & 4 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
annotation.processing.enabled=true
annotation.processing.enabled.in.editor=false
annotation.processing.processors.list=
annotation.processing.run.all.processors=true
application.desc=
application.homepage=
application.title=Universal Novacom Installer
Expand All @@ -20,18 +24,21 @@ debug.test.classpath=\
dist.dir=dist
dist.jar=${dist.dir}/NovacomInstaller.jar
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
file.reference.tar.jar=C:\\Users\\Jason\\NetBeansProjects\\tar.jar
file.reference.javatar-2.5.jar=lib/javatar-2.5.jar
includes=**
jar.compress=false
javac.classpath=\
${libs.swing-app-framework.classpath}:\
${file.reference.tar.jar}
${file.reference.javatar-2.5.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
javac.source=1.5
javac.target=1.5
javac.processorpath=\
${javac.classpath}
javac.source=1.8
javac.target=1.8
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}:\
Expand All @@ -57,6 +64,7 @@ jnlp.signed=false
main.class=ca.canucksoftware.novacominstaller.NovacomInstallerApp
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
mkdist.disabled=false
platform.active=default_platform
run.classpath=\
${javac.classpath}:\
Expand Down
3 changes: 3 additions & 0 deletions nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<root id="test.src.dir"/>
</test-roots>
</data>
<libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1">
<definitions>.\lib\nblibraries.properties</definitions>
</libraries>
<swingapp xmlns="http://www.netbeans.org/ns/form-swingapp/1">
<application-class name="ca.canucksoftware.novacominstaller.NovacomInstallerApp"/>
</swingapp>
Expand Down
10 changes: 5 additions & 5 deletions src/ca/canucksoftware/novacom/NovacomDrivers.java
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,11 @@ private boolean isStandaloneInstalled() {
}

private enum Driver {
Windows_x86("NovacomInstaller_x86.msi", "http://downloads.help.palm.com/opensource/novacom/novacom-win-32.tgz"),
Windows_x64("NovacomInstaller_x64.msi", "http://downloads.help.palm.com/opensource/novacom/novacom-win-64.tgz"),
Mac("NovacomInstaller.pkg", "http://downloads.help.palm.com/opensource/novacom/novacom-mac.tgz"),
Linux_x86("palm-novacom_1.0.76_i386.deb", "http://downloads.help.palm.com/opensource/novacom/novacom-linux-32.tgz"),
Linux_x64("palm-novacom_1.0.76_amd64.deb", "http://downloads.help.palm.com/opensource/novacom/novacom-linux-64.tgz");
Windows_x86("NovacomInstaller_x86.msi", "https://web.archive.org/web/20141031211619/http://downloads.help.palm.com/opensource/novacom/novacom-win-32.tgz"),
Windows_x64("NovacomInstaller_x64.msi", "https://web.archive.org/web/20141031211619/http://downloads.help.palm.com/opensource/novacom/novacom-win-64.tgz"),
Mac("NovacomInstaller.pkg", "https://web.archive.org/web/20141031211619/http://downloads.help.palm.com/opensource/novacom/novacom-mac.tgz"),
Linux_x86("palm-novacom_1.0.76_i386.deb", "https://web.archive.org/web/20141031211619/http://downloads.help.palm.com/opensource/novacom/novacom-linux-32.tgz"),
Linux_x64("palm-novacom_1.0.76_amd64.deb", "https://web.archive.org/web/20141031211619/http://downloads.help.palm.com/opensource/novacom/novacom-linux-64.tgz");

private String file, url;
Driver(String file, String url) {
Expand Down

0 comments on commit fb014f6

Please sign in to comment.