Compare commits
5 Commits
2.7-java-1
...
2.7-java-1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
403c45519a | ||
|
|
8d33ff8ec5 | ||
|
|
c38f713f05 | ||
|
|
d59595824b | ||
|
|
2b78449a48 |
@@ -16,7 +16,7 @@ buildscript {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = 'com.lyndir.masterpassword'
|
group = 'com.lyndir.masterpassword'
|
||||||
version = '2.7.11'
|
version = '2.7.12'
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ echo "Cleaning .."
|
|||||||
git clean -ffdx .
|
git clean -ffdx .
|
||||||
|
|
||||||
echo "Creating archive $mpwArchive .."
|
echo "Creating archive $mpwArchive .."
|
||||||
echo "$version" > VERSION
|
echo "$version" > cli/VERSION
|
||||||
git show --show-signature --pretty=format:%H --quiet "$tag" > TAG
|
git show --show-signature --pretty=format:%H --quiet "$tag" > cli/TAG
|
||||||
{ git ls-files -z .; printf '%s\0' VERSION TAG; } | xargs -0 tar -Lcvzf "$mpwArchive"
|
{ git ls-files -z .; printf '%s\0' cli/VERSION cli/TAG; } | xargs -0 tar -Lcvzf "$mpwArchive"
|
||||||
|
|
||||||
echo "Creating archive signature $mpwArchive.sig .."
|
echo "Creating archive signature $mpwArchive.sig .."
|
||||||
gpg --detach-sign --local-user 5C2D1D61853F20F2FCDDCCB70EF21226F43EA6BC "$mpwArchive"
|
gpg --detach-sign --local-user 5C2D1D61853F20F2FCDDCCB70EF21226F43EA6BC "$mpwArchive"
|
||||||
|
|||||||
@@ -212,7 +212,7 @@ public abstract class Components {
|
|||||||
@Override
|
@Override
|
||||||
public String getString(final int where, final int len)
|
public String getString(final int where, final int len)
|
||||||
throws BadLocationException {
|
throws BadLocationException {
|
||||||
return "";
|
return new String( new char[this.length()] );
|
||||||
}
|
}
|
||||||
} ), null, 0 ) {
|
} ), null, 0 ) {
|
||||||
{
|
{
|
||||||
|
|||||||
Submodule public/site updated: 1e9ad48d2c...e0498c992c
Reference in New Issue
Block a user