Skip to content

Commit d9435a3

Browse files
committed
Created a new CreateSwcConfigurationFile Maven plugin for the project to create mxmlConstants.xml + jsfFlexMainSwcConfigurationFile.xml files dynamically by inspecting new SwcActionScriptFile and SwcActionScriptFiles annotation within MXMLConstants.java file.
1 parent ad11ef6 commit d9435a3

18 files changed

Lines changed: 699 additions & 287 deletions

File tree

jsf-flex-build-plugIn/jsf-flex-plugIn/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<dependency>
3333
<groupId>com.googlecode.jsf-flex.jsf-flex-project</groupId>
3434
<artifactId>jsf-flex-annotations</artifactId>
35-
<version>${jsf.flex.annotations.version}</version>
3635
</dependency>
3736

3837
<dependency>
@@ -79,8 +78,4 @@
7978

8079
</dependencies>
8180

82-
<properties>
83-
<jsf.flex.annotations.version>1.1b</jsf.flex.annotations.version>
84-
</properties>
85-
8681
</project>

0 commit comments

Comments
 (0)