You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/11 11:53:33 UTC

svn commit: r368003 - in /incubator/servicemix/trunk/servicemix-jbi: maven.xml project.properties project.xml

Author: foconer
Date: Wed Jan 11 02:53:23 2006
New Revision: 368003

URL: http://svn.apache.org/viewcvs?rev=368003&view=rev
Log:
maven 1 build files.

Added:
    incubator/servicemix/trunk/servicemix-jbi/maven.xml
    incubator/servicemix/trunk/servicemix-jbi/project.properties
    incubator/servicemix/trunk/servicemix-jbi/project.xml

Added: incubator/servicemix/trunk/servicemix-jbi/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jbi/maven.xml?rev=368003&view=auto
==============================================================================
--- incubator/servicemix/trunk/servicemix-jbi/maven.xml (added)
+++ incubator/servicemix/trunk/servicemix-jbi/maven.xml Wed Jan 11 02:53:23 2006
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+
+    Copyright 2004 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+    
+-->
+
+<project default="default" 
+         xmlns:j="jelly:core"
+	 xmlns:u="jelly:util"
+	 xmlns:ant="jelly:ant"
+	 xmlns:util="jelly:util"
+         xmlns:artifact="artifact">
+         
+</project>

Added: incubator/servicemix/trunk/servicemix-jbi/project.properties
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jbi/project.properties?rev=368003&view=auto
==============================================================================
--- incubator/servicemix/trunk/servicemix-jbi/project.properties (added)
+++ incubator/servicemix/trunk/servicemix-jbi/project.properties Wed Jan 11 02:53:23 2006
@@ -0,0 +1,8 @@
+# ------------------------------------------------------------------------
+# Jars set explicity by path (intended for those not at ibiblio).
+# ------------------------------------------------------------------------
+maven.jar.ojdbc14 = ${basedir}/lib/oracle/ojdbc14.jar
+maven.jar.oraclexsql = ${basedir}/lib/oracle/oraclexsql.jar
+maven.jar.xmlparserv2 = ${basedir}/lib/oracle/xmlparserv2.jar
+maven.jar.xsu12 = ${basedir}/lib/oracle/xsu12.jar
+

Added: incubator/servicemix/trunk/servicemix-jbi/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-jbi/project.xml?rev=368003&view=auto
==============================================================================
--- incubator/servicemix/trunk/servicemix-jbi/project.xml (added)
+++ incubator/servicemix/trunk/servicemix-jbi/project.xml Wed Jan 11 02:53:23 2006
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+
+    Copyright 2005 The Apache Software Foundation
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+
+<project>
+  <pomVersion>3</pomVersion>
+  <extend>${basedir}/../project.xml</extend>
+  
+  <name>ServiceMix :: JBI</name>
+  <id>servicemix-jbi</id>
+
+  <package>javax</package>
+  <packageGroups>
+    <packageGroup>
+      <title>JBI Specification APIs</title>
+      <packages>javax.*</packages>
+    </packageGroup>
+  </packageGroups>
+
+  <dependencies>
+
+    <dependency>
+      <id>geronimo-spec+activation</id>
+      <version>${geronimo_spec_activation_version}</version>
+    </dependency>
+
+    <dependency>
+      <id>mx4j</id>
+      <version>${mx4j_version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>servicemix</groupId>
+      <artifactId>jaxp</artifactId>
+      <version>${jaxp_version}</version>
+    </dependency>
+
+  </dependencies>
+
+  <build>
+    <resources>
+    </resources>
+  </build>
+</project>