forked from videojuicer/stylekit-as3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.flexLibProperties
85 lines (85 loc) · 5.33 KB
/
.flexLibProperties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<flexLibProperties includeAllClasses="true" useMultiPlatformConfig="false" version="3">
<includeClasses>
<classEntry path="org.stylekit.css.StyleSheetCollection"/>
<classEntry path="org.stylekit.css.StyleSheet"/>
<classEntry path="org.stylekit.css.parse.StyleSheetParser"/>
<classEntry path="org.stylekit.css.parse.ElementSelectorParser"/>
<classEntry path="org.stylekit.css.parse.ValueParser"/>
<classEntry path="org.stylekit.css.property.Property"/>
<classEntry path="org.stylekit.css.property.PropertyContainer"/>
<classEntry path="org.stylekit.css.value.Value"/>
<classEntry path="org.stylekit.css.value.ColorValue"/>
<classEntry path="org.stylekit.css.value.SizeValue"/>
<classEntry path="org.stylekit.css.value.URLValue"/>
<classEntry path="org.stylekit.css.value.AlignmentValue"/>
<classEntry path="org.stylekit.css.value.RepeatValue"/>
<classEntry path="org.stylekit.css.value.LineStyleValue"/>
<classEntry path="org.stylekit.css.value.FontStyleValue"/>
<classEntry path="org.stylekit.css.value.FontVariantValue"/>
<classEntry path="org.stylekit.css.value.FontWeightValue"/>
<classEntry path="org.stylekit.css.value.BackgroundCompoundValue"/>
<classEntry path="org.stylekit.css.value.BorderCompoundValue"/>
<classEntry path="org.stylekit.css.value.FontCompoundValue"/>
<classEntry path="org.stylekit.css.value.EdgeCompoundValue"/>
<classEntry path="org.stylekit.css.selector.ElementSelectorChain"/>
<classEntry path="org.stylekit.css.selector.ElementSelector"/>
<classEntry path="org.stylekit.css.selector.MediaSelector"/>
<classEntry path="org.stylekit.css.style.Style"/>
<classEntry path="org.stylekit.css.style.Animation"/>
<classEntry path="org.stylekit.css.style.AnimationKeyFrame"/>
<classEntry path="org.stylekit.css.style.FontFace"/>
<classEntry path="org.stylekit.css.style.Import"/>
<classEntry path="org.stylekit.ui.element.UIElement"/>
<classEntry path="org.stylekit.ui.element.layout.FlowControlLine"/>
<classEntry path="org.stylekit.events.UIElementEvent"/>
<classEntry path="org.stylekit.ui.BaseUI"/>
<classEntry path="org.stylekit.events.StyleSheetEvent"/>
<classEntry path="org.stylekit.css.value.ListStyleCompoundValue"/>
<classEntry path="org.stylekit.css.value.ListStyleTypeValue"/>
<classEntry path="org.stylekit.css.value.ListStylePositionValue"/>
<classEntry path="org.stylekit.css.value.VisibilityValue"/>
<classEntry path="org.stylekit.css.value.TextTransformValue"/>
<classEntry path="org.stylekit.css.value.TextAlignValue"/>
<classEntry path="org.stylekit.css.value.TextDecorationValue"/>
<classEntry path="org.stylekit.css.value.CursorValue"/>
<classEntry path="org.stylekit.css.value.PropertyListValue"/>
<classEntry path="org.stylekit.css.value.TimingFunctionValue"/>
<classEntry path="org.stylekit.css.value.AnimationIterationCountValue"/>
<classEntry path="org.stylekit.css.value.AnimationDirectionValue"/>
<classEntry path="org.stylekit.css.value.TimeValue"/>
<classEntry path="org.stylekit.css.value.AnimationCompoundValue"/>
<classEntry path="org.stylekit.css.value.TransitionCompoundValue"/>
<classEntry path="org.stylekit.css.value.InheritValue"/>
<classEntry path="org.stylekit.css.value.ValueArray"/>
<classEntry path="org.stylekit.spec.tests.css.property.PropertyTestCase"/>
<classEntry path="org.stylekit.spec.tests.css.value.VisibilityValueTestCase"/>
<classEntry path="org.stylekit.spec.tests.css.value.TextTransformValueTestCase"/>
<classEntry path="org.stylekit.spec.tests.css.value.TextDecorationValueTestCase"/>
<classEntry path="org.stylekit.spec.tests.css.value.TextAlignValueTestCase"/>
<classEntry path="org.stylekit.spec.tests.css.value.PositionValueTestCase"/>
<classEntry path="org.stylekit.spec.tests.css.value.OverflowValueTestCase"/>
<classEntry path="org.stylekit.spec.tests.css.value.CursorValueTestCase"/>
<classEntry path="org.stylekit.spec.tests.css.value.DisplayValueTestCase"/>
<classEntry path="org.stylekit.spec.tests.css.value.EdgeCompoundValueTestCase"/>
<classEntry path="org.stylekit.spec.tests.css.value.InheritValue"/>
<classEntry path="org.stylekit.events.ValueEvent"/>
<classEntry path="org.stylekit.events.PropertyEvent"/>
<classEntry path="org.stylekit.events.TransitionWorkerEvent"/>
<classEntry path="org.stylekit.css.value.CornerCompoundValue"/>
<classEntry path="org.stylekit.ui.element.paint.UIElementPainter"/>
<classEntry path="org.stylekit.css.value.FloatValue"/>
<classEntry path="org.stylekit.css.value.NumericValue"/>
<classEntry path="StyleKitConsole"/>
<classEntry path="org.stylekit.ui.element.SpriteWrapperUIElement"/>
<classEntry path="org.stylekit.ui.element.paint.BackgroundFiller"/>
<classEntry path="org.stylekit.css.value.BackgroundPositionValue"/>
<classEntry path="org.stylekit.css.value.IntegerValue"/>
<classEntry path="org.stylekit.css.value.BackgroundSizeValue"/>
<classEntry path="org.stylekit.spec.tests.ui.element.paint.UIElementPainterTestCase"/>
<classEntry path="org.stylekit.spec.tests.css.value.CornerCompoundValueTestCase"/>
<classEntry path="org.stylekit.events.Benchmarks"/>
</includeClasses>
<includeResources/>
<namespaceManifests/>
</flexLibProperties>