Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #18 from zanata/jndi-updates
Browse files Browse the repository at this point in the history
Fix missing jboss-deployment-structure.xml file from Arquillian artifact...
  • Loading branch information
seanf committed Jul 3, 2013
2 parents b47b48b + 7562cdd commit f266fb5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ public boolean include(ArchivePath object)
archive.addAsResource(new ClassLoaderAsset("arquillian/components.properties"), "components.properties");
archive.addAsResource("import.sql");
archive.addAsResource("security.drl");
archive.addAsWebInfResource("src/main/webapp-jboss/WEB-INF/jboss-deployment-structure.xml");
archive.addAsWebInfResource(new File("src/main/webapp-jboss/WEB-INF/jboss-deployment-structure.xml"));
archive.addAsWebInfResource(new ClassLoaderAsset("arquillian/zanata.properties"), "classes/zanata.properties");
archive.setWebXML("arquillian/test-web.xml");

Expand Down

0 comments on commit f266fb5

Please sign in to comment.