Skip to content

Commit

Permalink
[ARQ-370] Upgrade ARQ to ShrinkWrap feature development version SW140…
Browse files Browse the repository at this point in the history
…-SNAPSHOT and ShrinkWrap Descriptors 0.1.0, refactoring along the way
  • Loading branch information
Andrew Lee Rubinger authored and aslakknutsen committed Feb 21, 2011
1 parent b07c35c commit 4dfcd7c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,7 +26,7 @@ public static JavaArchive createDeployment() {
.addPackage(
WorkHard.class.getPackage()
)
.addManifestResource(EmptyAsset.INSTANCE, ArchivePaths.create("beans.xml"));
.addAsManifestResource(EmptyAsset.INSTANCE, ArchivePaths.create("beans.xml"));
}

@Inject HardWorker worker;
Expand Down

0 comments on commit 4dfcd7c

Please sign in to comment.