Skip to content

Commit

Permalink
Move the maven junit samples to running-tuscany.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk@1026302 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Simon Laws committed Oct 22, 2010
1 parent d1bfc22 commit 4be9e9c
Show file tree
Hide file tree
Showing 57 changed files with 46 additions and 4 deletions.
2 changes: 0 additions & 2 deletions samples/learning-more/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@
<module>distributed-osgi</module>
<module>sca-client</module>
<module>async</module>
<module>maven-osgi-junit</module>
<module>maven-junit</module>
</modules>
</profile>
</profiles>
Expand Down
43 changes: 43 additions & 0 deletions samples/running-tuscany/maven-junit/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?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>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-sample-maven-junit</artifactId>
<packaging>pom</packaging>
<name>Apache Tuscany SCA Sample Maven Junit</name>

<profiles>
<profile>
<id>default</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>calculator-contribution</module>
</modules>
</profile>
</profiles>
</project>
5 changes: 3 additions & 2 deletions samples/running-tuscany/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@
-->
<module>embedded-jse</module>
<module>embedded-osgi</module>
<!-- module>embedded-osgi-base</module -->
<!-- module>embedded-osgi-base</module -->
<module>maven-osgi-junit</module>
<module>maven-junit</module>
<module>shell</module>

</modules>
</profile>
</profiles>
Expand Down

0 comments on commit 4be9e9c

Please sign in to comment.