Author: [email protected] Date: Mon Oct 24 15:44:49 2011 New Revision: 1581 Log: [AMDATUOPENSOCIAL-129] refactoring performance test
Added: trunk/amdatu-opensocial/test-performance/pom.xml trunk/amdatu-opensocial/test-performance/test-releases/pom.xml Modified: trunk/amdatu-opensocial/test-performance/test-execution/pom.xml Added: trunk/amdatu-opensocial/test-performance/pom.xml ============================================================================== --- (empty file) +++ trunk/amdatu-opensocial/test-performance/pom.xml Mon Oct 24 15:44:49 2011 @@ -0,0 +1,34 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2010, 2011 The Amdatu Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License.verning 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"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.amdatu.opensocial</groupId> + <artifactId>org.amdatu.opensocial</artifactId> + <version>0.2.0-SNAPSHOT</version> + </parent> + <artifactId>org.amdatu.opensocial.test.performance</artifactId> + <packaging>pom</packaging> + <name>Amdatu OpenSocial - Performance Test</name> + <description>Root pom for OpenSocial performance test</description> + + <modules> + <module>test-execution</module> + <module>test-releases</module> + </modules> +</project> Modified: trunk/amdatu-opensocial/test-performance/test-execution/pom.xml ============================================================================== --- trunk/amdatu-opensocial/test-performance/test-execution/pom.xml (original) +++ trunk/amdatu-opensocial/test-performance/test-execution/pom.xml Mon Oct 24 15:44:49 2011 @@ -3,10 +3,10 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.amdatu.opensocial</groupId> - <artifactId>org.amdatu.opensocial</artifactId> + <artifactId>org.amdatu.opensocial.test.performance</artifactId> <version>0.2.0-SNAPSHOT</version> </parent> - <artifactId>org.amdatu.opensocial.test.performance</artifactId> + <artifactId>org.amdatu.opensocial.test.performance.execution</artifactId> <packaging>jar</packaging> <name>Amdatu Open Social - Performance Test</name> <description>This bundle generates the Performance Test framework for the OpenSocial project</description> Added: trunk/amdatu-opensocial/test-performance/test-releases/pom.xml ============================================================================== --- (empty file) +++ trunk/amdatu-opensocial/test-performance/test-releases/pom.xml Mon Oct 24 15:44:49 2011 @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2010, 2011 The Amdatu Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License.verning 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"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.amdatu.opensocial</groupId> + <artifactId>org.amdatu.opensocial.test.performance</artifactId> + <version>0.2.0-SNAPSHOT</version> + </parent> + <artifactId>org.amdatu.opensocial.test.performance.releases</artifactId> + <packaging>pom</packaging> + <name>Amdatu OpenSocial - Performance Test releases</name> + <description>Root pom for OpenSocial performance test releases</description> + + <modules> + </modules> +</project> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
