You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/11/01 10:49:56 UTC

git commit: [flex-asjs] [refs/heads/feature-autobuild/closure-classpath-sources] - - Removed unneeded file

Repository: flex-asjs
Updated Branches:
  refs/heads/feature-autobuild/closure-classpath-sources a05cd7eed -> 1c6e905ce


- Removed unneeded file


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

Branch: refs/heads/feature-autobuild/closure-classpath-sources
Commit: 1c6e905ce88338538cef0eeedf7cc3ccfbfcbeb9
Parents: a05cd7e
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Tue Nov 1 11:47:59 2016 +0100
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Tue Nov 1 11:47:59 2016 +0100

----------------------------------------------------------------------
 .../CreateJSExample/src/models/MyModel.as       | 34 --------------------
 1 file changed, 34 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1c6e905c/examples/flexjs/CreateJSExample/src/models/MyModel.as
----------------------------------------------------------------------
diff --git a/examples/flexjs/CreateJSExample/src/models/MyModel.as b/examples/flexjs/CreateJSExample/src/models/MyModel.as
deleted file mode 100644
index 9092424..0000000
--- a/examples/flexjs/CreateJSExample/src/models/MyModel.as
+++ /dev/null
@@ -1,34 +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.
-//
-////////////////////////////////////////////////////////////////////////////////
-package models
-{
-	import org.apache.flex.events.Event;
-	import org.apache.flex.events.EventDispatcher;
-
-	/**
-	 * This model exists to satisfy the requirement that FlexJS apps have
-	 * models.
-	 */
-	public class MyModel extends EventDispatcher
-	{
-		public function MyModel()
-		{
-		}
-	}
-}