Author: mszefler
Date: Tue Aug 1 12:47:41 2006
New Revision: 427696
URL: http://svn.apache.org/viewvc?rev=427696&view=rev
Log:
ODE-16 Fixes to POMs and such.
Modified:
incubator/ode/trunk/bpel-ql/.classpath
incubator/ode/trunk/dao-hibernate/.classpath
incubator/ode/trunk/examples/pom.xml
incubator/ode/trunk/jbi-install/pom.xml
incubator/ode/trunk/pom.xml
incubator/ode/trunk/tools/src/main/resources/org/apache/ode/tools/anttasks.properties
Modified: incubator/ode/trunk/bpel-ql/.classpath
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-ql/.classpath?rev=427696&r1=427695&r2=427696&view=diff
==============================================================================
--- incubator/ode/trunk/bpel-ql/.classpath (original)
+++ incubator/ode/trunk/bpel-ql/.classpath Tue Aug 1 12:47:41 2006
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src"
path="target/generated-sources/javacc/org/apache/ode/ql/jcc"/>
- <classpathentry kind="src"
path="target/generated-sources/jjtree/org/apache/ode/ql/jcc"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="/ode-bpel-api"/>
<classpathentry kind="var"
path="M2_REPO/log4j/log4j/1.2.12/log4j-1.2.12.jar"/>
@@ -36,5 +34,7 @@
<classpathentry kind="var"
path="M2_REPO/commons-collections/commons-collections/3.1/commons-collections-3.1.jar"/>
<classpathentry kind="var"
path="M2_REPO/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar"/>
<classpathentry kind="var"
path="M2_REPO/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"/>
+ <classpathentry kind="src" path="target/generated-sources/javacc"/>
+ <classpathentry kind="src" path="target/generated-sources/jjtree"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: incubator/ode/trunk/dao-hibernate/.classpath
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/dao-hibernate/.classpath?rev=427696&r1=427695&r2=427696&view=diff
==============================================================================
--- incubator/ode/trunk/dao-hibernate/.classpath (original)
+++ incubator/ode/trunk/dao-hibernate/.classpath Tue Aug 1 12:47:41 2006
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
- <classpathentry output="target/test-classes" kind="src"
path="src/test/java"/>
<classpathentry kind="src" path="target/generated-resources/xdoclet"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var"
path="M2_REPO/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.jar"/>
Modified: incubator/ode/trunk/examples/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/examples/pom.xml?rev=427696&r1=427695&r2=427696&view=diff
==============================================================================
--- incubator/ode/trunk/examples/pom.xml (original)
+++ incubator/ode/trunk/examples/pom.xml Tue Aug 1 12:47:41 2006
@@ -21,7 +21,7 @@
<project>
<groupId>ode</groupId>
<artifactId>ode-examples</artifactId>
- <name>ODE :: BPEL Examples</name>
+ <name>ODE :: JBI Examples</name>
<modelVersion>4.0.0</modelVersion>
<parent>
Modified: incubator/ode/trunk/jbi-install/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-install/pom.xml?rev=427696&r1=427695&r2=427696&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-install/pom.xml (original)
+++ incubator/ode/trunk/jbi-install/pom.xml Tue Aug 1 12:47:41 2006
@@ -22,7 +22,7 @@
<groupId>ode</groupId>
<artifactId>ode-jbi-install</artifactId>
<name>ODE :: JBI Component Installer</name>
-
+ <packaging>pom</packaging>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>ode</groupId>
Modified: incubator/ode/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/pom.xml?rev=427696&r1=427695&r2=427696&view=diff
==============================================================================
--- incubator/ode/trunk/pom.xml (original)
+++ incubator/ode/trunk/pom.xml Tue Aug 1 12:47:41 2006
@@ -96,7 +96,7 @@
|
-->
<modules>
- <module>examples</module>
+ <module>jbi-examples</module>
<module>tools-bin</module>
<module>axis2</module>
@@ -407,6 +407,12 @@
<dependency>
<groupId>ode</groupId>
<artifactId>ode-jbi-install</artifactId>
+ <version>${project.version}</version>
+ <type>zip</type>
+ </dependency>
+ <dependency>
+ <groupId>ode</groupId>
+ <artifactId>ode-jbi-examples</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Modified:
incubator/ode/trunk/tools/src/main/resources/org/apache/ode/tools/anttasks.properties
URL:
http://svn.apache.org/viewvc/incubator/ode/trunk/tools/src/main/resources/org/apache/ode/tools/anttasks.properties?rev=427696&r1=427695&r2=427696&view=diff
==============================================================================
---
incubator/ode/trunk/tools/src/main/resources/org/apache/ode/tools/anttasks.properties
(original)
+++
incubator/ode/trunk/tools/src/main/resources/org/apache/ode/tools/anttasks.properties
Tue Aug 1 12:47:41 2006
@@ -32,11 +32,6 @@
# RR management tasks.
ode-rr=org.apache.ode.tools.rr.ant.RrTask
-# DAO-related tasks
-#ode-dao=org.apache.ode.tools.daojdo.ant.DaoTask
-
-# SAR-related tasks
-ode-sar=org.apache.ode.tools.sar.ant.SarTask
# BPEL-related tasks
bpelc=org.apache.ode.tools.bpelc.ant.BpelCTask