Fixing EOL
This commit is contained in:
parent
0fa7925cca
commit
81daea7453
|
@ -1,10 +1,10 @@
|
||||||
import java.util.jar.*
|
import java.util.jar.*
|
||||||
|
|
||||||
File artifact = new File( basedir, "target/jetty-runner.jar" )
|
File artifact = new File( basedir, "target/jetty-runner.jar" )
|
||||||
assert artifact.exists()
|
assert artifact.exists()
|
||||||
|
|
||||||
JarFile jar = new JarFile( artifact );
|
JarFile jar = new JarFile( artifact );
|
||||||
|
|
||||||
Attributes manifest = jar.getManifest().getMainAttributes();
|
Attributes manifest = jar.getManifest().getMainAttributes();
|
||||||
|
|
||||||
assert manifest.getValue( new Attributes.Name( "Main-Class" ) ).equals( "org.eclipse.jetty.runner.Runner" )
|
assert manifest.getValue( new Attributes.Name( "Main-Class" ) ).equals( "org.eclipse.jetty.runner.Runner" )
|
||||||
|
|
Loading…
Reference in New Issue