-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4.6.0 restructure and add adb support for Open webOS and LuneOS
- Loading branch information
Showing
84 changed files
with
1,962 additions
and
1,792 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
build.xml.data.CRC32=daa99d1c | ||
build.xml.script.CRC32=07fb21b2 | ||
build.xml.stylesheet.CRC32=28e38971@1.56.1.46 | ||
build.xml.data.CRC32=55741110 | ||
build.xml.script.CRC32=44bd54c4 | ||
build.xml.stylesheet.CRC32=8064a381@1.75.2.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=daa99d1c | ||
nbproject/build-impl.xml.script.CRC32=6a017077 | ||
nbproject/build-impl.xml.stylesheet.CRC32=c6d2a60f@1.56.1.46 | ||
nbproject/build-impl.xml.data.CRC32=55741110 | ||
nbproject/build-impl.xml.script.CRC32=721adad8 | ||
nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.2.48 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
file.reference.filedrop.jar=C:\\Users\\Jason\\NetBeans Projects\\filedrop.jar | ||
file.reference.json.jar=C:\\Users\\Jason\\NetBeans Projects\\json.jar | ||
file.reference.tar.jar=C:\\Users\\Jason\\NetBeans Projects\\tar.jar | ||
user.properties.file=C:\\Users\\Jason\\AppData\\Roaming\\NetBeans\\8.0.1\\build.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project-private xmlns="http://www.netbeans.org/ns/project-private/1"> | ||
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/> | ||
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> | ||
<group/> | ||
</open-files> | ||
</project-private> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ca.canucksoftware.wosqi.WebOSQuickInstallApp | ||
ca.canuckcoding.wosqi.WebOSQuickInstallApp |
6 changes: 3 additions & 3 deletions
6
src/ca/canucksoftware/ipkg/PackageEntry.java → src/ca/canuckcoding/ipkg/PackageEntry.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ca/canucksoftware/ipkg/PackageFilter.java → src/ca/canuckcoding/ipkg/PackageFilter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
package ca.canucksoftware.ipkg; | ||
package ca.canuckcoding.ipkg; | ||
|
||
/** | ||
* @author Jason Robitaille | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ca/canucksoftware/ipkg/PackageSorter.java → src/ca/canuckcoding/ipkg/PackageSorter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
package ca.canucksoftware.ipkg; | ||
package ca.canuckcoding.ipkg; | ||
|
||
import java.util.Comparator; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/ca/canucksoftware/utils/FileUtils.java → src/ca/canuckcoding/utils/FileUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/ca/canucksoftware/utils/MD5.java → src/ca/canuckcoding/utils/MD5.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.