Skip to content

Instantly share code, notes, and snippets.

@jeffyu
Created September 9, 2011 04:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffyu/1205495 to your computer and use it in GitHub Desktop.
Save jeffyu/1205495 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ JBoss, Home of Professional Open Source.
~ Copyright 2010, Red Hat, Inc., and individual contributors
~ as indicated by the @author tags. See the copyright.txt file in the
~ distribution for a full listing of individual contributors.
~
~ This is free software; you can redistribute it and/or modify it
~ under the terms of the GNU Lesser General Public License as
~ published by the Free Software Foundation; either version 2.1 of
~ the License, or (at your option) any later version.
~
~ This software is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
~ Lesser General Public License for more details.
~
~ You should have received a copy of the GNU Lesser General Public
~ License along with this software; if not, write to the Free
~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<module xmlns="urn:jboss:module:1.0" name="org.switchyard.component.bpel">
<resources>
<resource-root path="switchyard-component-bpel-0.3.0-SNAPSHOT.jar"/>
<resource-root path="engine-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-agents-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-bpel-api-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-bpel-compiler-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-bpel-dao-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-bpel-epr-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-bpel-obj-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-bpel-ql-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-bpel-runtime-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-bpel-schemas-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-bpel-store-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-dao-jpa-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-dao-jpa-hibernate-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-jacob-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-scheduler-simple-3.0.0-SNAPSHOT.jar"/>
<resource-root path="riftsaw-utils-3.0.0-SNAPSHOT.jar"/>
<!-- MAY BECOME MODULES -->
<resource-root path="h2-1.2.124.jar"/>
<resource-root path="activity-monitor-model-1.0.0.Final.jar"/>
<resource-root path="antlr-2.7.6.jar"/>
<resource-root path="commons-collections-3.2.1.jar"/>
<resource-root path="commons-lang-2.4.jar"/>
<resource-root path="commons-logging-1.1.jar"/>
<resource-root path="dom4j-1.6.1.jar"/>
<resource-root path="javassist-3.9.0.GA.jar"/>
<resource-root path="jaxen-1.1.1.jar"/>
<resource-root path="saxonhe-9.2.1.5.jar"/>
<!-- resource-root path="slf4j-api-1.6.1.jar"/ -->
<resource-root path="spring-asm-3.0.3.RELEASE.jar"/>
<resource-root path="spring-beans-3.0.3.RELEASE.jar"/>
<resource-root path="spring-context-3.0.3.RELEASE.jar"/>
<resource-root path="spring-core-3.0.3.RELEASE.jar"/>
<resource-root path="wsdl4j-1.6.2.jar"/>
<resource-root path="xalan-2.7.1.jar"/>
<resource-root path="xercesImpl-2.9.0.jar"/>
<resource-root path="xmlbeans-2.2.0.jar"/>
<!-- TEMPORARY DEPENDENCIES -->
<resource-root path="geronimo-transaction-2.0.1.jar"/>
<resource-root path="geronimo-connector-2.0.1.jar"/>
<resource-root path="geronimo-j2ee-connector_1.5_spec-1.1.1.jar"/>
</resources>
<dependencies>
<module name="org.hibernate"/>
<module name="org.jboss.as.jpa"/>
<module name="org.jboss.as.jpa.hibernate" slot="4"/>
<module name="javax.api"/>
<module name="javax.transaction.api"/>
<module name="javax.persistence.api"/>
<module name="org.switchyard.api"/>
<module name="org.switchyard.common"/>
<module name="org.switchyard.config"/>
<module name="org.switchyard.deploy"/>
<module name="org.apache.commons.logging"/>
<module name="org.apache.log4j"/>
<!-- module name="org.apache.xerces"/>
<module name="org.dom4j"/>
<module name="org.slf4j"/ -->
</dependencies>
<exports>
<exclude path="NOTHING"/>
</exports>
</module>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment