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 2014/11/17 08:37:25 UTC

[1/3] git commit: [flex-utilities] [refs/heads/develop] - change URL to new staging area

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 53d79339d -> eb658e05f


change URL to new staging area


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

Branch: refs/heads/develop
Commit: dbc6af1271e89bb14bd2de43e917b66d5dbaccab
Parents: 53d7933
Author: Alex Harui <ah...@apache.org>
Authored: Sun Nov 16 23:24:44 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Nov 16 23:24:44 2014 -0800

----------------------------------------------------------------------
 flex-tool-api/ApproveFlexToolAPI.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dbc6af12/flex-tool-api/ApproveFlexToolAPI.xml
----------------------------------------------------------------------
diff --git a/flex-tool-api/ApproveFlexToolAPI.xml b/flex-tool-api/ApproveFlexToolAPI.xml
index 70ebd20..2224137 100644
--- a/flex-tool-api/ApproveFlexToolAPI.xml
+++ b/flex-tool-api/ApproveFlexToolAPI.xml
@@ -94,7 +94,7 @@
     <fail message="The release version is not set.  Specify -Drelease.version=&lt;release version (e.g. 3.1, 3.2, etc)&gt;"
     unless="release.version"/>
     
-	<property name="package.url.path" value="https://repository.apache.org/service/local/repositories/orgapacheflex-1000/content/org/apache/flex/flex-tool-api/${release.version}" />
+	<property name="package.url.path" value="https://repository.apache.org/content/repositories/orgapacheflex-1001/org/apache/flex/flex-tool-api/${release.version}" />
 	<property name="package.url.name" value="flex-tool-api-${release.version}-source-release" />
 	
     <condition property="zip.compressed">


[3/3] git commit: [flex-utilities] [refs/heads/develop] - fix folder name, and a missed replacement of product name. Avoid using 'utilize/utilise' since it has different spellings in US vs elsewhere, and avoid using 'bugbase/bug base' since it isn't cl

Posted by ah...@apache.org.
fix folder name, and a missed replacement of product name.   Avoid using 'utilize/utilise' since it has different spellings in US vs elsewhere, and avoid using 'bugbase/bug base' since it isn't clear either is the right term.  JIRA's web site uses 'bug tracker'.


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

Branch: refs/heads/develop
Commit: eb658e05f50be571877c1f5b6ef366bb8bc4ae4d
Parents: 8b7edc8
Author: Alex Harui <ah...@apache.org>
Authored: Sun Nov 16 23:37:12 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Nov 16 23:37:12 2014 -0800

----------------------------------------------------------------------
 flex-tool-api/README        | 10 +++++-----
 flex-tool-api/RELEASE_NOTES |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/eb658e05/flex-tool-api/README
----------------------------------------------------------------------
diff --git a/flex-tool-api/README b/flex-tool-api/README
index db05906..dd4399c 100644
--- a/flex-tool-api/README
+++ b/flex-tool-api/README
@@ -1,8 +1,8 @@
 Apache Flex Tool API
 =====================
 
-    Apache Flex Tool API 1.0.0 is the first release of an API allowing to utilise
-    all Apache Flex compilers in a uniform way.
+    Apache Flex Tool API 1.0.0 is the first release of an API allowing Maven users
+    to use all Apache Flex compilers in a uniform way.
     
     It provides:
     - The FlexToolGroup and FlexTool interfaces.
@@ -21,7 +21,7 @@ Getting the latest sources via Git
 	 git clone https://git-wip-us.apache.org/repos/asf/flex-utilities.git flex-utilities
 	 cd flex-utilities
 	 git checkout develop
-	 cd flex-tools-api
+	 cd flex-tool-api
 
 
 Building the Apache Tool API
@@ -65,7 +65,7 @@ Install Prerequisites
 Software Dependencies
 ---------------------
 
-    The Apache Flex Compiler doesn't use any third-party code.
+    The Apache Flex Tool API does not use any third-party code.
 
 
 Using the Binary Distribution
@@ -97,7 +97,7 @@ Building the Source
 Running Tests
 -------------
 
-Currently there are no Tests
+Currently there are no tests.
 
 
 Thanks for using Apache Flex.  Enjoy!

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/eb658e05/flex-tool-api/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/flex-tool-api/RELEASE_NOTES b/flex-tool-api/RELEASE_NOTES
index 2445af1..9b8e04a 100644
--- a/flex-tool-api/RELEASE_NOTES
+++ b/flex-tool-api/RELEASE_NOTES
@@ -1,8 +1,8 @@
 Apache Flex Tool API 1.0.0
 ===========================
 
-Apache Flex Tool API 1.0.0 is the first release of an API allowing to utilise
-all Apache Flex compilers in a uniform way.
+Apache Flex Tool API 1.0.0 is the first release of an API allowing Maven users
+to use all Apache Flex compilers in a uniform way.
 
 Known Issues
 _____________
@@ -10,7 +10,7 @@ _____________
 Currently None.
 
 
-Please report new issues to our bug base at:
+Please report new issues to our bug tracker at:
 
     https://issues.apache.org/jira/browse/FLEX
 


[2/3] git commit: [flex-utilities] [refs/heads/develop] - Add headers

Posted by ah...@apache.org.
Add headers


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

Branch: refs/heads/develop
Commit: 8b7edc88210476e0ad0dc549587df9883e98b003
Parents: dbc6af1
Author: Alex Harui <ah...@apache.org>
Authored: Sun Nov 16 23:24:57 2014 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Nov 16 23:24:57 2014 -0800

----------------------------------------------------------------------
 flex-tool-api/src/assembly/assemble-gz.xml  | 19 +++++++++++++++++++
 flex-tool-api/src/assembly/assemble-zip.xml | 19 +++++++++++++++++++
 2 files changed, 38 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8b7edc88/flex-tool-api/src/assembly/assemble-gz.xml
----------------------------------------------------------------------
diff --git a/flex-tool-api/src/assembly/assemble-gz.xml b/flex-tool-api/src/assembly/assemble-gz.xml
index 21a580c..c72eac9 100644
--- a/flex-tool-api/src/assembly/assemble-gz.xml
+++ b/flex-tool-api/src/assembly/assemble-gz.xml
@@ -1,3 +1,22 @@
+<?xml version="1.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.
+ 
+ -->
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8b7edc88/flex-tool-api/src/assembly/assemble-zip.xml
----------------------------------------------------------------------
diff --git a/flex-tool-api/src/assembly/assemble-zip.xml b/flex-tool-api/src/assembly/assemble-zip.xml
index df1c285..54467d3 100644
--- a/flex-tool-api/src/assembly/assemble-zip.xml
+++ b/flex-tool-api/src/assembly/assemble-zip.xml
@@ -1,3 +1,22 @@
+<?xml version="1.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.
+ 
+ -->
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">