Modified:
trunk/maven-flex2-plugin/src/it/maven-flex2-dep-test/maven-flex2-mxmldep-test/pom.xml
trunk/maven-flex2-plugin/src/it/maven-flex2-extraParams-swf-test/pom.xml
trunk/maven-flex2-plugin/src/it/maven-flex2-mxml1-test/pom.xml
Log:
remove fds dependency from the integration tests, as not all who may
build this will have fds... also it was an explicit dep to 2.0.0
version, which shouldn't be true in the integration tests. I can't
distribute fds, so it has to go, and isn't critical from a testing
perspective anyway.
Modified: trunk/maven-flex2-plugin/src/it/maven-flex2-dep-test/maven-flex2-mxmldep-test/pom.xml
==============================================================================
---
trunk/maven-flex2-plugin/src/it/maven-flex2-dep-test/maven-flex2-mxmldep-test/pom.xml (original)
+++
trunk/maven-flex2-plugin/src/it/maven-flex2-dep-test/maven-flex2-mxmldep-test/pom.xml
Mon Mar 17 12:56:07 2008
@@ -24,12 +24,6 @@
</build>
<dependencies>
<dependency>
- <groupId>com.adobe.flex</groupId>
- <artifactId>fds</artifactId>
- <version>2.0.0</version>
- <type>swc</type>
- </dependency>
- <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>maven-flex2-actionscriptdep-test</artifactId>
<version>${project.version}</version>
Modified: trunk/maven-flex2-plugin/src/it/maven-flex2-extraParams-swf-test/pom.xml
==============================================================================
---
trunk/maven-flex2-plugin/src/it/maven-flex2-extraParams-swf-test/pom.xml (original)
+++
trunk/maven-flex2-plugin/src/it/maven-flex2-extraParams-swf-test/pom.xml
Mon Mar 17 12:56:07 2008
@@ -29,12 +29,4 @@
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>com.adobe.flex</groupId>
- <artifactId>fds</artifactId>
- <version>2.0.0</version>
- <type>swc</type>
- </dependency>
- </dependencies>
</project>
Modified: trunk/maven-flex2-plugin/src/it/maven-flex2-mxml1-test/pom.xml
==============================================================================
--- trunk/maven-flex2-plugin/src/it/maven-flex2-mxml1-test/pom.xml (original)
+++ trunk/maven-flex2-plugin/src/it/maven-flex2-mxml1-test/pom.xml Mon
Mar 17 12:56:07 2008
@@ -22,12 +22,4 @@
</plugin>
</plugins>
</build>
- <dependencies>
- <dependency>
- <groupId>com.adobe.flex</groupId>
- <artifactId>fds</artifactId>
- <version>2.0.0</version>
- <type>swc</type>
- </dependency>
- </dependencies>
</project>