diff options
author | rbuj <[email protected]> | 2019-08-29 23:42:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-02 20:19:42 +0200 |
commit | aa9854840929ef823aef40383606cfe10f40cfb7 (patch) | |
tree | cc3fb3f99dab26d186dd140a74e8eebb1d80cec3 /help/ml | |
parent | 793ca81eb4d43c1eb347dfa4567618006521e278 (diff) | |
download | engrampa-aa9854840929ef823aef40383606cfe10f40cfb7.tar.bz2 engrampa-aa9854840929ef823aef40383606cfe10f40cfb7.tar.xz |
java-utils: Remove blank spaces before reading package name
Closes https://github.com/mate-desktop/engrampa/issues/291
Test:
touch test.txt
zip test.zip test.txt
mv test.zip test.jar
cat << EOF > HelloWorld.java
package org.mate.tests;
class HelloWorld
{
public static void main(String args[])
{
System.out.println("Hello, World");
}
}
EOF
engrampa -a test.jar HelloWorld.java
jar tf test.jar
Output:
test.txt
org/mate/tests/HelloWorld.java
Diffstat (limited to 'help/ml')
0 files changed, 0 insertions, 0 deletions