Author: antelder
Date: Thu Jul 3 14:25:57 2008
New Revision: 673819
URL: http://svn.apache.org/viewvc?rev=673819&view=rev
Log:
Remove modules not included in 1.3 release from osgi installer
Modified:
tuscany/branches/sca-java-1.3/itest/osgi-tuscany/tuscany-osgi-installer/
(props changed)
tuscany/branches/sca-java-1.3/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml
Propchange:
tuscany/branches/sca-java-1.3/itest/osgi-tuscany/tuscany-osgi-installer/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Jul 3 14:25:57 2008
@@ -0,0 +1,19 @@
+target
+work
+dojo
+*.iws
+*.ipr
+*.iml
+derby.log
+maven.log
+build.xml
+build-dependency.xml
+velocity.log*
+junit*.properties
+surefire*.properties
+.project
+.classpath
+.settings
+.deployables
+.wtpmodules
+.externalToolBuilders
Modified:
tuscany/branches/sca-java-1.3/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml?rev=673819&r1=673818&r2=673819&view=diff
==============================================================================
---
tuscany/branches/sca-java-1.3/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml
(original)
+++
tuscany/branches/sca-java-1.3/itest/osgi-tuscany/tuscany-osgi-installer/pom.xml
Thu Jul 3 14:25:57 2008
@@ -72,11 +72,6 @@
-->
<dependency>
<groupId>${pom.groupId}</groupId>
- <artifactId>tuscany-binding-feed</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-binding-rss</artifactId>
<version>${pom.version}</version>
</dependency>
@@ -332,11 +327,6 @@
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
- <artifactId>tuscany-databinding-xstream</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-host-embedded</artifactId>
<version>${pom.version}</version>
</dependency>
@@ -400,11 +390,6 @@
-->
<dependency>
<groupId>${pom.groupId}</groupId>
- <artifactId>tuscany-implementation-das</artifactId>
- <version>${pom.version}</version>
- </dependency>
- <dependency>
- <groupId>${pom.groupId}</groupId>
<artifactId>tuscany-implementation-ejb</artifactId>
<version>${pom.version}</version>
</dependency>