Modified: openejb/branches/3.0-beta-1/server/openejb-http/pom.xml URL: http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/server/openejb-http/pom.xml?rev=579463&r1=579462&r2=579463&view=diff ============================================================================== --- openejb/branches/3.0-beta-1/server/openejb-http/pom.xml (original) +++ openejb/branches/3.0-beta-1/server/openejb-http/pom.xml Tue Sep 25 21:17:40 2007 @@ -1,114 +1,92 @@ -<?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$ $Date$ --> - -<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>server</artifactId> - <groupId>org.apache.openejb</groupId> - <version>3.0-beta-1</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <artifactId>openejb-http</artifactId> - <packaging>jar</packaging> - <name>OpenEJB :: Server :: Http</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy</id> - <phase>process-resources</phase> - <goals> - <goal>copy</goal> - </goals> - <configuration> - <artifactItems> - <artifactItem> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-javaagent</artifactId> - <version>${version}</version> - <outputDirectory>${project.build.directory}</outputDirectory> - </artifactItem> - </artifactItems> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <!-- DEBUG: Uncomment this line and comment out the next --> - <!--<argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 -javaagent:${project.build.directory}/target/openejb-javaagent-${version}.jar=foo=bar</argLine>--> - <argLine>-javaagent:${project.build.directory}/openejb-javaagent-${version}.jar=foo=bar</argLine> - <systemProperties> - <property> - <name>openejb.home</name> - <value>${project.build.directory}/test-classes</value> - </property> - </systemProperties> - <basedir>${project.build.directory}</basedir> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-core</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-server</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-ejbd</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-itests-client</artifactId> - <version>${version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>idb</groupId> - <artifactId>idb</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<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>server</artifactId> + <groupId>org.apache.openejb</groupId> + <version>3.0-beta-1</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>openejb-http</artifactId> + <packaging>jar</packaging> + <name>OpenEJB :: Server :: Http</name> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy</id> + <phase>process-resources</phase> + <goals> + <goal>copy</goal> + </goals> + <configuration> + <artifactItems> + <artifactItem> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-javaagent</artifactId> + <version>${version}</version> + <outputDirectory>${project.build.directory}</outputDirectory> + </artifactItem> + </artifactItems> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <!-- DEBUG: Uncomment this line and comment out the next --> + <!--<argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 -javaagent:${project.build.directory}/target/openejb-javaagent-${version}.jar=foo=bar</argLine>--> + <argLine>-javaagent:${project.build.directory}/openejb-javaagent-${version}.jar=foo=bar</argLine> + <systemProperties> + <property> + <name>openejb.home</name> + <value>${project.build.directory}/test-classes</value> + </property> + </systemProperties> + <basedir>${project.build.directory}</basedir> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-core</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-server</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-ejbd</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-itests-client</artifactId> + <version>${version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.derby</groupId> + <artifactId>derby</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>idb</groupId> + <artifactId>idb</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file
Modified: openejb/branches/3.0-beta-1/server/openejb-server/pom.xml URL: http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/server/openejb-server/pom.xml?rev=579463&r1=579462&r2=579463&view=diff ============================================================================== --- openejb/branches/3.0-beta-1/server/openejb-server/pom.xml (original) +++ openejb/branches/3.0-beta-1/server/openejb-server/pom.xml Tue Sep 25 21:17:40 2007 @@ -1,62 +1,39 @@ -<?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$ $Date$ --> - -<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>server</artifactId> - <groupId>org.apache.openejb</groupId> - <version>3.0-beta-1</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <artifactId>openejb-server</artifactId> - <packaging>jar</packaging> - <name>OpenEJB :: Server :: Core</name> - <build> - <resources> - <resource> - <directory>src/main/resources</directory> - </resource> - </resources> - </build> - <dependencies> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-core</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-client</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.xbean</groupId> - <artifactId>xbean-finder</artifactId> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<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>server</artifactId> + <groupId>org.apache.openejb</groupId> + <version>3.0-beta-1</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>openejb-server</artifactId> + <packaging>jar</packaging> + <name>OpenEJB :: Server :: Core</name> + <build> + <resources> + <resource> + <directory>src/main/resources</directory> + </resource> + </resources> + </build> + <dependencies> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-core</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-client</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.xbean</groupId> + <artifactId>xbean-finder</artifactId> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file Modified: openejb/branches/3.0-beta-1/server/openejb-telnet/pom.xml URL: http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/server/openejb-telnet/pom.xml?rev=579463&r1=579462&r2=579463&view=diff ============================================================================== --- openejb/branches/3.0-beta-1/server/openejb-telnet/pom.xml (original) +++ openejb/branches/3.0-beta-1/server/openejb-telnet/pom.xml Tue Sep 25 21:17:40 2007 @@ -1,50 +1,28 @@ -<?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$ $Date$ --> - -<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>server</artifactId> - <groupId>org.apache.openejb</groupId> - <version>3.0-beta-1</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <artifactId>openejb-telnet</artifactId> - <packaging>jar</packaging> - <name>OpenEJB :: Server :: Telnet</name> - <dependencies> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-core</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-server</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<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>server</artifactId> + <groupId>org.apache.openejb</groupId> + <version>3.0-beta-1</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>openejb-telnet</artifactId> + <packaging>jar</packaging> + <name>OpenEJB :: Server :: Telnet</name> + <dependencies> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-core</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-server</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file Modified: openejb/branches/3.0-beta-1/server/openejb-webadmin/pom.xml URL: http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/server/openejb-webadmin/pom.xml?rev=579463&r1=579462&r2=579463&view=diff ============================================================================== --- openejb/branches/3.0-beta-1/server/openejb-webadmin/pom.xml (original) +++ openejb/branches/3.0-beta-1/server/openejb-webadmin/pom.xml Tue Sep 25 21:17:40 2007 @@ -1,123 +1,101 @@ -<?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: 546344 $ $Date: 2007-06-11 18:10:15 -0700 (Mon, 11 Jun 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"> - <parent> - <artifactId>server</artifactId> - <groupId>org.apache.openejb</groupId> - <version>3.0-beta-1</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <artifactId>openejb-webadmin</artifactId> - <packaging>jar</packaging> - <name>OpenEJB :: Server :: WebAdmin</name> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <executions> - <execution> - <id>copy</id> - <phase>process-resources</phase> - <goals> - <goal>copy</goal> - </goals> - <configuration> - <artifactItems> - <artifactItem> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-javaagent</artifactId> - <version>${version}</version> - <outputDirectory>${project.build.directory}</outputDirectory> - </artifactItem> - </artifactItems> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <!-- DEBUG: Uncomment this line and comment out the next --> - <!--<argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 -javaagent:${project.build.directory}/target/openejb-javaagent-${version}.jar=foo=bar</argLine>--> - <argLine>-javaagent:${project.build.directory}/openejb-javaagent-${version}.jar=foo=bar</argLine> - <systemProperties> - <property> - <name>openejb.home</name> - <value>${project.build.directory}/test-classes</value> - </property> - </systemProperties> - <basedir>${project.build.directory}</basedir> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-core</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-server</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-ejbd</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-http</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>commons-fileupload</groupId> - <artifactId>commons-fileupload</artifactId> - <version>1.2</version> - </dependency> - <dependency> - <groupId>regexp</groupId> - <artifactId>regexp</artifactId> - <version>1.3</version> - </dependency> - <dependency> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>idb</groupId> - <artifactId>idb</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<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>server</artifactId> + <groupId>org.apache.openejb</groupId> + <version>3.0-beta-1</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>openejb-webadmin</artifactId> + <packaging>jar</packaging> + <name>OpenEJB :: Server :: WebAdmin</name> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <executions> + <execution> + <id>copy</id> + <phase>process-resources</phase> + <goals> + <goal>copy</goal> + </goals> + <configuration> + <artifactItems> + <artifactItem> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-javaagent</artifactId> + <version>${version}</version> + <outputDirectory>${project.build.directory}</outputDirectory> + </artifactItem> + </artifactItems> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <!-- DEBUG: Uncomment this line and comment out the next --> + <!--<argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005 -javaagent:${project.build.directory}/target/openejb-javaagent-${version}.jar=foo=bar</argLine>--> + <argLine>-javaagent:${project.build.directory}/openejb-javaagent-${version}.jar=foo=bar</argLine> + <systemProperties> + <property> + <name>openejb.home</name> + <value>${project.build.directory}/test-classes</value> + </property> + </systemProperties> + <basedir>${project.build.directory}</basedir> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-core</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-server</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-ejbd</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-http</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>commons-fileupload</groupId> + <artifactId>commons-fileupload</artifactId> + <version>1.2</version> + </dependency> + <dependency> + <groupId>regexp</groupId> + <artifactId>regexp</artifactId> + <version>1.3</version> + </dependency> + <dependency> + <groupId>org.apache.derby</groupId> + <artifactId>derby</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>idb</groupId> + <artifactId>idb</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file Modified: openejb/branches/3.0-beta-1/server/openejb-xfire/pom.xml URL: http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/server/openejb-xfire/pom.xml?rev=579463&r1=579462&r2=579463&view=diff ============================================================================== --- openejb/branches/3.0-beta-1/server/openejb-xfire/pom.xml (original) +++ openejb/branches/3.0-beta-1/server/openejb-xfire/pom.xml Tue Sep 25 21:17:40 2007 @@ -1,50 +1,28 @@ -<?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$ $Date$ --> - -<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>server</artifactId> - <groupId>org.apache.openejb</groupId> - <version>3.0-beta-1</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <artifactId>openejb-xfire</artifactId> - <packaging>jar</packaging> - <name>OpenEJB :: Server :: XFire</name> - <dependencies> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-core</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>openejb-server</artifactId> - <version>${version}</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<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>server</artifactId> + <groupId>org.apache.openejb</groupId> + <version>3.0-beta-1</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>openejb-xfire</artifactId> + <packaging>jar</packaging> + <name>OpenEJB :: Server :: XFire</name> + <dependencies> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-core</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>openejb-server</artifactId> + <version>${version}</version> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file Modified: openejb/branches/3.0-beta-1/server/pom.xml URL: http://svn.apache.org/viewvc/openejb/branches/3.0-beta-1/server/pom.xml?rev=579463&r1=579462&r2=579463&view=diff ============================================================================== --- openejb/branches/3.0-beta-1/server/pom.xml (original) +++ openejb/branches/3.0-beta-1/server/pom.xml Tue Sep 25 21:17:40 2007 @@ -1,59 +1,40 @@ -<?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-beta-1</version> - </parent> - <modelVersion>4.0.0</modelVersion> - <artifactId>server</artifactId> - <packaging>pom</packaging> - <name>OpenEJB :: Server</name> - <modules> - <module>openejb-ejbd</module> - <module>openejb-admin</module> - <module>openejb-webadmin</module> - <module>openejb-server</module> - <module>openejb-client</module> - <module>openejb-http</module> - <module>openejb-telnet</module> - <module>openejb-xfire</module> - <module>openejb-axis</module> - <module>openejb-activemq</module> - <module>openejb-corba</module> - <module>openejb-derbynet</module> - <module>openejb-hsql</module> - </modules> - <dependencies> - <!-- - This dependency is here to ensure that absolutely nothing - under the container module section can be dependent on any - server modules. - --> - <dependency> - <groupId>org.apache.openejb</groupId> - <artifactId>container</artifactId> - <version>${version}</version> - <type>pom</type> - <scope>compile</scope> - </dependency> - </dependencies> -</project> +<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-beta-1</version> + </parent> + <modelVersion>4.0.0</modelVersion> + <artifactId>server</artifactId> + <packaging>pom</packaging> + <name>OpenEJB :: Server</name> + <modules> + <module>openejb-ejbd</module> + <module>openejb-admin</module> + <module>openejb-webadmin</module> + <module>openejb-server</module> + <module>openejb-client</module> + <module>openejb-http</module> + <module>openejb-telnet</module> + <module>openejb-xfire</module> + <module>openejb-axis</module> + <module>openejb-activemq</module> + <module>openejb-corba</module> + <module>openejb-derbynet</module> + <module>openejb-hsql</module> + </modules> + <dependencies> + <!-- + This dependency is here to ensure that absolutely nothing + under the container module section can be dependent on any + server modules. + --> + <dependency> + <groupId>org.apache.openejb</groupId> + <artifactId>container</artifactId> + <version>${version}</version> + <type>pom</type> + <scope>compile</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file
