- Moved shared test-code from the compiler-build-tools to a new modules compiler-test-utils - Removed the PreProcessSourcesMojo from the compiler-build-tools
Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/1997e353 Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/1997e353 Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/1997e353 Branch: refs/heads/master Commit: 1997e35353469e48a2ea9959ab1cfaf197079648 Parents: 631708d Author: Christofer Dutz <[email protected]> Authored: Sat Jul 9 11:11:57 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Sat Jul 9 11:11:57 2016 +0200 ---------------------------------------------------------------------- js/pom.xml | 26 -------------------------- 1 file changed, 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/1997e353/js/pom.xml ---------------------------------------------------------------------- diff --git a/js/pom.xml b/js/pom.xml index d122ea3..0ab1c3c 100644 --- a/js/pom.xml +++ b/js/pom.xml @@ -218,32 +218,6 @@ </dependency> </dependencies> </plugin> - <plugin> - <groupId>org.apache.flex.flexjs.compiler</groupId> - <artifactId>compiler-build-tools</artifactId> - <version>0.7.0-SNAPSHOT</version> - <executions> - <execution> - <id>pre-process-actionscript-sources</id> - <phase>process-sources</phase> - <goals> - <goal>pre-process-sources</goal> - </goals> - <configuration> - <operations> - <replace-regexp-operation> - <match>base\:Number\)</match> - <replace>base:Number = 10)</replace> - </replace-regexp-operation> - </operations> - <downloadesSourceDirectory>target/generated-sources/externc</downloadesSourceDirectory> - <includes> - <include>functions/parseInt.as</include> - </includes> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build>
