You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by da...@apache.org on 2008/03/10 01:30:10 UTC

svn commit: r635403 - in /openejb/trunk/openejb3/deps: ./ pom.xml xbean-finder/ xbean-finder/pom.xml xbean-reflect/ xbean-reflect/pom.xml

Author: dain
Date: Sun Mar  9 17:30:08 2008
New Revision: 635403

URL: http://svn.apache.org/viewvc?rev=635403&view=rev
Log:
Forgot to add the deps

Added:
    openejb/trunk/openejb3/deps/
    openejb/trunk/openejb3/deps/pom.xml
    openejb/trunk/openejb3/deps/xbean-finder/
    openejb/trunk/openejb3/deps/xbean-finder/pom.xml
    openejb/trunk/openejb3/deps/xbean-reflect/
    openejb/trunk/openejb3/deps/xbean-reflect/pom.xml

Added: openejb/trunk/openejb3/deps/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/deps/pom.xml?rev=635403&view=auto
==============================================================================
--- openejb/trunk/openejb3/deps/pom.xml (added)
+++ openejb/trunk/openejb3/deps/pom.xml Sun Mar  9 17:30:08 2008
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <artifactId>openejb</artifactId>
+    <groupId>org.apache.openejb</groupId>
+    <version>3.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>deps</artifactId>
+  <packaging>pom</packaging>
+  <name>OpenEJB :: Dependencies</name>
+
+  <modules>
+    <module>xbean-finder</module>
+    <module>xbean-reflect</module>
+  </modules>
+</project>

Added: openejb/trunk/openejb3/deps/xbean-finder/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/deps/xbean-finder/pom.xml?rev=635403&view=auto
==============================================================================
--- openejb/trunk/openejb3/deps/xbean-finder/pom.xml (added)
+++ openejb/trunk/openejb3/deps/xbean-finder/pom.xml Sun Mar  9 17:30:08 2008
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <artifactId>deps</artifactId>
+    <groupId>org.apache.openejb</groupId>
+    <version>3.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>xbean-finder</artifactId>
+  <packaging>jar</packaging>
+  <name>OpenEJB :: Dependencies :: XBean Finder</name>
+  <version>3.4-r635332</version>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.xbean</groupId>
+      <artifactId>xbean-finder</artifactId>
+      <version>3.4-r635332</version>
+    </dependency>
+  </dependencies>
+</project>

Added: openejb/trunk/openejb3/deps/xbean-reflect/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb3/deps/xbean-reflect/pom.xml?rev=635403&view=auto
==============================================================================
--- openejb/trunk/openejb3/deps/xbean-reflect/pom.xml (added)
+++ openejb/trunk/openejb3/deps/xbean-reflect/pom.xml Sun Mar  9 17:30:08 2008
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You 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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <artifactId>deps</artifactId>
+    <groupId>org.apache.openejb</groupId>
+    <version>3.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <artifactId>xbean-reflect</artifactId>
+  <packaging>jar</packaging>
+  <name>OpenEJB :: Dependencies :: XBean Reflect</name>
+  <version>3.4-r635332</version>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.xbean</groupId>
+      <artifactId>xbean-reflect</artifactId>
+      <version>3.4-r635332</version>
+    </dependency>
+  </dependencies>
+</project>