Skip to content

Commit a49a39a

Browse files
JihoonKim1004JihoonKim1004
authored andcommitted
Modified pom.xml to 0.8-SNAPSHOT and added mxmlXMLListExample.xhtml to be ui:included to other .xhtml files.
1 parent 3a3bf23 commit a49a39a

24 files changed

Lines changed: 123 additions & 214 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.googlecode.jsf-flex.jsf-flex-build-plugIn-project</groupId>
88
<artifactId>jsf-flex-build-plugIn-main</artifactId>
9-
<version>0.7-SNAPSHOT</version>
9+
<version>0.8-SNAPSHOT</version>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>
@@ -90,7 +90,7 @@
9090
</dependencies>
9191

9292
<properties>
93-
<jsf.flex.annotations.version>0.7-SNAPSHOT</jsf.flex.annotations.version>
93+
<jsf.flex.annotations.version>0.8-SNAPSHOT</jsf.flex.annotations.version>
9494
</properties>
9595

9696
</project>

jsf-flex-build-plugIn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.googlecode.jsf-flex.jsf-flex-build-plugIn-project</groupId>
88
<artifactId>jsf-flex-build-plugIn-main</artifactId>
9-
<version>0.7-SNAPSHOT</version>
9+
<version>0.8-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<name>JSF-Flex Builder Main Project</name>
1212
<url>http://code.google.com/p/jsf-flex/</url>

jsf-flex-shared/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.googlecode.jsf-flex</groupId>
66
<artifactId>jsf-flex-shared-project</artifactId>
7-
<version>0.7-SNAPSHOT</version>
7+
<version>0.8-SNAPSHOT</version>
88
</parent>
99

1010
<groupId>com.googlecode.jsf-flex.jsf-flex-shared-project</groupId>

jsf-flex-shared/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<parent>
44
<groupId>com.googlecode.jsf-flex</groupId>
55
<artifactId>jsf-flex-build-project</artifactId>
6-
<version>0.7-SNAPSHOT</version>
6+
<version>0.8-SNAPSHOT</version>
77
</parent>
88

99
<groupId>com.googlecode.jsf-flex</groupId>
1010
<artifactId>jsf-flex-shared-project</artifactId>
1111
<packaging>pom</packaging>
1212
<name>JSF-FlexShared Project</name>
1313
<url>http://code.google.com/p/jsf-flex/</url>
14-
<version>0.7-SNAPSHOT</version>
14+
<version>0.8-SNAPSHOT</version>
1515
<description>
1616
JSF-Flexshared goal is to provide shared resource for jsf-flex subprojects
1717
</description>
@@ -61,7 +61,7 @@
6161
</repositories>
6262

6363
<properties>
64-
<jsf.flex.plugIn.version>0.7-SNAPSHOT</jsf.flex.plugIn.version>
64+
<jsf.flex.plugIn.version>0.8-SNAPSHOT</jsf.flex.plugIn.version>
6565
</properties>
6666

6767
</project>

jsf-flex/annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.googlecode.jsf-flex</groupId>
55
<artifactId>jsf-flex-project</artifactId>
6-
<version>0.7-SNAPSHOT</version>
6+
<version>0.8-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

jsf-flex/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>com.googlecode.jsf-flex</groupId>
44
<artifactId>jsf-flex-project</artifactId>
5-
<version>0.7-SNAPSHOT</version>
5+
<version>0.8-SNAPSHOT</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

jsf-flex/examples/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.googlecode.jsf-flex</groupId>
55
<artifactId>jsf-flex-project</artifactId>
6-
<version>0.7-SNAPSHOT</version>
6+
<version>0.8-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>
@@ -277,8 +277,8 @@
277277
</repositories>
278278

279279
<properties>
280-
<jsf.flex.runner.version>0.7-SNAPSHOT</jsf.flex.runner.version>
281-
<jsf.flex.annotations.version>0.7-SNAPSHOT</jsf.flex.annotations.version>
280+
<jsf.flex.runner.version>0.8-SNAPSHOT</jsf.flex.runner.version>
281+
<jsf.flex.annotations.version>0.8-SNAPSHOT</jsf.flex.annotations.version>
282282
</properties>
283283

284284
</project>

jsf-flex/examples/src/main/webapp/componentExamples/mxmlMenuBar.xhtml

Lines changed: 3 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -35,51 +35,9 @@
3535
<jf:mxmlApplication mxmlPackageName="mxmlMenuBar" height="500" width="800">
3636
<jf:mxmlMenuBar labelField="@label">
3737
<jf:mxmlDataProvider>
38-
<jf:mxmlXMLList>
39-
<!-- can provide statically -->
40-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
41-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="Menu1" />
42-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
43-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="MenuItem 1-A" />
44-
<jf:mxmlXMLStaticAttribute staticPropertyName="data" staticPropertyValue="1A" />
45-
</jf:mxmlXMLStaticElement>
46-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
47-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="MenuItem 1-B" />
48-
<jf:mxmlXMLStaticAttribute staticPropertyName="data" staticPropertyValue="1B" />
49-
</jf:mxmlXMLStaticElement>
50-
</jf:mxmlXMLStaticElement>
51-
52-
<!-- can provide dynamically as xmlListEntries -->
53-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
54-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="Menu2" />
55-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
56-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="MenuItem 2-A" />
57-
<jf:mxmlXMLStaticAttribute staticPropertyName="type" staticPropertyValue="check" />
58-
<jf:mxmlXMLStaticAttribute staticPropertyName="data" staticPropertyValue="2A" />
59-
</jf:mxmlXMLStaticElement>
60-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
61-
<jf:mxmlXMLStaticAttribute staticPropertyName="type" staticPropertyValue="Separator" />
62-
</jf:mxmlXMLStaticElement>
63-
64-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
65-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="MenuItem 2-B" />
66-
67-
<!-- below is sample a for binding to bean using xmlListEntries -->
68-
<jf:mxmlXMLListEntries bindingBeanList="#{mxmlFaceletOverallBean.xmlBeanEntries}">
69-
70-
<jf:mxmlXMLElement nodeName="nodeName">
71-
<jf:mxmlXMLAttribute property="label" />
72-
<jf:mxmlXMLAttribute property="type" />
73-
<jf:mxmlXMLAttribute property="groupName" />
74-
<jf:mxmlXMLAttribute property="data" />
75-
</jf:mxmlXMLElement>
76-
77-
</jf:mxmlXMLListEntries>
78-
</jf:mxmlXMLStaticElement>
79-
80-
</jf:mxmlXMLStaticElement>
81-
82-
</jf:mxmlXMLList>
38+
39+
<ui:include src="../faceletFiles/mxmlXMLListExample.xhtml" />
40+
8341
</jf:mxmlDataProvider>
8442
</jf:mxmlMenuBar>
8543

jsf-flex/examples/src/main/webapp/componentExamples/mxmlPopUpMenuButton.xhtml

Lines changed: 3 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -35,51 +35,9 @@
3535
<jf:mxmlApplication mxmlPackageName="mxmlPopUpMenuButton" height="500" width="800">
3636
<jf:mxmlPopUpMenuButton labelField="@label">
3737
<jf:mxmlDataProvider>
38-
<jf:mxmlXMLList>
39-
<!-- can provide statically -->
40-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
41-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="Menu1" />
42-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
43-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="MenuItem 1-A" />
44-
<jf:mxmlXMLStaticAttribute staticPropertyName="data" staticPropertyValue="1A" />
45-
</jf:mxmlXMLStaticElement>
46-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
47-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="MenuItem 1-B" />
48-
<jf:mxmlXMLStaticAttribute staticPropertyName="data" staticPropertyValue="1B" />
49-
</jf:mxmlXMLStaticElement>
50-
</jf:mxmlXMLStaticElement>
51-
52-
<!-- can provide dynamically as xmlListEntries -->
53-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
54-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="Menu2" />
55-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
56-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="MenuItem 2-A" />
57-
<jf:mxmlXMLStaticAttribute staticPropertyName="type" staticPropertyValue="check" />
58-
<jf:mxmlXMLStaticAttribute staticPropertyName="data" staticPropertyValue="2A" />
59-
</jf:mxmlXMLStaticElement>
60-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
61-
<jf:mxmlXMLStaticAttribute staticPropertyName="type" staticPropertyValue="Separator" />
62-
</jf:mxmlXMLStaticElement>
63-
64-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
65-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="MenuItem 2-B" />
66-
67-
<!-- below is sample a for binding to bean using xmlListEntries -->
68-
<jf:mxmlXMLListEntries bindingBeanList="#{mxmlFaceletOverallBean.xmlBeanEntries}">
69-
70-
<jf:mxmlXMLElement nodeName="nodeName">
71-
<jf:mxmlXMLAttribute property="label" />
72-
<jf:mxmlXMLAttribute property="type" />
73-
<jf:mxmlXMLAttribute property="groupName" />
74-
<jf:mxmlXMLAttribute property="data" />
75-
</jf:mxmlXMLElement>
76-
77-
</jf:mxmlXMLListEntries>
78-
</jf:mxmlXMLStaticElement>
79-
80-
</jf:mxmlXMLStaticElement>
81-
82-
</jf:mxmlXMLList>
38+
39+
<ui:include src="../faceletFiles/mxmlXMLListExample.xhtml" />
40+
8341
</jf:mxmlDataProvider>
8442
</jf:mxmlPopUpMenuButton>
8543

jsf-flex/examples/src/main/webapp/componentExamples/mxmlTree.xhtml

Lines changed: 3 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -35,51 +35,9 @@
3535
<jf:mxmlApplication mxmlPackageName="mxmlTree" height="500" width="800">
3636
<jf:mxmlTree width="500" labelField="@label" selectedIndex="#{mxmlFaceletOverallBean.treeSelectedIndex}">
3737
<jf:mxmlDataProvider>
38-
<jf:mxmlXMLList>
39-
<!-- can provide statically -->
40-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
41-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="Menu1" />
42-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
43-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="MenuItem 1-A" />
44-
<jf:mxmlXMLStaticAttribute staticPropertyName="data" staticPropertyValue="1A" />
45-
</jf:mxmlXMLStaticElement>
46-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
47-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="MenuItem 1-B" />
48-
<jf:mxmlXMLStaticAttribute staticPropertyName="data" staticPropertyValue="1B" />
49-
</jf:mxmlXMLStaticElement>
50-
</jf:mxmlXMLStaticElement>
51-
52-
<!-- can provide dynamically as xmlListEntries -->
53-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
54-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="Menu2" />
55-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
56-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="MenuItem 2-A" />
57-
<jf:mxmlXMLStaticAttribute staticPropertyName="type" staticPropertyValue="check" />
58-
<jf:mxmlXMLStaticAttribute staticPropertyName="data" staticPropertyValue="2A" />
59-
</jf:mxmlXMLStaticElement>
60-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
61-
<jf:mxmlXMLStaticAttribute staticPropertyName="type" staticPropertyValue="Separator" />
62-
</jf:mxmlXMLStaticElement>
63-
64-
<jf:mxmlXMLStaticElement staticNodeName="menuitem">
65-
<jf:mxmlXMLStaticAttribute staticPropertyName="label" staticPropertyValue="MenuItem 2-B" />
66-
67-
<!-- below is sample a for binding to bean using xmlListEntries -->
68-
<jf:mxmlXMLListEntries bindingBeanList="#{mxmlFaceletOverallBean.xmlBeanEntries}">
69-
70-
<jf:mxmlXMLElement nodeName="nodeName">
71-
<jf:mxmlXMLAttribute property="label" />
72-
<jf:mxmlXMLAttribute property="type" />
73-
<jf:mxmlXMLAttribute property="groupName" />
74-
<jf:mxmlXMLAttribute property="data" />
75-
</jf:mxmlXMLElement>
76-
77-
</jf:mxmlXMLListEntries>
78-
</jf:mxmlXMLStaticElement>
79-
80-
</jf:mxmlXMLStaticElement>
81-
82-
</jf:mxmlXMLList>
38+
39+
<ui:include src="../faceletFiles/mxmlXMLListExample.xhtml" />
40+
8341
</jf:mxmlDataProvider>
8442
</jf:mxmlTree>
8543

0 commit comments

Comments
 (0)