Two of these files need ASF Headers. The Maven build is failing because it runs RAT.
Thanks, -Alex On 1/10/18, 1:28 AM, "[email protected]" <[email protected]> wrote: >This is an automated email from the ASF dual-hosted git repository. > >yishayw pushed a commit to branch develop >in repository >https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.ap >ache.org%2Frepos%2Fasf%2Froyale-asjs.git&data=02%7C01%7Caharui%40adobe.com >%7Ca016b57f16474d7e274e08d5580c89cc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0 >%7C0%7C636511733226384413&sdata=xSskY7Q2uZTGwbW7ZI6czOMMeOfbIDIJavmpag%2BR >y8E%3D&reserved=0 > > >The following commit(s) were added to refs/heads/develop by this push: > new d6e226a Add basic project files >d6e226a is described below > >commit d6e226a6d38ef02e6271a78013a005ccceee2819 >Author: DESKTOP-RH4S838\Yishay <[email protected]> >AuthorDate: Wed Jan 10 11:28:07 2018 +0200 > > Add basic project files >--- > frameworks/projects/Basic/.actionScriptProperties | 22 ++++++++++++++ > frameworks/projects/Basic/.flexLibProperties | 6 ++++ > frameworks/projects/Basic/.project | 37 >+++++++++++++++++++++++ > 3 files changed, 65 insertions(+) > >diff --git a/frameworks/projects/Basic/.actionScriptProperties >b/frameworks/projects/Basic/.actionScriptProperties >new file mode 100644 >index 0000000..af1207d >--- /dev/null >+++ b/frameworks/projects/Basic/.actionScriptProperties >@@ -0,0 +1,22 @@ >+<?xml version="1.0" encoding="UTF-8" standalone="no"?> >+<actionScriptProperties analytics="false" mainApplicationPath="HTML.as" >projectUUID="10468643-4626-481f-ba6b-3f035ccbbabb" version="11"> >+ <compiler additionalCompilerArguments="-locale >en_US -define=COMPILE::SWF,true -define=COMPILE::JS,fals >e -load-config=../config/compile-swf-config.xml" >autoRSLOrdering="true" copyDependentFiles="false" >fteInMXComponents="false" generateAccessible="false" >htmlExpressInstall="true" htmlGenerate="false" >htmlHistoryManagement="false" htmlPlayerVersionCheck="true" >includeNetmonSwc="false" outputFolderPath="target" removeUnusedRSL="true" >sourceFolderPath="src/main/ [...] >+ <compilerSourcePath/> >+ <libraryPath defaultLinkType="0"> >+ <libraryPathEntry kind="4" path=""> >+ <libraryPathEntry kind="3" linkType="1" >path="${PROJECT_FRAMEWORKS}/{playerglobalHome}/27.0" >useDefaultLinkType="false"/> >+ <libraryPathEntry kind="3" linkType="2" >path="${PROJECT_FRAMEWORKS}/{playerglobalHome}/27.0/playerglobal.swc" >useDefaultLinkType="false"/> >+ </excludedEntries> >+ </libraryPathEntry> >+ <libraryPathEntry kind="3" linkType="2" >path="${PROJECT_FRAMEWORKS}/libs/air/airglobal.swc" >useDefaultLinkType="false"/> >+ </libraryPath> >+ <sourceAttachmentPath/> >+ </compiler> >+ <applications> >+ <application path="Badic.as"/> >+ </applications> >+ <modules/> >+ <workers/> >+ <buildCSSFiles/> >+ <flashCatalyst validateFlashCatalystCompatibility="false"/> >+</actionScriptProperties> >diff --git a/frameworks/projects/Basic/.flexLibProperties >b/frameworks/projects/Basic/.flexLibProperties >new file mode 100644 >index 0000000..1fbacb4 >--- /dev/null >+++ b/frameworks/projects/Basic/.flexLibProperties >@@ -0,0 +1,6 @@ >+<?xml version="1.0" encoding="UTF-8" standalone="no"?> >+<flexLibProperties includeAllClasses="true" >useMultiPlatformConfig="false" version="3"> >+ <includeClasses/> >+ <includeResources/> >+ <namespaceManifests/> >+</flexLibProperties> >diff --git a/frameworks/projects/Basic/.project >b/frameworks/projects/Basic/.project >new file mode 100644 >index 0000000..f5af654 >--- /dev/null >+++ b/frameworks/projects/Basic/.project >@@ -0,0 +1,37 @@ >+<?xml version="1.0" encoding="UTF-8"?> >+<!-- >+ >+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 >+ >+https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.apach >e.org%2Flicenses%2FLICENSE-2.0&data=02%7C01%7Caharui%40adobe.com%7Ca016b57 >f16474d7e274e08d5580c89cc%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636 >511733226384413&sdata=xR9w4FZWHDiP3TlSuZEghgQnGSNDe0ybDl6EXBir2B0%3D&reser >ved=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. >+ >+--> >+<projectDescription> >+ <name>Basic</name> >+ <comment></comment> >+ <projects> >+ <project>Core</project> >+ </projects> >+ <buildSpec> >+ <buildCommand> >+ <name>com.adobe.flexbuilder.project.flexbuilder</name> >+ <arguments> >+ </arguments> >+ </buildCommand> >+ </buildSpec> >+ <natures> >+ <nature>com.adobe.flexbuilder.project.flexlibnature</nature> >+ ><nature>com.adobe.flexbuilder.project.actionscriptnature</nature> >+ </natures> >+</projectDescription> > >-- >To stop receiving notification emails like this one, please contact >['"[email protected]" <[email protected]>'].
