Skip to content

Commit

Permalink
Merge pull request #357 from eclipse/emily_config_release
Browse files Browse the repository at this point in the history
#264 remove unused setup
  • Loading branch information
Emily-Jiang authored May 3, 2018
2 parents d9d57f6 + f77b16e commit 214c8e4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import org.jboss.shrinkwrap.api.Archive;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.asset.EmptyAsset;
import org.jboss.shrinkwrap.api.asset.StringAsset;
import org.jboss.shrinkwrap.api.spec.JavaArchive;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Assert;
Expand All @@ -56,10 +55,6 @@ public static Archive deployment() {
JavaArchive testJar = ShrinkWrap
.create(JavaArchive.class, "CDIPropertyNameMatchingTest.jar")
.addClasses(CDIPropertyNameMatchingTest.class, SimpleValuesBean.class)
.addAsManifestResource(new StringAsset(
"my.int/property=3"+
"\nmy.string/property=fake"),
"javaconfig.properties")
.addAsManifestResource(EmptyAsset.INSTANCE, "beans.xml")
.as(JavaArchive.class);

Expand Down

0 comments on commit 214c8e4

Please sign in to comment.