This is an automated email from the ASF dual-hosted git repository.
pent pushed a change to branch CollectionData
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from e44164d Updates to the ICollectionView classes and Tree classes.
add 4bf4b6c Added string utils
add c5813bb maybe it will work now
add 4dd1131 need this with prior commit
add c6d672c use dash instead of dot
add dad3961 Revert "[maven-release-plugin] prepare for next development
iteration"
add 39f525f Revert "[maven-release-plugin] prepare branch release/0.9.0"
add a5f0ce5 [maven-release-plugin] prepare branch release/0.9.0
add 5c9802a [maven-release-plugin] prepare for next development iteration
add cf4c7f4 [maven-release-plugin] prepare branch release/0.9.0
add b869bbf [maven-release-plugin] prepare for next development iteration
add 9ad5cbf Revert "[maven-release-plugin] prepare for next development
iteration"
add e3e6870 Revert "[maven-release-plugin] prepare branch release/0.9.0"
add 0849c9e Revert "[maven-release-plugin] prepare for next development
iteration"
add f71679a Revert "[maven-release-plugin] prepare branch release/0.9.0"
add 6937e6f more debugging
add 883bf62 [maven-release-plugin] prepare branch release/0.9.0
add 332216e [maven-release-plugin] prepare for next development iteration
add ed085d1 more fixes for rc script
add b109196 Revert "[maven-release-plugin] prepare for next development
iteration"
add 4642536 Revert "[maven-release-plugin] prepare branch release/0.9.0"
add f9b59af [maven-release-plugin] prepare branch release/0.9.0
add 8bfbbb4 [maven-release-plugin] prepare for next development iteration
add e94026f Revert "[maven-release-plugin] prepare for next development
iteration"
add f7620e9 Revert "[maven-release-plugin] prepare branch release/0.9.0"
add d58125d This should fix it
add bb9f4d9 [maven-release-plugin] prepare branch release/0.9.0
add 7014578 [maven-release-plugin] prepare for next development iteration
add f1ad369 try to fix spaces in path issue
add b0be672 more fixes to script
new 7e586e2 Merge branch 'develop' into CollectionData
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
archetypes/pom.xml | 2 +-
build.xml | 20 +++++-
distribution/jars/compc/pom.xml | 2 +-
distribution/jars/compiler-asc/pom.xml | 2 +-
distribution/jars/compiler-compc/pom.xml | 2 +-
distribution/jars/compiler-mxmlc/pom.xml | 2 +-
distribution/jars/compiler-optimizer/pom.xml | 2 +-
distribution/jars/compiler-swfdump/pom.xml | 2 +-
distribution/jars/mxmlc/pom.xml | 2 +-
distribution/pom.xml | 2 +-
examples/pom.xml | 2 +-
examples/royale/ASDoc/build.xml | 2 +-
frameworks/pom.xml | 2 +-
.../projects/Core/src/main/royale/CoreClasses.as | 7 ++
.../{array/rangeCheck.as => string/contains.as} | 16 +++--
.../org/apache/royale/utils/string/isWhitespace.as | 56 ++++++++++++++++
.../royale/org/apache/royale/utils/string/trim.as} | 57 +++++++---------
.../{array/rangeCheck.as => string/trimLeft.as} | 25 +++++--
.../trimRight.as} | 45 +++++++------
.../src/test/royale/flexUnitTests/CoreTester.as | 1 +
.../{ArrayUtilsTest.as => StringUtilsTest.as} | 34 +++++++---
manualtests/pom.xml | 2 +-
pom.xml | 2 +-
releasecandidate.xml | 76 +++++++++++++---------
testsuite/pom.xml | 2 +-
25 files changed, 244 insertions(+), 123 deletions(-)
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/{array/rangeCheck.as
=> string/contains.as} (67%)
create mode 100644
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/string/isWhitespace.as
copy
frameworks/projects/{HTML/src/main/royale/org/apache/royale/html/elements/Select.as
=> Core/src/main/royale/org/apache/royale/utils/string/trim.as} (56%)
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/{array/rangeCheck.as
=> string/trimLeft.as} (67%)
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/{getParentOrSelfByType.as
=> string/trimRight.as} (57%)
copy frameworks/projects/Core/src/test/royale/flexUnitTests/{ArrayUtilsTest.as
=> StringUtilsTest.as} (63%)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].