You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ca...@apache.org on 2016/11/08 22:28:21 UTC

git commit: [flex-asjs] [refs/heads/feature-autobuild/example-maven-dirs] - Put images where correspond, and fix paths

Repository: flex-asjs
Updated Branches:
  refs/heads/feature-autobuild/example-maven-dirs 70acec978 -> 35e7acc0b


Put images where correspond, and fix paths


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/35e7acc0
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/35e7acc0
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/35e7acc0

Branch: refs/heads/feature-autobuild/example-maven-dirs
Commit: 35e7acc0bc3ff960bf580f3e14f0961472837495
Parents: 70acec9
Author: Carlos Rovira <ca...@apache.org>
Authored: Tue Nov 8 23:28:17 2016 +0100
Committer: Carlos Rovira <ca...@apache.org>
Committed: Tue Nov 8 23:28:17 2016 +0100

----------------------------------------------------------------------
 examples/flexjs/MDLExample/src/main/flex/App.mxml  |   4 ++--
 .../MDLExample/src/main/resources/Unknown.jpg      | Bin 50531 -> 0 bytes
 .../src/main/resources/assets/Unknown.jpg          | Bin 0 -> 50531 bytes
 3 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/35e7acc0/examples/flexjs/MDLExample/src/main/flex/App.mxml
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/flex/App.mxml b/examples/flexjs/MDLExample/src/main/flex/App.mxml
index 0bacef4..cdd07e4 100644
--- a/examples/flexjs/MDLExample/src/main/flex/App.mxml
+++ b/examples/flexjs/MDLExample/src/main/flex/App.mxml
@@ -114,11 +114,11 @@ limitations under the License.
                 </js:VContainer>
 
                 <mdl:Card width="512" shadow="2">
-                    <mdl:CardTitle style="color: #666;height: 176px; backgroundImage: url('../../../../src/main/resources/Unknown.jpeg') center / cover;">
+                    <mdl:CardTitle style="color: #666;height: 176px; backgroundImage: url('assets/Unknown.jpeg') center / cover;">
                         <js:H2 text="Welcome" className="mdl-card__title-text"/>
                     </mdl:CardTitle>
                     <mdl:CardMedia>
-                        <js:Image url="../../../../src/main/resources/Unknown.jpg"  height="176"/>
+                        <js:Image url="assets/Unknown.jpg"  height="176"/>
                     </mdl:CardMedia>
                     <mdl:CardSupportingText>
                         <js:MultilineLabel text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sagittis pellentesque lacus eleifend lacinia..."/>

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/35e7acc0/examples/flexjs/MDLExample/src/main/resources/Unknown.jpg
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/resources/Unknown.jpg b/examples/flexjs/MDLExample/src/main/resources/Unknown.jpg
deleted file mode 100644
index 08fb201..0000000
Binary files a/examples/flexjs/MDLExample/src/main/resources/Unknown.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/35e7acc0/examples/flexjs/MDLExample/src/main/resources/assets/Unknown.jpg
----------------------------------------------------------------------
diff --git a/examples/flexjs/MDLExample/src/main/resources/assets/Unknown.jpg b/examples/flexjs/MDLExample/src/main/resources/assets/Unknown.jpg
new file mode 100644
index 0000000..08fb201
Binary files /dev/null and b/examples/flexjs/MDLExample/src/main/resources/assets/Unknown.jpg differ