Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
GTNPORTAL-2933 AS 7.2.0 Support
Browse files Browse the repository at this point in the history
- Fix -Dgatein.working.dir for modules
  • Loading branch information
mstruk committed Apr 25, 2013
1 parent 4b93dc9 commit f601063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/jboss-as7/pom.xml
Expand Up @@ -157,7 +157,7 @@
<properties>
<version.jboss.as>7.2.0.Final</version.jboss.as>
<package.filename>package.xml</package.filename>
<jbossas.modules.target.dir>${project.build.directory}/jboss/modules/system/add-ons/gatein</jbossas.modules.target.dir>
<jbossas.modules.target.dir>${jbossas.target.dir}/modules/system/add-ons/gatein</jbossas.modules.target.dir>
<ws.security.consumer.dir>../../../../../../../../../standalone/configuration/gatein/wsrp/cxf/ws-security/consumer</ws.security.consumer.dir>
<ws.security.producer.dir>../../../../../../../../../standalone/configuration/gatein/wsrp/cxf/ws-security/producer</ws.security.producer.dir>
</properties>
Expand All @@ -175,7 +175,7 @@
<version.jboss.as>7.2.0.Final-redhat-5</version.jboss.as>
<server.name>jboss-eap-6.1</server.name>
<package.filename>package.xml</package.filename>
<jbossas.modules.target.dir>${project.build.directory}/jboss/modules/system/add-ons/gatein</jbossas.modules.target.dir>
<jbossas.modules.target.dir>${jbossas.target.dir}/modules/system/add-ons/gatein</jbossas.modules.target.dir>
<ws.security.consumer.dir>../../../../../../../../../standalone/configuration/gatein/wsrp/cxf/ws-security/consumer</ws.security.consumer.dir>
<ws.security.producer.dir>../../../../../../../../../standalone/configuration/gatein/wsrp/cxf/ws-security/producer</ws.security.producer.dir>
</properties>
Expand Down

0 comments on commit f601063

Please sign in to comment.