You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2009/06/21 11:53:03 UTC

svn commit: r786977 [1/2] - in /openejb/trunk/openejb-eclipse-plugin: ./ assembly/ common/ eclipse/ features/ features/org.apache.openejb.feature.devtools/ features/org.apache.openejb.feature.server/ features/org.apache.openejb.feature/ pde-test/ plugi...

Author: jgallimore
Date: Sun Jun 21 09:53:02 2009
New Revision: 786977

URL: http://svn.apache.org/viewvc?rev=786977&view=rev
Log:
Reverting r786973

Modified:
    openejb/trunk/openejb-eclipse-plugin/assembly/pom.xml
    openejb/trunk/openejb-eclipse-plugin/common/pom.xml
    openejb/trunk/openejb-eclipse-plugin/eclipse/pom.xml
    openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature.devtools/pom.xml
    openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature.server/pom.xml
    openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature/pom.xml
    openejb/trunk/openejb-eclipse-plugin/features/pom.xml
    openejb/trunk/openejb-eclipse-plugin/pde-test/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.branding/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl1/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl2/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl2a/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nlBidi/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation.test/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.server/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.wtp.server/pom.xml
    openejb/trunk/openejb-eclipse-plugin/plugins/pom.xml
    openejb/trunk/openejb-eclipse-plugin/pom.xml

Modified: openejb/trunk/openejb-eclipse-plugin/assembly/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/assembly/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/assembly/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/assembly/pom.xml Sun Jun 21 09:53:02 2009
@@ -15,7 +15,7 @@
   ~ 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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openejb</groupId>
 	<artifactId>assembly</artifactId>
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.openejb</groupId>
 		<artifactId>eclipse-plugins</artifactId>
-		<version>1.0.0.alpha</version>
+		<version>1.0.0.alpha-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<build>

Modified: openejb/trunk/openejb-eclipse-plugin/common/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/common/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/common/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/common/pom.xml Sun Jun 21 09:53:02 2009
@@ -1,50 +1,50 @@
-<?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>eclipse-plugins</artifactId>
-		<groupId>org.apache.openejb</groupId>
-		<version>1.0.0.alpha</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.openejb</groupId>
-	<artifactId>plugins-common</artifactId>
-	<name>${artifactId}</name>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.openejb</groupId>
-			<artifactId>openejb-jee</artifactId>
-			<version>${openejb.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.openejb</groupId>
-			<artifactId>openejb-core</artifactId>
-			<version>${openejb.version}</version>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.openejb</groupId>
-			<artifactId>openejb-loader</artifactId>
-			<version>${openejb.version}</version>
-		</dependency>
-		<dependency>
-                        <groupId>org.jmock</groupId>
-                        <artifactId>jmock-junit3</artifactId>
-                        <version>2.2.0-RC1</version>
-               </dependency>
-	</dependencies>
-</project>
+<?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>
+	<parent>
+		<artifactId>eclipse-plugins</artifactId>
+		<groupId>org.apache.openejb</groupId>
+		<version>1.0.0.alpha-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.openejb</groupId>
+	<artifactId>plugins-common</artifactId>
+	<name>${artifactId}</name>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.openejb</groupId>
+			<artifactId>openejb-jee</artifactId>
+			<version>${openejb.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.openejb</groupId>
+			<artifactId>openejb-core</artifactId>
+			<version>${openejb.version}</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.openejb</groupId>
+			<artifactId>openejb-loader</artifactId>
+			<version>${openejb.version}</version>
+		</dependency>
+		<dependency>
+                        <groupId>org.jmock</groupId>
+                        <artifactId>jmock-junit3</artifactId>
+                        <version>2.2.0-RC1</version>
+               </dependency>
+	</dependencies>
+</project>

Modified: openejb/trunk/openejb-eclipse-plugin/eclipse/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/eclipse/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/eclipse/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/eclipse/pom.xml Sun Jun 21 09:53:02 2009
@@ -1,58 +1,58 @@
-<!--
-  ~ 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.
-  -->
-<!-- $Rev: 529767 $ $Date: 2007-04-17 17:21:24 -0400 (Tue, 17 Apr 2007) $ -->
-<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">
-                                                
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.openejb</groupId>
-    <artifactId>eclipse</artifactId>
-    <packaging>pom</packaging>
-    <name>${artifactId}</name>
-                                                
-    <parent>
-        <groupId>org.apache.openejb</groupId>
-        <artifactId>eclipse-plugins</artifactId>
-        <version>1.0.0.alpha</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-                                                
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
-                    <execution>
-                        <id>create-eclipse-target</id>
-                        <phase>validate</phase>
-                        <configuration>
-                            <tasks>
-                                <property name="LOCAL_M2_REPO" value="${settings.localRepository}" />
-                                <ant antfile="${basedir}/build.xml">
-                                    <target name="${eclipsePlatformFamily}" />
-                                </ant>
-                            </tasks>
-                        </configuration>
-                        <goals>
-                            <goal>run</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
-</project>
+<!--
+  ~ 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.
+  -->
+<!-- $Rev: 529767 $ $Date: 2007-04-17 17:21:24 -0400 (Tue, 17 Apr 2007) $ -->
+<project>
+                                                
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.openejb</groupId>
+    <artifactId>eclipse</artifactId>
+    <packaging>pom</packaging>
+    <name>${artifactId}</name>
+                                                
+    <parent>
+        <groupId>org.apache.openejb</groupId>
+        <artifactId>eclipse-plugins</artifactId>
+        <version>1.0.0.alpha-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+                                                
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-antrun-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>create-eclipse-target</id>
+                        <phase>validate</phase>
+                        <configuration>
+                            <tasks>
+                                <property name="LOCAL_M2_REPO" value="${settings.localRepository}"/>
+                                <ant antfile="${basedir}/build.xml">
+                                    <target name="${eclipsePlatformFamily}"></target>
+                                </ant>
+                            </tasks>
+                        </configuration>
+                        <goals>
+                            <goal>run</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
+        </plugins>
+    </build>
+</project>

Modified: openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature.devtools/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature.devtools/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature.devtools/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature.devtools/pom.xml Sun Jun 21 09:53:02 2009
@@ -1,53 +1,53 @@
-<!--
-  ~ 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.
-  -->
-<!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
-<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">
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.openejb</groupId>
-    <artifactId>org.apache.openejb.feature.devtools</artifactId>
-    <packaging>jar</packaging>
-    <name>${artifactId}</name>
-    <parent>
-        <groupId>org.apache.openejb</groupId>
-        <artifactId>eclipse-features-parent</artifactId>
-        <version>1.0.0.alpha</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-    <build>
-        <resources>
-            <resource>
-                <directory>.</directory>
-                <filtering>true</filtering>
-                <includes>
-                    <include>feature.xml</include>
-                    <include>feature.properties</include>
-					<include>feature_*.properties</include>
-					<include>license.html</include>
-					<include>bigG.gif</include>
-                </includes>
-            </resource>
-            <resource>
-                <targetPath>META-INF</targetPath>
-                <directory>..</directory>
-                <includes>
-                    <include>LICENSE</include>
-                    <include>NOTICE</include>
-                </includes>
-            </resource>
-        </resources>
-    </build>
-</project>
+<!--
+  ~ 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.
+  -->
+<!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.openejb</groupId>
+    <artifactId>org.apache.openejb.feature.devtools</artifactId>
+    <packaging>jar</packaging>
+    <name>${artifactId}</name>
+    <parent>
+        <groupId>org.apache.openejb</groupId>
+        <artifactId>eclipse-features-parent</artifactId>
+        <version>1.0.0.alpha-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <build>
+        <resources>
+            <resource>
+                <directory>.</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>feature.xml</include>
+                    <include>feature.properties</include>
+					<include>feature_*.properties</include>
+					<include>license.html</include>
+					<include>bigG.gif</include>
+                </includes>
+            </resource>
+            <resource>
+                <targetPath>META-INF</targetPath>
+                <directory>..</directory>
+                <includes>
+                    <include>LICENSE</include>
+                    <include>NOTICE</include>
+                </includes>
+            </resource>
+        </resources>
+    </build>
+</project>

Modified: openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature.server/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature.server/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature.server/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature.server/pom.xml Sun Jun 21 09:53:02 2009
@@ -1,53 +1,53 @@
-<!--
-  ~ 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.
-  -->
-<!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
-<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">
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.openejb</groupId>
-    <artifactId>org.apache.openejb.feature.server</artifactId>
-    <packaging>jar</packaging>
-    <name>${artifactId}</name>
-    <parent>
-        <groupId>org.apache.openejb</groupId>
-        <artifactId>eclipse-features-parent</artifactId>
-        <version>1.0.0.alpha</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-    <build>
-        <resources>
-            <resource>
-                <directory>.</directory>
-                <filtering>true</filtering>
-                <includes>
-                    <include>feature.xml</include>
-                    <include>feature.properties</include>
-					<include>feature_*.properties</include>
-					<include>license.html</include>
-					<include>bigG.gif</include>
-                </includes>
-            </resource>
-            <resource>
-                <targetPath>META-INF</targetPath>
-                <directory>..</directory>
-                <includes>
-                    <include>LICENSE</include>
-                    <include>NOTICE</include>
-                </includes>
-            </resource>
-        </resources>
-    </build>
-</project>
+<!--
+  ~ 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.
+  -->
+<!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.openejb</groupId>
+    <artifactId>org.apache.openejb.feature.server</artifactId>
+    <packaging>jar</packaging>
+    <name>${artifactId}</name>
+    <parent>
+        <groupId>org.apache.openejb</groupId>
+        <artifactId>eclipse-features-parent</artifactId>
+        <version>1.0.0.alpha-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <build>
+        <resources>
+            <resource>
+                <directory>.</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>feature.xml</include>
+                    <include>feature.properties</include>
+					<include>feature_*.properties</include>
+					<include>license.html</include>
+					<include>bigG.gif</include>
+                </includes>
+            </resource>
+            <resource>
+                <targetPath>META-INF</targetPath>
+                <directory>..</directory>
+                <includes>
+                    <include>LICENSE</include>
+                    <include>NOTICE</include>
+                </includes>
+            </resource>
+        </resources>
+    </build>
+</project>

Modified: openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/features/org.apache.openejb.feature/pom.xml Sun Jun 21 09:53:02 2009
@@ -1,53 +1,53 @@
-<!--
-  ~ 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.
-  -->
-<!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
-<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">
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.openejb</groupId>
-    <artifactId>org.apache.openejb.feature</artifactId>
-    <packaging>jar</packaging>
-    <name>${artifactId}</name>
-    <parent>
-        <groupId>org.apache.openejb</groupId>
-        <artifactId>eclipse-features-parent</artifactId>
-        <version>1.0.0.alpha</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-    <build>
-        <resources>
-            <resource>
-                <directory>.</directory>
-                <filtering>true</filtering>
-                <includes>
-                    <include>feature.xml</include>
-                    <include>feature.properties</include>
-					<include>feature_*.properties</include>
-					<include>license.html</include>
-					<include>bigG.gif</include>
-                </includes>
-            </resource>
-            <resource>
-                <targetPath>META-INF</targetPath>
-                <directory>..</directory>
-                <includes>
-                    <include>LICENSE</include>
-                    <include>NOTICE</include>
-                </includes>
-            </resource>
-        </resources>
-    </build>
-</project>
+<!--
+  ~ 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.
+  -->
+<!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.openejb</groupId>
+    <artifactId>org.apache.openejb.feature</artifactId>
+    <packaging>jar</packaging>
+    <name>${artifactId}</name>
+    <parent>
+        <groupId>org.apache.openejb</groupId>
+        <artifactId>eclipse-features-parent</artifactId>
+        <version>1.0.0.alpha-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <build>
+        <resources>
+            <resource>
+                <directory>.</directory>
+                <filtering>true</filtering>
+                <includes>
+                    <include>feature.xml</include>
+                    <include>feature.properties</include>
+					<include>feature_*.properties</include>
+					<include>license.html</include>
+					<include>bigG.gif</include>
+                </includes>
+            </resource>
+            <resource>
+                <targetPath>META-INF</targetPath>
+                <directory>..</directory>
+                <includes>
+                    <include>LICENSE</include>
+                    <include>NOTICE</include>
+                </includes>
+            </resource>
+        </resources>
+    </build>
+</project>

Modified: openejb/trunk/openejb-eclipse-plugin/features/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/features/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/features/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/features/pom.xml Sun Jun 21 09:53:02 2009
@@ -1,36 +1,36 @@
-<?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.
-  -->
-<!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
-<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">
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.openejb</groupId>
-    <artifactId>eclipse-features-parent</artifactId>
-    <packaging>pom</packaging>
-    <name>${artifactId}</name>
-    <parent>
-        <groupId>org.apache.openejb</groupId>
-        <artifactId>eclipse-plugins</artifactId>
-        <version>1.0.0.alpha</version>
-        <relativePath>../pom.xml</relativePath>
-    </parent>
-    <modules>
-        <module>org.apache.openejb.feature</module>
-	<module>org.apache.openejb.feature.devtools</module>
-	<module>org.apache.openejb.feature.server</module>
-    </modules>
-</project>
+<?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.
+  -->
+<!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
+<project>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.apache.openejb</groupId>
+    <artifactId>eclipse-features-parent</artifactId>
+    <packaging>pom</packaging>
+    <name>${artifactId}</name>
+    <parent>
+        <groupId>org.apache.openejb</groupId>
+        <artifactId>eclipse-plugins</artifactId>
+        <version>1.0.0.alpha-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
+    <modules>
+        <module>org.apache.openejb.feature</module>
+	<module>org.apache.openejb.feature.devtools</module>
+	<module>org.apache.openejb.feature.server</module>
+    </modules>
+</project>

Modified: openejb/trunk/openejb-eclipse-plugin/pde-test/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/pde-test/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/pde-test/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/pde-test/pom.xml Sun Jun 21 09:53:02 2009
@@ -15,7 +15,7 @@
   ~ 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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openejb</groupId>
 	<artifactId>pde-test</artifactId>
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.openejb</groupId>
 		<artifactId>eclipse-plugins</artifactId>
-		<version>1.0.0.alpha</version>
+		<version>1.0.0.alpha-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<build>
@@ -73,11 +73,11 @@
 						<phase>integration-test</phase>
 						<configuration>
 							<tasks>
-								<echo message="Running tests..." />
+								<echo message="Running tests..."/>
 								<property name="LOCAL_M2_REPO" value="${settings.localRepository}" />
 								<property name="java.home" value="${java.home}" />
 								<ant antfile="${basedir}/test.xml">
-									<target name="${eclipsePlatformFamily}" />
+									<target name="${eclipsePlatformFamily}"></target>
 								</ant>
 							</tasks>
 						</configuration>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.branding/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.branding/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.branding/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.branding/pom.xml Sun Jun 21 09:53:02 2009
@@ -15,11 +15,11 @@
   ~ 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">
+<project>
   <parent>
     <artifactId>eclipse-plugins-parent</artifactId>
     <groupId>org.apache.openejb</groupId>
-    <version>1.0.0.alpha</version>
+    <version>1.0.0.alpha-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.openejb</groupId>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.builder/pom.xml Sun Jun 21 09:53:02 2009
@@ -15,11 +15,11 @@
 	~ 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">
+<project>
 	<parent>
 		<artifactId>eclipse-plugins-parent</artifactId>
 		<groupId>org.apache.openejb</groupId>
-		<version>1.0.0.alpha</version>
+		<version>1.0.0.alpha-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openejb</groupId>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.devtools.core/pom.xml Sun Jun 21 09:53:02 2009
@@ -15,11 +15,11 @@
 	~ 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">
+<project>
 	<parent>
 		<artifactId>eclipse-plugins-parent</artifactId>
 		<groupId>org.apache.openejb</groupId>
-		<version>1.0.0.alpha</version>
+		<version>1.0.0.alpha-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openejb</groupId>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl1/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl1/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl1/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl1/pom.xml Sun Jun 21 09:53:02 2009
@@ -15,11 +15,11 @@
   ~ 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">
+<project>
   <parent>
     <artifactId>eclipse-plugins-parent</artifactId>
     <groupId>org.apache.openejb</groupId>
-    <version>1.0.0.alpha</version>
+    <version>1.0.0.alpha-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.openejb</groupId>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl2/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl2/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl2/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl2/pom.xml Sun Jun 21 09:53:02 2009
@@ -15,11 +15,11 @@
   ~ 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">
+<project>
   <parent>
     <artifactId>eclipse-plugins-parent</artifactId>
     <groupId>org.apache.openejb</groupId>
-    <version>1.0.0.alpha</version>
+    <version>1.0.0.alpha-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.openejb</groupId>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl2a/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl2a/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl2a/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nl2a/pom.xml Sun Jun 21 09:53:02 2009
@@ -15,11 +15,11 @@
   ~ 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">
+<project>
   <parent>
     <artifactId>eclipse-plugins-parent</artifactId>
     <groupId>org.apache.openejb</groupId>
-    <version>1.0.0.alpha</version>
+    <version>1.0.0.alpha-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.openejb</groupId>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nlBidi/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nlBidi/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nlBidi/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help.nlBidi/pom.xml Sun Jun 21 09:53:02 2009
@@ -15,11 +15,11 @@
   ~ 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">
+<project>
   <parent>
     <artifactId>eclipse-plugins-parent</artifactId>
     <groupId>org.apache.openejb</groupId>
-    <version>1.0.0.alpha</version>
+    <version>1.0.0.alpha-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.openejb</groupId>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.help/pom.xml Sun Jun 21 09:53:02 2009
@@ -15,11 +15,11 @@
   ~ 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">
+<project>
   <parent>
     <artifactId>eclipse-plugins-parent</artifactId>
     <groupId>org.apache.openejb</groupId>
-    <version>1.0.0.alpha</version>
+    <version>1.0.0.alpha-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.openejb</groupId>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation.test/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation.test/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation.test/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation.test/pom.xml Sun Jun 21 09:53:02 2009
@@ -15,11 +15,11 @@
 	~ 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">
+<project>
 	<parent>
 		<artifactId>eclipse-plugins-parent</artifactId>
 		<groupId>org.apache.openejb</groupId>
-		<version>1.0.0.alpha</version>
+		<version>1.0.0.alpha-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openejb</groupId>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/pom.xml Sun Jun 21 09:53:02 2009
@@ -1,83 +1,83 @@
-<?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>eclipse-plugins-parent</artifactId>
-		<groupId>org.apache.openejb</groupId>
-		<version>1.0.0.alpha</version>
-	</parent>
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.openejb</groupId>
-	<artifactId>org.apache.openejb.helper.annotation</artifactId>
-	<name>${artifactId}</name>
-	<build>
-		<resources>
-			<resource>
-				<directory>.</directory>
-				<includes>
-					<include>plugin.xml</include>
-					<include>about.html</include>
-					<include>plugin.properties</include>
-					<include>plugin_*.properties</include>
-				</includes>
-			</resource>
-			<resource>
-				<directory>src/main/resources</directory>
-				<includes>
-					<include>**/*</include>
-				</includes>
-			</resource>
-			<resource>
-				<targetPath>META-INF</targetPath>
-				<directory>META-INF</directory>
-				<includes>
-					<include>MANIFEST.MF</include>
-				</includes>
-			</resource>
-			<resource>
-				<targetPath>lib</targetPath>
-				<directory>lib</directory>
-				<includes>
-					<include>*.jar</include>
-				</includes>
-			</resource>
-		</resources>
-		<plugins>
-			<plugin>
-				<artifactId>maven-eclipse-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<groupId>org.apache.geronimo.devtools</groupId>
-				<artifactId>maven-eclipsepde-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-antrun-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-jar-plugin</artifactId>
-			</plugin>
-		</plugins>
-	</build>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.openejb</groupId>
-			<artifactId>org.apache.openejb.devtools.core</artifactId>
-			<version>${version}</version>
-		</dependency>
-	</dependencies>
-</project>
+<?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>
+	<parent>
+		<artifactId>eclipse-plugins-parent</artifactId>
+		<groupId>org.apache.openejb</groupId>
+		<version>1.0.0.alpha-SNAPSHOT</version>
+	</parent>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.openejb</groupId>
+	<artifactId>org.apache.openejb.helper.annotation</artifactId>
+	<name>${artifactId}</name>
+	<build>
+		<resources>
+			<resource>
+				<directory>.</directory>
+				<includes>
+					<include>plugin.xml</include>
+					<include>about.html</include>
+					<include>plugin.properties</include>
+					<include>plugin_*.properties</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>src/main/resources</directory>
+				<includes>
+					<include>**/*</include>
+				</includes>
+			</resource>
+			<resource>
+				<targetPath>META-INF</targetPath>
+				<directory>META-INF</directory>
+				<includes>
+					<include>MANIFEST.MF</include>
+				</includes>
+			</resource>
+			<resource>
+				<targetPath>lib</targetPath>
+				<directory>lib</directory>
+				<includes>
+					<include>*.jar</include>
+				</includes>
+			</resource>
+		</resources>
+		<plugins>
+			<plugin>
+				<artifactId>maven-eclipse-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.geronimo.devtools</groupId>
+				<artifactId>maven-eclipsepde-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<artifactId>maven-antrun-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<artifactId>maven-jar-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.openejb</groupId>
+			<artifactId>org.apache.openejb.devtools.core</artifactId>
+			<version>${version}</version>
+		</dependency>
+	</dependencies>
+</project>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.server/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.server/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.server/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.server/pom.xml Sun Jun 21 09:53:02 2009
@@ -1,379 +1,379 @@
-<!--
-	~ 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.
--->
-<!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
-<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">
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.openejb</groupId>
-	<artifactId>org.apache.openejb.server</artifactId>
-	<packaging>jar</packaging>
-	<name>${artifactId}</name>
-	<parent>
-		<groupId>org.apache.openejb</groupId>
-		<artifactId>eclipse-plugins-parent</artifactId>
-		<version>1.0.0.alpha</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
-	<build>
-		<resources>
-			<resource>
-				<targetPath>META-INF</targetPath>
-				<directory>META-INF</directory>
-				<includes>
-					<include>MANIFEST.MF</include>
-					<include>openejb.xml</include>
-				</includes>
-			</resource>
-			<resource>
-				<directory>lib</directory>
-				<targetPath>lib</targetPath>
-				<includes>
-					<include>*</include>
-				</includes>
-			</resource>
-			<resource>
-				<directory>src/main/resources</directory>
-				<includes>
-					<include>**/*</include>
-				</includes>
-			</resource>
-		</resources>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.geronimo.devtools</groupId>
-				<artifactId>maven-eclipsepde-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-antrun-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-jar-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-dependency-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>copy</id>
-						<phase>generate-resources</phase>
-						<goals>
-							<goal>copy</goal>
-						</goals>
-						<configuration>
-							<outputDirectory>lib</outputDirectory>
-							<overWriteSnapshots>
-								true
-							</overWriteSnapshots>
-							<artifactItems>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-loader</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-core</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>log4j</groupId>
-									<artifactId>log4j</artifactId>
-									<version>1.2.12</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>ejb31-api-experimental</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-javaagent</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-jee</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.codehaus.woodstox</groupId>
-									<artifactId>wstx-asl</artifactId>
-									<version>3.2.0</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>stax</groupId>
-									<artifactId>stax-api</artifactId>
-									<version>1.0.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>com.sun.xml.bind</groupId>
-									<artifactId>jaxb-impl</artifactId>
-									<version>2.0.5</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>commons-cli</groupId>
-									<artifactId>commons-cli</artifactId>
-									<version>1.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.activemq</groupId>
-									<artifactId>activemq-ra</artifactId>
-									<version>4.1.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.activemq</groupId>
-									<artifactId>activemq-core</artifactId>
-									<version>4.1.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>backport-util-concurrent</groupId>
-									<artifactId>backport-util-concurrent</artifactId>
-									<version>2.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.activemq</groupId>
-									<artifactId>activeio-core</artifactId>
-									<version>3.0.0-incubator</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openjpa</groupId>
-									<artifactId>openjpa</artifactId>
-									<version>1.2.0</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>commons-pool</groupId>
-									<artifactId>commons-pool</artifactId>
-									<version>1.3</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>net.sourceforge.serp</groupId>
-									<artifactId>serp</artifactId>
-									<version>1.13.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>commons-lang</groupId>
-									<artifactId>commons-lang</artifactId>
-									<version>2.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>commons-collections</groupId>
-									<artifactId>commons-collections</artifactId>
-									<version>3.2</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.geronimo.components</groupId>
-									<artifactId>geronimo-connector</artifactId>
-									<version>2.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.geronimo.components</groupId>
-									<artifactId>geronimo-transaction</artifactId>
-									<version>2.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.objectweb.howl</groupId>
-									<artifactId>howl</artifactId>
-									<version>1.0.1-1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>hsqldb</groupId>
-									<artifactId>hsqldb</artifactId>
-									<version>1.8.0.7</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>commons-dbcp-all</artifactId>
-									<version>1.3-r699049</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.codehaus.swizzle</groupId>
-									<artifactId>swizzle-stream</artifactId>
-									<version>1.0.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>commons-logging</groupId>
-									<artifactId>commons-logging</artifactId>
-									<version>1.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>wsdl4j</groupId>
-									<artifactId>wsdl4j</artifactId>
-									<version>1.6.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>quartz</groupId>
-									<artifactId>quartz</artifactId>
-									<version>1.5.2</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>javaee-api</artifactId>
-									<version>5.0-2</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.geronimo.javamail</groupId>
-									<artifactId>geronimo-javamail_1.4_mail</artifactId>
-									<version>1.2</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-client</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-server</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-ejbd</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-multicast</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-hsql</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-http</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-telnet</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-cxf</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.openejb</groupId>
-									<artifactId>openejb-webservices</artifactId>
-									<version>${openejb.version}</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.cxf</groupId>
-									<artifactId>cxf-bundle</artifactId>
-									<version>2.0.9</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.slf4j</groupId>
-									<artifactId>slf4j-api</artifactId>
-									<version>1.3.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>com.sun.xml.messaging.saaj</groupId>
-									<artifactId>saaj-impl</artifactId>
-									<version>1.3</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.neethi</groupId>
-									<artifactId>neethi</artifactId>
-									<version>2.0.4</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.slf4j</groupId>
-									<artifactId>slf4j-jdk14</artifactId>
-									<version>1.3.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.ws.commons.schema</groupId>
-									<artifactId>XmlSchema</artifactId>
-									<version>1.3.2</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>xml-resolver</groupId>
-									<artifactId>xml-resolver</artifactId>
-									<version>1.2</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.xbean</groupId>
-									<artifactId>xbean-asm-shaded</artifactId>
-									<version>3.6-r779512</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.xbean</groupId>
-									<artifactId>xbean-finder-shaded</artifactId>
-									<version>3.6-r779512</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.xbean</groupId>
-									<artifactId>xbean-reflect</artifactId>
-									<version>3.6-r779512</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.xbean</groupId>
-									<artifactId>xbean-naming</artifactId>
-									<version>3.5</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>bouncycastle</groupId>
-									<artifactId>bcprov-jdk15</artifactId>
-									<version>140</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.santuario</groupId>
-									<artifactId>xmlsec</artifactId>
-									<version>1.4.0</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>opensaml</groupId>
-									<artifactId>opensaml</artifactId>
-									<version>1.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.santuario</groupId>
-									<artifactId>xmlsec</artifactId>
-									<version>1.4.0</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.slf4j</groupId>
-									<artifactId>slf4j-jdk14</artifactId>
-									<version>1.3.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.slf4j</groupId>
-									<artifactId>slf4j-api</artifactId>
-									<version>1.3.1</version>
-								</artifactItem>
-								<artifactItem>
-									<groupId>org.apache.ws.security</groupId>
-									<artifactId>wss4j</artifactId>
-									<version>1.5.4</version>
-								</artifactItem>
-							</artifactItems>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-		</plugins>
-	</build>
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.openejb</groupId>
-			<artifactId>openejb-core</artifactId>
-			<version>${openejb.version}</version>
-		</dependency>
-	</dependencies>
-</project>
+<!--
+	~ 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.
+-->
+<!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
+<project>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.openejb</groupId>
+	<artifactId>org.apache.openejb.server</artifactId>
+	<packaging>jar</packaging>
+	<name>${artifactId}</name>
+	<parent>
+		<groupId>org.apache.openejb</groupId>
+		<artifactId>eclipse-plugins-parent</artifactId>
+		<version>1.0.0.alpha-SNAPSHOT</version>
+		<relativePath>../pom.xml</relativePath>
+	</parent>
+	<build>
+		<resources>
+			<resource>
+				<targetPath>META-INF</targetPath>
+				<directory>META-INF</directory>
+				<includes>
+					<include>MANIFEST.MF</include>
+					<include>openejb.xml</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>lib</directory>
+				<targetPath>lib</targetPath>
+				<includes>
+					<include>*</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>src/main/resources</directory>
+				<includes>
+					<include>**/*</include>
+				</includes>
+			</resource>
+		</resources>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.geronimo.devtools</groupId>
+				<artifactId>maven-eclipsepde-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<artifactId>maven-antrun-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<artifactId>maven-jar-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<artifactId>maven-dependency-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>copy</id>
+						<phase>generate-resources</phase>
+						<goals>
+							<goal>copy</goal>
+						</goals>
+						<configuration>
+							<outputDirectory>lib</outputDirectory>
+							<overWriteSnapshots>
+								true
+							</overWriteSnapshots>
+							<artifactItems>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-loader</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-core</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>log4j</groupId>
+									<artifactId>log4j</artifactId>
+									<version>1.2.12</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>ejb31-api-experimental</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-javaagent</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-jee</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.codehaus.woodstox</groupId>
+									<artifactId>wstx-asl</artifactId>
+									<version>3.2.0</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>stax</groupId>
+									<artifactId>stax-api</artifactId>
+									<version>1.0.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>com.sun.xml.bind</groupId>
+									<artifactId>jaxb-impl</artifactId>
+									<version>2.0.5</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>commons-cli</groupId>
+									<artifactId>commons-cli</artifactId>
+									<version>1.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.activemq</groupId>
+									<artifactId>activemq-ra</artifactId>
+									<version>4.1.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.activemq</groupId>
+									<artifactId>activemq-core</artifactId>
+									<version>4.1.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>backport-util-concurrent</groupId>
+									<artifactId>backport-util-concurrent</artifactId>
+									<version>2.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.activemq</groupId>
+									<artifactId>activeio-core</artifactId>
+									<version>3.0.0-incubator</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openjpa</groupId>
+									<artifactId>openjpa</artifactId>
+									<version>1.2.0</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>commons-pool</groupId>
+									<artifactId>commons-pool</artifactId>
+									<version>1.3</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>net.sourceforge.serp</groupId>
+									<artifactId>serp</artifactId>
+									<version>1.13.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>commons-lang</groupId>
+									<artifactId>commons-lang</artifactId>
+									<version>2.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>commons-collections</groupId>
+									<artifactId>commons-collections</artifactId>
+									<version>3.2</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.geronimo.components</groupId>
+									<artifactId>geronimo-connector</artifactId>
+									<version>2.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.geronimo.components</groupId>
+									<artifactId>geronimo-transaction</artifactId>
+									<version>2.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.objectweb.howl</groupId>
+									<artifactId>howl</artifactId>
+									<version>1.0.1-1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>hsqldb</groupId>
+									<artifactId>hsqldb</artifactId>
+									<version>1.8.0.7</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>commons-dbcp-all</artifactId>
+									<version>1.3-r699049</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.codehaus.swizzle</groupId>
+									<artifactId>swizzle-stream</artifactId>
+									<version>1.0.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>commons-logging</groupId>
+									<artifactId>commons-logging</artifactId>
+									<version>1.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>wsdl4j</groupId>
+									<artifactId>wsdl4j</artifactId>
+									<version>1.6.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>quartz</groupId>
+									<artifactId>quartz</artifactId>
+									<version>1.5.2</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>javaee-api</artifactId>
+									<version>5.0-2</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.geronimo.javamail</groupId>
+									<artifactId>geronimo-javamail_1.4_mail</artifactId>
+									<version>1.2</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-client</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-server</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-ejbd</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-multicast</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-hsql</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-http</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-telnet</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-cxf</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.openejb</groupId>
+									<artifactId>openejb-webservices</artifactId>
+									<version>${openejb.version}</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.cxf</groupId>
+									<artifactId>cxf-bundle</artifactId>
+									<version>2.0.9</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.slf4j</groupId>
+									<artifactId>slf4j-api</artifactId>
+									<version>1.3.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>com.sun.xml.messaging.saaj</groupId>
+									<artifactId>saaj-impl</artifactId>
+									<version>1.3</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.neethi</groupId>
+									<artifactId>neethi</artifactId>
+									<version>2.0.4</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.slf4j</groupId>
+									<artifactId>slf4j-jdk14</artifactId>
+									<version>1.3.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.ws.commons.schema</groupId>
+									<artifactId>XmlSchema</artifactId>
+									<version>1.3.2</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>xml-resolver</groupId>
+									<artifactId>xml-resolver</artifactId>
+									<version>1.2</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.xbean</groupId>
+									<artifactId>xbean-asm-shaded</artifactId>
+									<version>3.6-r779512</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.xbean</groupId>
+									<artifactId>xbean-finder-shaded</artifactId>
+									<version>3.6-r779512</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.xbean</groupId>
+									<artifactId>xbean-reflect</artifactId>
+									<version>3.6-r779512</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.xbean</groupId>
+									<artifactId>xbean-naming</artifactId>
+									<version>3.5</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>bouncycastle</groupId>
+									<artifactId>bcprov-jdk15</artifactId>
+									<version>140</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.santuario</groupId>
+									<artifactId>xmlsec</artifactId>
+									<version>1.4.0</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>opensaml</groupId>
+									<artifactId>opensaml</artifactId>
+									<version>1.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.santuario</groupId>
+									<artifactId>xmlsec</artifactId>
+									<version>1.4.0</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.slf4j</groupId>
+									<artifactId>slf4j-jdk14</artifactId>
+									<version>1.3.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.slf4j</groupId>
+									<artifactId>slf4j-api</artifactId>
+									<version>1.3.1</version>
+								</artifactItem>
+								<artifactItem>
+									<groupId>org.apache.ws.security</groupId>
+									<artifactId>wss4j</artifactId>
+									<version>1.5.4</version>
+								</artifactItem>
+							</artifactItems>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.openejb</groupId>
+			<artifactId>openejb-core</artifactId>
+			<version>${openejb.version}</version>
+		</dependency>
+	</dependencies>
+</project>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.wtp.server/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.wtp.server/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.wtp.server/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/org.apache.openejb.wtp.server/pom.xml Sun Jun 21 09:53:02 2009
@@ -1,96 +1,96 @@
-<!--
-	~ 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.
--->
-<!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
-<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">
-	<modelVersion>4.0.0</modelVersion>
-	<groupId>org.apache.openejb</groupId>
-	<artifactId>org.apache.openejb.wtp.server</artifactId>
-	<packaging>jar</packaging>
-	<name>${artifactId}</name>
-	<parent>
-		<groupId>org.apache.openejb</groupId>
-		<artifactId>eclipse-plugins-parent</artifactId>
-		<version>1.0.0.alpha</version>
-		<relativePath>../pom.xml</relativePath>
-	</parent>
-	<build>
-		<resources>
-			<resource>
-				<directory>.</directory>
-				<includes>
-					<include>plugin.xml</include>
-					<include>about.html</include>
-					<include>plugin.properties</include>
-					<include>plugin_*.properties</include>
-				</includes>
-			</resource>
-			<resource>
-				<targetPath>META-INF</targetPath>
-				<directory>META-INF</directory>
-				<includes>
-					<include>MANIFEST.MF</include>
-				</includes>
-			</resource>
-			<resource>
-				<directory>buildfiles</directory>
-				<targetPath>buildfiles</targetPath>
-				<includes>
-					<include>*</include>
-				</includes>
-			</resource>
-			<resource>
-				<directory>lib</directory>
-				<targetPath>lib</targetPath>
-				<includes>
-					<include>*</include>
-				</includes>
-			</resource>
-			<resource>
-				<directory>icons</directory>
-				<targetPath>icons</targetPath>
-				<includes>
-					<include>**/*</include>
-				</includes>
-			</resource>
-			<resource>
-				<directory>src/main/resources</directory>
-				<includes>
-					<include>**/*</include>
-				</includes>
-			</resource>
-			<resource>
-				<directory>servers</directory>
-				<targetPath>servers</targetPath>
-				<includes>
-					<include>*</include>
-				</includes>
-			</resource>
-		</resources>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.geronimo.devtools</groupId>
-				<artifactId>maven-eclipsepde-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-antrun-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-jar-plugin</artifactId>
-			</plugin>
-		</plugins>
-	</build>
-</project>
+<!--
+	~ 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.
+-->
+<!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
+<project>
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.apache.openejb</groupId>
+	<artifactId>org.apache.openejb.wtp.server</artifactId>
+	<packaging>jar</packaging>
+	<name>${artifactId}</name>
+	<parent>
+		<groupId>org.apache.openejb</groupId>
+		<artifactId>eclipse-plugins-parent</artifactId>
+		<version>1.0.0.alpha-SNAPSHOT</version>
+		<relativePath>../pom.xml</relativePath>
+	</parent>
+	<build>
+		<resources>
+			<resource>
+				<directory>.</directory>
+				<includes>
+					<include>plugin.xml</include>
+					<include>about.html</include>
+					<include>plugin.properties</include>
+					<include>plugin_*.properties</include>
+				</includes>
+			</resource>
+			<resource>
+				<targetPath>META-INF</targetPath>
+				<directory>META-INF</directory>
+				<includes>
+					<include>MANIFEST.MF</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>buildfiles</directory>
+				<targetPath>buildfiles</targetPath>
+				<includes>
+					<include>*</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>lib</directory>
+				<targetPath>lib</targetPath>
+				<includes>
+					<include>*</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>icons</directory>
+				<targetPath>icons</targetPath>
+				<includes>
+					<include>**/*</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>src/main/resources</directory>
+				<includes>
+					<include>**/*</include>
+				</includes>
+			</resource>
+			<resource>
+				<directory>servers</directory>
+				<targetPath>servers</targetPath>
+				<includes>
+					<include>*</include>
+				</includes>
+			</resource>
+		</resources>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.geronimo.devtools</groupId>
+				<artifactId>maven-eclipsepde-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<artifactId>maven-antrun-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<artifactId>maven-jar-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
+</project>

Modified: openejb/trunk/openejb-eclipse-plugin/plugins/pom.xml
URL: http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/pom.xml?rev=786977&r1=786976&r2=786977&view=diff
==============================================================================
--- openejb/trunk/openejb-eclipse-plugin/plugins/pom.xml (original)
+++ openejb/trunk/openejb-eclipse-plugin/plugins/pom.xml Sun Jun 21 09:53:02 2009
@@ -16,7 +16,7 @@
   ~ limitations under the License.
   -->
 <!-- $Rev: 577554 $ $Date: 2007-09-20 06:35:12 +0100 (Thu, 20 Sep 2007) $ -->
-<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">
+<project>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.openejb</groupId>
 	<artifactId>eclipse-plugins-parent</artifactId>
@@ -25,7 +25,7 @@
 	<parent>
 		<groupId>org.apache.openejb</groupId>
 		<artifactId>eclipse-plugins</artifactId>
-		<version>1.0.0.alpha</version>
+		<version>1.0.0.alpha-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<build>
@@ -101,8 +101,8 @@
 							<phase>process-sources</phase>
 							<configuration>
 								<tasks>
-									<copy file="${basedir}/.classpath" todir="${project.build.directory}" overwrite="false" failonerror="false" />
-									<copy file="${basedir}/.project" todir="${project.build.directory}" overwrite="false" failonerror="false" />
+									<copy file="${basedir}/.classpath" todir="${project.build.directory}" overwrite="false" failonerror="false"/>
+									<copy file="${basedir}/.project" todir="${project.build.directory}" overwrite="false" failonerror="false"/>
 								</tasks>
 							</configuration>
 							<goals>
@@ -114,8 +114,8 @@
 							<phase>compile</phase>
 							<configuration>
 								<tasks>
-									<copy file="${project.build.directory}/.classpath" todir="${basedir}" overwrite="true" failonerror="false" />
-									<copy file="${project.build.directory}/.project" todir="${basedir}" overwrite="true" failonerror="false" />
+									<copy file="${project.build.directory}/.classpath" todir="${basedir}" overwrite="true" failonerror="false"/>
+									<copy file="${project.build.directory}/.project" todir="${basedir}" overwrite="true" failonerror="false"/>
 								</tasks>
 							</configuration>
 							<goals>