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/12 06:09:41 UTC

svn commit: r368277 - in /incubator/servicemix/trunk/servicemix-gbean: maven.xml project.xml

Author: foconer
Date: Wed Jan 11 21:09:24 2006
New Revision: 368277

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

Added:
    incubator/servicemix/trunk/servicemix-gbean/maven.xml
    incubator/servicemix/trunk/servicemix-gbean/project.xml

Added: incubator/servicemix/trunk/servicemix-gbean/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-gbean/maven.xml?rev=368277&view=auto
==============================================================================
--- incubator/servicemix/trunk/servicemix-gbean/maven.xml (added)
+++ incubator/servicemix/trunk/servicemix-gbean/maven.xml Wed Jan 11 21:09:24 2006
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+
+    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 default="default"
+    xmlns:ant="jelly:ant"
+    xmlns:deploy="geronimo:deploy">
+    
+    <!-- goal "build" is inherited from parent pom -->
+    <goal name="default">
+      <attainGoal name="build"/>
+    </goal>
+
+</project>

Added: incubator/servicemix/trunk/servicemix-gbean/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-gbean/project.xml?rev=368277&view=auto
==============================================================================
--- incubator/servicemix/trunk/servicemix-gbean/project.xml (added)
+++ incubator/servicemix/trunk/servicemix-gbean/project.xml Wed Jan 11 21:09:24 2006
@@ -0,0 +1,135 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+
+    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.
+-->
+
+<!DOCTYPE project>
+<project>
+    <pomVersion>3</pomVersion>
+    <extend>../project.xml</extend>
+
+    <name>ServiceMix :: GBeans</name>
+    <id>servicemix-gbean</id>
+    <shortDescription>Geronimo / GBean support</shortDescription>
+    <description>ServiceMix GBeans used for integration into Apache Geronimo</description>
+  
+    <package>org.servicemix.gbean</package>
+    <packageGroups>
+      <packageGroup>
+        <title>Geronimo / GBean support</title>
+        <packages>org.apache.servicemix</packages>
+      </packageGroup>
+    </packageGroups>
+ 
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+    <dependencies>
+    
+      <dependency>
+        <groupId>servicemix</groupId>
+        <artifactId>servicemix-jbi</artifactId>
+        <version>${pom.currentVersion}</version>
+        <properties>
+          <eclipse.dependency>true</eclipse.dependency>
+        </properties>
+      </dependency>
+      <dependency>
+        <groupId>servicemix</groupId>
+        <artifactId>servicemix-core</artifactId>
+        <version>${pom.currentVersion}</version>
+        <properties>
+          <eclipse.dependency>true</eclipse.dependency>
+        </properties>
+      </dependency>
+      <dependency>
+        <groupId>org.xbean</groupId>
+        <artifactId>xbean-spring</artifactId>
+        <version>${xbean_version}</version>
+      </dependency>
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring</artifactId>
+        <version>${spring_version}</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>${commons_logging_version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>geronimo</groupId>
+        <artifactId>geronimo-kernel</artifactId>
+        <version>${geronimo_kernel_version}</version>
+      </dependency>
+      <!-- dependency>
+        <groupId>geronimo</groupId>
+        <artifactId>geronimo-system</artifactId>
+        <version>${geronimo_system_version}</version>
+      </dependency -->
+      <dependency>
+        <groupId>geronimo</groupId>
+        <artifactId>geronimo-deployment</artifactId>
+        <version>${geronimo_deployment_version}</version>
+      </dependency>
+      <dependency>
+        <groupId>geronimo</groupId>
+        <artifactId>geronimo-common</artifactId>
+        <version>${geronimo_common_version}</version>
+      </dependency>
+      <dependency>
+        <groupId>geronimo</groupId>
+        <artifactId>geronimo-j2ee</artifactId>
+        <version>${geronimo_j2ee_version}</version>
+      </dependency>
+      <!-- dependency>
+        <groupId>geronimo</groupId>
+        <artifactId>geronimo-connector</artifactId>
+        <version>${geronimo_connector_version}</version>
+      </dependency -->
+      <dependency>
+        <groupId>geronimo</groupId>
+        <artifactId>geronimo-transaction</artifactId>
+        <version>${geronimo_transaction_version}</version>
+      </dependency>
+      <dependency>
+        <groupId>geronimo-spec</groupId>
+        <artifactId>geronimo-spec-jta</artifactId>
+        <version>${geronimo_spec_jta_version}</version>
+      </dependency>
+      <dependency>
+        <groupId>geronimo-spec</groupId>
+        <artifactId>geronimo-spec-j2ee-connector</artifactId>
+        <version>${geronimo_spec_j2ee_connector_version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>jencks</groupId>
+        <artifactId>jencks</artifactId>
+        <version>${jencks_version}</version>
+      </dependency>
+
+      <!-- dependency>
+        <groupId>mx4j</groupId>
+        <artifactId>mx4j</artifactId>
+        <version>${mx4j_version}</version>
+      </dependency -->
+    </dependencies>  
+
+</project>