diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-25 23:58:44 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-25 23:58:44 +0000 |
commit | ab0b67e2e326ace3fa2eb154d0329663eb346cf7 (patch) | |
tree | cbad578414ccc6c8babbbdfd5c4be12255b09186 /java/sca | |
parent | f80619743397f217f6f8527a530994fa45046341 (diff) |
Add rfc119 related modules to the main build
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758469 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/features/ejava/pom.xml | 43 | ||||
-rw-r--r-- | java/sca/modules/pom.xml | 16 |
2 files changed, 25 insertions, 34 deletions
diff --git a/java/sca/features/ejava/pom.xml b/java/sca/features/ejava/pom.xml index 526f61a124..7e858478e1 100644 --- a/java/sca/features/ejava/pom.xml +++ b/java/sca/features/ejava/pom.xml @@ -87,6 +87,25 @@ </dependency>
-->
+ <!-- OSGi RFC 119 -->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-osgi-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-contribution-osgi</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-impl-osgi</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
<!-- Policies -->
<!--
@@ -98,29 +117,5 @@ -->
</dependencies>
- <profiles>
- <profile>
- <id>rfc119</id>
- <dependencies>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-osgi-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-contribution-osgi</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node-impl-osgi</artifactId>
- <version>2.0-SNAPSHOT</version>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
</project>
diff --git a/java/sca/modules/pom.xml b/java/sca/modules/pom.xml index 3a0906ae9b..51d6883650 100644 --- a/java/sca/modules/pom.xml +++ b/java/sca/modules/pom.xml @@ -100,20 +100,16 @@ <module>workspace-xml</module> <module>xsd</module> <module>xsd-xml</module> + <!-- OSGi RFC 119 --> + <module>contribution-osgi</module> + <module>implementation-osgi</module> + <module>implementation-osgi-runtime</module> + <module>node-impl-osgi</module> + </modules> <profiles> <profile> - <id>rfc119</id> - <modules> - <module>contribution-osgi</module> - <module>implementation-osgi</module> - <module>implementation-osgi-runtime</module> - <module>node-impl-osgi</module> - </modules> - </profile> - - <profile> <id>eclipse</id> <build> <!--plugins> |