You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsf-flex/core/src/main/java/com/googlecode/jsfFlex/component/ext/AbstractMXMLUIApplication.java
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@
20
20
21
21
importjava.io.File;
22
22
importjava.io.IOException;
23
+
importjava.util.Collection;
23
24
24
25
importjavax.faces.component.UIComponentBase;
25
26
importjavax.faces.context.FacesContext;
@@ -305,10 +306,10 @@ public void setPreMxmlIdentifier(String preMxmlIdentifier) {
305
306
publicabstractStringgetMxmlPackageName();
306
307
307
308
/**
308
-
* This value will be passed to the mxmlc compiler when creating a SWF. It must be an absolutePath to a filesystem where additional ActionScript and MXML files that areneeded for the current SWF generation are located at. There can be multiple valuesseparated with a space.
309
+
* This value will be passed to the mxmlc compiler when creating a SWF. It must be an absolutePath to a filesystem where additional ActionScript and MXML files that are needed for the current SWF generation are located at.
309
310
*/
310
-
@JSFProperty(desc = "This value will be passed to the mxmlc compiler when creating a SWF. It must be an absolutePath to a filesystem where additional ActionScript and MXML files that areneeded for the current SWF generation are located at. There can be multiple valuesseparated with a space.")
311
-
publicabstractStringgetSourcePath();
311
+
@JSFProperty(desc = "This value will be passed to the mxmlc compiler when creating a SWF. It must be an absolutePath to a filesystem where additional ActionScript and MXML files that are needed for the current SWF generation are located at.")
312
+
publicabstractCollection<String>getSourcePath();
312
313
313
314
/**
314
315
* This value will be passed to the mxmlc compiler when creating a SWF. It represents the defaultBgColor, surprise.
Copy file name to clipboardExpand all lines: runnerImpl/flexTaskRunnerImpl/antFlexTaskRunnerImpl/src/main/java/com/googlecode/jsfFlex/shared/tasks/ant/MXMLCTask.java
Copy file name to clipboardExpand all lines: runnerImpl/flexTaskRunnerImpl/jythonFlexTaskRunnerImpl/src/main/java/com/googlecode/jsfFlex/shared/tasks/jython/MXMLCTask.java
0 commit comments