Repository: flex-asjs
Updated Branches:
  refs/heads/develop aba622ee8 -> a0ed79f2f


fix header replacement in generated code


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

Branch: refs/heads/develop
Commit: 87928b47f804e6d5657b7d53d7f5f48b06f1e774
Parents: 4cd5566
Author: Alex Harui <[email protected]>
Authored: Tue Jun 28 23:19:57 2016 -0700
Committer: Alex Harui <[email protected]>
Committed: Tue Jun 28 23:20:39 2016 -0700

----------------------------------------------------------------------
 build.properties | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/87928b47/build.properties
----------------------------------------------------------------------
diff --git a/build.properties b/build.properties
index a494011..2b1eef0 100644
--- a/build.properties
+++ b/build.properties
@@ -74,12 +74,10 @@ manifest.Implementation-Version=${release.version}
 manifest.Implementation-Vendor=The Apache Software Foundation
 manifest.Implementation-Vendor-Id=org.apache
 
-generated.by.match=/\\*\\*. \\* Generated by Apache Flex Cross-Compiler
-generated.by.comment=/**\n\
-\ * Generated by Apache Flex Cross-Compiler
+generated.by.match=\ * Generated by Apache Flex Cross-Compiler
+generated.by.comment=\ * Generated by Apache Flex Cross-Compiler
 
-asfheader=/**\n\
-\ * Licensed under the Apache License, Version 2.0 (the 'License');\n\
+asfheader=\ * Licensed under the Apache License, Version 2.0 (the 
'License');\n\
 \ * you may not use this file except in compliance with the License.\n\
 \ * You may obtain a copy of the License at\n\
 \ *\n\
@@ -90,6 +88,6 @@ asfheader=/**\n\
 \ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\
 \ * See the License for the specific language governing permissions and\n\
 \ * limitations under the License.\n\
-\ */\n
+\ *\n
 
 

Reply via email to