Author: mriou
Date: Thu Aug 28 16:24:33 2008
New Revision: 690043
URL: http://svn.apache.org/viewvc?rev=690043&view=rev
Log:
Renamed runtime-repo to just runtimes. Deleted a few empty dirs.
Added:
ode/branches/rtver/runtimes/
- copied from r683674, ode/branches/rtver/runtime-repo/
ode/branches/rtver/runtimes/src/
- copied from r690042, ode/branches/rtver/runtime-repo/src/
Removed:
ode/branches/rtver/axis2-war/lib/
ode/branches/rtver/bpel-api/src/main/resources/
ode/branches/rtver/bpel-api/src/main/xsd/
ode/branches/rtver/runtime-repo/
Modified:
ode/branches/rtver/Rakefile
Modified: ode/branches/rtver/Rakefile
URL:
http://svn.apache.org/viewvc/ode/branches/rtver/Rakefile?rev=690043&r1=690042&r2=690043&view=diff
==============================================================================
--- ode/branches/rtver/Rakefile (original)
+++ ode/branches/rtver/Rakefile Thu Aug 28 16:24:33 2008
@@ -148,7 +148,7 @@
desc "ODE Axis2 Based Web Application"
define "axis2-war" do
libs = projects("axis2", "bpel-api", "bpel-compiler", "bpel-connector",
"bpel-dao",
- "il-common", "runtime-repo", "bpel-ql", "bpel-runtime",
"scheduler-simple",
+ "il-common", "runtimes", "bpel-ql", "bpel-runtime", "scheduler-simple",
"bpel-schemas", "bpel-store", "dao-hibernate", "jacob", "jca-ra",
"jca-server",
"utils", "dao-jpa"),
AXIS2_ALL, ANNONGEN, BACKPORT, COMMONS.codec, COMMONS.collections,
COMMONS.fileupload, COMMONS.httpclient,
@@ -206,7 +206,7 @@
desc "ODE BPEL Compiler"
define "bpel-compiler" do
- compile.with projects("bpel-api", "runtime-repo", "bpel-schemas", "utils"),
+ compile.with projects("bpel-api", "runtimes", "bpel-schemas", "utils"),
COMMONS.logging, JAVAX.stream, JAXEN, SAXON, WSDL4J, XALAN, XERCES
test.resources {
filter(project("bpel-scripts").path_to("src/main/resources")).into(test.resources.target).run
}
package :jar
@@ -232,7 +232,7 @@
end
desc "ODE Runtime repository"
- define "runtime-repo" do
+ define "runtimes" do
compile.from apt
compile.with projects("bpel-api", "bpel-dao", "jacob", "jacob-ap",
"utils"),
COMMONS.logging, COMMONS.collections, COMMONS.httpclient, COMMONS.lang,
JAXEN, JAVAX.persistence,
@@ -246,7 +246,7 @@
pkg_name = "org.apache.ode.ql.jcc"
jjtree = jjtree(_("src/main/jjtree"), :in_package=>pkg_name)
compile.from javacc(jjtree, :in_package=>pkg_name), jjtree
- compile.with projects("bpel-api", "bpel-compiler", "runtime-repo",
"jacob", "utils")
+ compile.with projects("bpel-api", "bpel-compiler", "runtimes", "jacob",
"utils")
package :jar
end
@@ -257,7 +257,7 @@
BACKPORT, COMMONS.logging, COMMONS.httpclient, COMMONS.collections,
COMMONS.lang, JAXEN, JAVAX.persistence,
JAVAX.stream, SAXON, WSDL4J, XMLBEANS, JAVAX.transaction
- test.with projects("scheduler-simple", "dao-jpa", "dao-hibernate",
"il-common", "runtime-repo"),
+ test.with projects("scheduler-simple", "dao-jpa", "dao-hibernate",
"il-common", "runtimes"),
BACKPORT, COMMONS.pool, COMMONS.lang, DERBY, JAVAX.connector,
JAVAX.transaction,
GERONIMO.transaction, GERONIMO.kernel, GERONIMO.connector, TRANQL,
HSQLDB, JAVAX.ejb,
LOG4J, XERCES, Buildr::OpenJPA::REQUIRES, XALAN
@@ -287,7 +287,7 @@
desc "ODE Process Store"
define "bpel-store" do
- compile.with projects("bpel-api", "runtime-repo", "bpel-compiler",
"bpel-dao", "bpel-schemas", "il-common",
+ compile.with projects("bpel-api", "runtimes", "bpel-compiler", "bpel-dao",
"bpel-schemas", "il-common",
"dao-hibernate", "utils"),
COMMONS.logging, JAVAX.persistence, JAVAX.stream, HIBERNATE, HSQLDB,
XMLBEANS, XERCES, WSDL4J
compile { open_jpa_enhance }
@@ -301,11 +301,11 @@
desc "ODE BPEL Tests"
define "bpel-test" do
compile.with projects("bpel-api", "bpel-compiler", "bpel-dao",
"bpel-runtime",
- "bpel-store", "utils", "il-common", "dao-jpa", "runtime-repo"),
+ "bpel-store", "utils", "il-common", "dao-jpa", "runtimes"),
DERBY, Java::JUnit::JUNIT_REQUIRES, JAVAX.persistence, OPENJPA, WSDL4J,
JAVAX.transaction,
COMMONS.lang, COMMONS.httpclient, COMMONS.codec
- test.with projects("jacob", "bpel-schemas", "bpel-scripts",
"scheduler-simple", "runtime-repo"),
+ test.with projects("jacob", "bpel-schemas", "bpel-scripts",
"scheduler-simple", "runtimes"),
COMMONS.collections, COMMONS.lang, COMMONS.logging, DERBY,
JAVAX.connector,
JAVAX.stream, JAVAX.transaction, JAXEN, HSQLDB, LOG4J, SAXON, XERCES,
XMLBEANS, XALAN
@@ -388,7 +388,7 @@
end
derby_db = Derby.create(_("target/derby/jpadb")=>_("target/derby.sql"))
- test.with projects("bpel-api", "bpel-dao", "runtime-repo", "il-common",
"dao-jpa", "utils"),
+ test.with projects("bpel-api", "bpel-dao", "runtimes", "il-common",
"dao-jpa", "utils"),
BACKPORT, COMMONS.collections, COMMONS.lang, COMMONS.logging,
GERONIMO.transaction,
GERONIMO.kernel, GERONIMO.connector, HSQLDB, JAVAX.connector, JAVAX.ejb,
JAVAX.persistence,
JAVAX.transaction, LOG4J, OPENJPA, XERCES, WSDL4J
@@ -413,14 +413,14 @@
desc "ODE JBI Integration Layer"
define "jbi" do
compile.with projects("bpel-api", "bpel-compiler", "bpel-connector",
"bpel-dao", "il-common",
- "bpel-runtime", "scheduler-simple", "bpel-schemas", "bpel-store",
"utils", "runtime-repo"),
+ "bpel-runtime", "scheduler-simple", "bpel-schemas", "bpel-store",
"utils", "runtimes"),
AXIOM, COMMONS.logging, COMMONS.pool, JAVAX.transaction, JBI, LOG4J,
WSDL4J, XERCES
package(:jar)
package(:jbi).tap do |jbi|
libs = artifacts(package(:jar),
projects("bpel-api", "bpel-api-jca", "bpel-compiler",
"bpel-connector", "bpel-dao",
- "il-common", "jca-ra", "jca-server", "runtime-repo", "bpel-ql",
"bpel-runtime",
+ "il-common", "jca-ra", "jca-server", "runtimes", "bpel-ql",
"bpel-runtime",
"scheduler-simple", "bpel-schemas", "bpel-store", "dao-hibernate",
"dao-jpa",
"jacob", "jacob-ap", "utils"),
ANT, AXIOM, BACKPORT, COMMONS.codec, COMMONS.collections,
COMMONS.dbcp, COMMONS.lang, COMMONS.pool,
@@ -479,9 +479,9 @@
desc "E4X Extension"
define "e4x", :version=>"1.0-beta" do
- compile.with "rhino:js:jar:1.6R7", projects("ode:bpel-api",
"ode:runtime-repo", "ode:bpel-runtime",
+ compile.with "rhino:js:jar:1.6R7", projects("ode:bpel-api",
"ode:runtimes", "ode:bpel-runtime",
"ode:bpel-compiler", "ode:utils")
- test.with "rhino:js:jar:1.6R7", projects("ode:bpel-api",
"ode:runtime-repo", "ode:jacob", "ode:bpel-schemas",
+ test.with "rhino:js:jar:1.6R7", projects("ode:bpel-api", "ode:runtimes",
"ode:jacob", "ode:bpel-schemas",
"ode:bpel-scripts", "ode:scheduler-simple", "ode:bpel-test",
"ode:utils", "ode:bpel-compiler",
"ode:bpel-dao", "ode:bpel-runtime", "ode:bpel-store",
"ode:il-common", "ode:dao-jpa"),
COMMONS.collections, COMMONS.lang, COMMONS.logging, DERBY,
JAVAX.connector,
@@ -509,7 +509,7 @@
# Libraries
zip.path("lib").include artifacts(COMMONS.logging, COMMONS.codec,
COMMONS.httpclient,
COMMONS.pool, COMMONS.collections, JAXEN, SAXON, LOG4J, WSDL4J, XALAN,
XERCES)
- project("ode").projects("utils", "tools", "bpel-compiler", "bpel-api",
"runtime-repo", "bpel-schemas").
+ project("ode").projects("utils", "tools", "bpel-compiler", "bpel-api",
"runtimes", "bpel-schemas").
map(&:packages).flatten.each do |pkg|
zip.include(pkg.to_s, :as=>"#{pkg.id}.#{pkg.type}", :path=>"lib")
end