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:54:19 UTC

svn commit: r368004 - in /incubator/servicemix/trunk/servicemix-console: maven.xml project.properties project.xml

Author: foconer
Date: Wed Jan 11 02:54:07 2006
New Revision: 368004

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

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

Added: incubator/servicemix/trunk/servicemix-console/maven.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-console/maven.xml?rev=368004&view=auto
==============================================================================
--- incubator/servicemix/trunk/servicemix-console/maven.xml (added)
+++ incubator/servicemix/trunk/servicemix-console/maven.xml Wed Jan 11 02:54:07 2006
@@ -0,0 +1,25 @@
+<?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">
+
+  <goal name="default" prereqs="war:install"/>
+  <goal name="nightly" prereqs="clean, war:install, war:deploy"/>
+
+</project>

Added: incubator/servicemix/trunk/servicemix-console/project.properties
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-console/project.properties?rev=368004&view=auto
==============================================================================
--- incubator/servicemix/trunk/servicemix-console/project.properties (added)
+++ incubator/servicemix/trunk/servicemix-console/project.properties Wed Jan 11 02:54:07 2006
@@ -0,0 +1 @@
+maven.multiproject.type=war

Added: incubator/servicemix/trunk/servicemix-console/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-console/project.xml?rev=368004&view=auto
==============================================================================
--- incubator/servicemix/trunk/servicemix-console/project.xml (added)
+++ incubator/servicemix/trunk/servicemix-console/project.xml Wed Jan 11 02:54:07 2006
@@ -0,0 +1,179 @@
+<?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 :: Console</name>
+    <id>servicemix-console</id>
+    <shortDescription>ServiceMix Console</shortDescription>
+    <description>ServiceMix Console</description>
+  
+    <package>org.servicemix.console</package>
+    <packageGroups>
+      <packageGroup>
+        <title>ServiceMix Console</title>
+        <packages>org.servicemix.console</packages>
+      </packageGroup>
+    </packageGroups>
+ 
+    <!-- ============ -->
+    <!-- Dependencies -->
+    <!-- ============ -->
+    <dependencies>
+    
+      <dependency>
+        <groupId>servicemix</groupId>
+        <artifactId>servicemix-jbi</artifactId>
+        <version>${pom.currentVersion}</version>
+        <properties>
+          <eclipse.dependency>true</eclipse.dependency>
+                <war.bundle>true</war.bundle>
+        </properties>
+      </dependency>
+      <dependency>
+        <groupId>servicemix</groupId>
+        <artifactId>servicemix-core</artifactId>
+        <version>${pom.currentVersion}</version>
+        <properties>
+          <eclipse.dependency>true</eclipse.dependency>
+                <war.bundle>true</war.bundle>
+        </properties>
+      </dependency>
+      <dependency>
+        <groupId>springframework</groupId>
+        <artifactId>spring</artifactId>
+        <version>${spring_version}</version>
+        <properties>
+          <war.bundle>true</war.bundle>
+        </properties>
+      </dependency>
+    <dependency>
+      <id>geronimo-spec+jta</id>
+      <version>${geronimo_spec_jta_version}</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>geronimo-spec</groupId>
+      <artifactId>geronimo-spec-activation</artifactId>
+      <version>${geronimo_spec_activation_version}</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+    <dependency>
+      <groupId>backport-util-concurrent</groupId>
+      <artifactId>backport-util-concurrent</artifactId>
+      <version>${backport_util_concurrent_version}</version>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+
+    <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
+      <version>${commons_logging_version}</version>
+      <url>http://jakarta.apache.org/commons/logging/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+        <dependency>
+            <groupId>javax.portlet</groupId>
+            <artifactId>portlet-api</artifactId>
+            <version>${portlet_api_version}</version>
+            <properties>
+                <war.bundle>false</war.bundle>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.pluto</groupId>
+            <artifactId>pluto</artifactId>
+            <version>${pluto_version}</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+         </dependency>
+        <dependency>
+            <groupId>org.apache.pluto</groupId>
+            <artifactId>pluto-portal</artifactId>
+            <version>${pluto_version}</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+         </dependency>
+        <dependency>
+            <groupId>org.apache.pluto</groupId>
+            <artifactId>pluto-descriptors</artifactId>
+            <version>${pluto_version}</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+         </dependency>
+
+        <dependency>
+            <groupId>commons-el</groupId>
+            <artifactId>commons-el</artifactId>
+            <version>${commons_el_version}</version>
+            <url>http://jakarta.apache.org/commons/el/</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>       
+        <dependency>
+            <groupId>jstl</groupId>
+            <artifactId>jstl</artifactId>
+            <version>${jstl_version}</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>       
+        <dependency>
+            <groupId>taglibs</groupId>
+            <artifactId>standard</artifactId>
+            <version>${standard_taglibs_version}</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>        
+        <dependency>
+            <groupId>castor</groupId>
+            <artifactId>castor</artifactId>
+            <version>${castor_version}</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+        <dependency>
+            <groupId>geronimo-spec</groupId>
+            <artifactId>geronimo-spec-j2ee-connector</artifactId>
+            <version>${geronimo_spec_j2ee_connector_version}</version>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+                
+    </dependencies>  
+
+</project>