You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/08/06 13:24:48 UTC

[04/10] git commit: [flex-asjs] [refs/heads/develop] - No need for this (for now).

No need for this (for now).

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: bed53a6b4bd05319d2bfb17b1cabbc5e8f6b53ac
Parents: 5f1ebcf
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Tue Aug 5 15:16:51 2014 +0200
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Tue Aug 5 15:16:51 2014 +0200

----------------------------------------------------------------------
 vf2js/build.properties | 71 ---------------------------------------------
 1 file changed, 71 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/bed53a6b/vf2js/build.properties
----------------------------------------------------------------------
diff --git a/vf2js/build.properties b/vf2js/build.properties
deleted file mode 100644
index 95a063a..0000000
--- a/vf2js/build.properties
+++ /dev/null
@@ -1,71 +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.
-##
-################################################################################
-
-# flex-sdk-description values
-release.name = Apache Flex (FlexJS)
-# this is the version that appears in the flex-sdk-description <description> tag
-# and on the package name.  This is the publicly known version of FlexJS
-release.version = 0.0.2
-
-# fb.release.version must start with 4 in order for FB to accept it.
-# this property should only go in flex-sdk-description.xml <version> tag
-fb.release.version = 4.0.2
-
-# override on command line with -Dbuild.number=999 or in local.properties
-build.number = 0
-
-# Flash player version for which player global swc to use
-playerglobal.version = 11.1
-
-# AIR version number
-air.version = 14.0
-
-# Default locale for the SDK
-locale = en_US
-
-qa.dir = ${basedir}/../qa
-asc = ${basedir}/bin/asc
-
-# TextLayputFormat branch. Location of the textLayout directory in the TLF repo.
-#tlf.branch = 
-
-# For Java 7 on Mac OS X, you need an Intel-based Mac running Mac OS X version 10.7.3 
-# (Lion) and above.  Only the 64-bit data model is available so leave this blank.
-# Since ant properties are immutable, if this property is set in the build file before
-# this file is included, setting it to nothing here is a no-op.
-local.d32 =
-
-src.depend = true
-src.debug = on
-
-# JVM options for <compc> and <mxmlc> tasks
-jvm.args = ${local.d32} -Xms64m -Xmx384m -ea -Dapple.awt.UIElement=true
-    # -d32/-d64 for 32-bit/64-bit code model (or don't specify for the default)
-	# -Xms64m: start out with a 64 MB heap
-	# -Xmx384m: allow the heap to grow to 384 MB
-	# -ea: enable Java assertions
-compc.jvm.args = ${jvm.args}
-mxmlc.jvm.args = ${jvm.args}
-
-# JAR Manifest Entries
-manifest.sealed=false
-manifest.Implementation-Title=Apache Flex SDK
-manifest.Implementation-Version=${release.version}
-manifest.Implementation-Vendor=The Apache Software Foundation
-manifest.Implementation-Vendor-Id=org.apache