You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2012/12/10 08:33:48 UTC

svn commit: r1419245 - /incubator/flex/falcon/trunk/compiler.js/src/org/apache/flex/compiler/internal/as/codegen/ABCGeneratingReducer.java

Author: aharui
Date: Mon Dec 10 07:33:47 2012
New Revision: 1419245

URL: http://svn.apache.org/viewvc?rev=1419245&view=rev
Log:
Needed, but with an exact name to supercede the one in the compiler project

Added:
    incubator/flex/falcon/trunk/compiler.js/src/org/apache/flex/compiler/internal/as/codegen/ABCGeneratingReducer.java   (with props)

Added: incubator/flex/falcon/trunk/compiler.js/src/org/apache/flex/compiler/internal/as/codegen/ABCGeneratingReducer.java
URL: http://svn.apache.org/viewvc/incubator/flex/falcon/trunk/compiler.js/src/org/apache/flex/compiler/internal/as/codegen/ABCGeneratingReducer.java?rev=1419245&view=auto
==============================================================================
--- incubator/flex/falcon/trunk/compiler.js/src/org/apache/flex/compiler/internal/as/codegen/ABCGeneratingReducer.java (added)
+++ incubator/flex/falcon/trunk/compiler.js/src/org/apache/flex/compiler/internal/as/codegen/ABCGeneratingReducer.java Mon Dec 10 07:33:47 2012
@@ -0,0 +1,28 @@
+/*
+ *
+ *  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 org.apache.flex.compiler.internal.as.codegen;
+
+public class ABCGeneratingReducer extends JSGeneratingReducer
+{
+    public ABCGeneratingReducer()
+    {
+        super(JSSharedData.instance);
+    }
+}

Propchange: incubator/flex/falcon/trunk/compiler.js/src/org/apache/flex/compiler/internal/as/codegen/ABCGeneratingReducer.java
------------------------------------------------------------------------------
    svn:eol-style = native