missed one
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/658b34bf Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/658b34bf Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/658b34bf Branch: refs/heads/mavenfolders Commit: 658b34bfeaa7431d32392e99fa3346b88a842e86 Parents: f992c05 Author: Alex Harui <[email protected]> Authored: Tue Feb 2 16:41:41 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Tue Feb 2 16:41:41 2016 -0800 ---------------------------------------------------------------------- frameworks/projects/CreateJS/src/defaults.css | 36 -------------------- .../CreateJS/src/main/resources/defaults.css | 36 ++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/658b34bf/frameworks/projects/CreateJS/src/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/CreateJS/src/defaults.css b/frameworks/projects/CreateJS/src/defaults.css deleted file mode 100644 index 55fa336..0000000 --- a/frameworks/projects/CreateJS/src/defaults.css +++ /dev/null @@ -1,36 +0,0 @@ -/* - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with - * this work for additional information regarding copyright ownership. - * The ASF licenses this file to You under the Apache License, Version 2.0 - * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - */ - -@namespace createjs "library://ns.apache.org/flexjs/createjs"; - -@media -flex-flash -{ - -createjs|TextButton -{ - IBeadModel: ClassReference("org.apache.flex.html.beads.models.TextModel"); - IBeadView: ClassReference("org.apache.flex.html.beads.TextButtonView"); -} - -createjs|CheckBox -{ - IBeadView: ClassReference("org.apache.flex.html.beads.CheckBoxView"); -} - -} http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/658b34bf/frameworks/projects/CreateJS/src/main/resources/defaults.css ---------------------------------------------------------------------- diff --git a/frameworks/projects/CreateJS/src/main/resources/defaults.css b/frameworks/projects/CreateJS/src/main/resources/defaults.css new file mode 100644 index 0000000..55fa336 --- /dev/null +++ b/frameworks/projects/CreateJS/src/main/resources/defaults.css @@ -0,0 +1,36 @@ +/* + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + */ + +@namespace createjs "library://ns.apache.org/flexjs/createjs"; + +@media -flex-flash +{ + +createjs|TextButton +{ + IBeadModel: ClassReference("org.apache.flex.html.beads.models.TextModel"); + IBeadView: ClassReference("org.apache.flex.html.beads.TextButtonView"); +} + +createjs|CheckBox +{ + IBeadView: ClassReference("org.apache.flex.html.beads.CheckBoxView"); +} + +}
