Added: flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/css/print.css URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/css/print.css?rev=1762482&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/css/print.css (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/css/print.css Tue Sep 27 13:56:30 2016 @@ -0,0 +1,23 @@ +/* + * 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. + */ + +/* $Id: print.css 1201871 2011-11-14 20:18:24Z simonetripodi $ */ + +#banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {display: none !important;} +#bodyColumn, body.docs div.docs {margin: 0 !important;border: none !important}
Added: flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/css/site.css URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/css/site.css?rev=1762482&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/css/site.css (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/css/site.css Tue Sep 27 13:56:30 2016 @@ -0,0 +1 @@ +/* You can override this file with your own styles */ \ No newline at end of file Added: flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/dependencies.html URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/dependencies.html?rev=1762482&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/dependencies.html (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/dependencies.html Tue Sep 27 13:56:30 2016 @@ -0,0 +1,338 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-27 + | Rendered using Apache Maven Fluido Skin 1.5 +--> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="Date-Revision-yyyymmdd" content="20160927" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Apache Flex - FlexJS: Compiler: Test Utils – Project Dependencies</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + + + <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script> + + </head> + <body class="topBarDisabled"> + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <a href="http://flex.apache.org/" id="bannerLeft"> + <img src="http://flex.apache.org/images/logo_01_fullcolor-sm.png" alt="Apache Flex"/> + </a> + </div> + <div class="pull-right"> </div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + <li id="publishDate">Last Published: 2016-09-27 + <span class="divider">|</span> + </li> + <li id="projectVersion">Version: 0.8.0-SNAPSHOT + </li> + + + + + <li class="pull-right"> + <span class="divider">|</span> + <a href="https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+Wiki" class="externalLink" title="Apache Flex Wiki"> + Apache Flex Wiki</a> + </li> + + + <li class="pull-right"> + <a href="http://flex.apache.org/" class="externalLink" title="Apache Flex Homepage"> + Apache Flex Homepage</a> + </li> + + </ul> + </div> + + + <div class="row-fluid"> + <div id="leftColumn" class="span2"> + <div class="well sidebar-nav"> + + <ul class="nav nav-list"> + </ul> + + + <hr /> + + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span10" > + + <a name="Project_Dependencies"></a> +<div class="section"> +<h2><a name="Project_Dependencies"></a>Project Dependencies</h2><a name="Project_Dependencies_compile"></a> +<div class="section"> +<h3><a name="compile"></a>compile</h3> +<p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>GroupId</th> +<th>ArtifactId</th> +<th>Version</th> +<th>Type</th> +<th>Licenses</th></tr> +<tr class="b"> +<td>commons-io</td> +<td><a class="externalLink" href="http://commons.apache.org/io/">commons-io</a></td> +<td>2.4</td> +<td>jar</td> +<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr> +<tr class="a"> +<td>junit</td> +<td><a class="externalLink" href="http://junit.org">junit</a></td> +<td>4.10</td> +<td>jar</td> +<td><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></td></tr> +<tr class="b"> +<td>org.apache.commons</td> +<td><a class="externalLink" href="http://commons.apache.org/proper/commons-compress/">commons-compress</a></td> +<td>1.10</td> +<td>jar</td> +<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></td></tr></table></div></div><a name="Project_Transitive_Dependencies"></a> +<div class="section"> +<h2><a name="Project_Transitive_Dependencies"></a>Project Transitive Dependencies</h2> +<p>The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.</p><a name="Project_Transitive_Dependencies_compile"></a> +<div class="section"> +<h3><a name="compile"></a>compile</h3> +<p>The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:</p> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>GroupId</th> +<th>ArtifactId</th> +<th>Version</th> +<th>Type</th> +<th>Licenses</th></tr> +<tr class="b"> +<td>org.hamcrest</td> +<td>hamcrest-core</td> +<td>1.1</td> +<td>jar</td> +<td><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">BSD style</a></td></tr></table></div></div><a name="Project_Dependency_Graph"></a> +<div class="section"> +<h2><a name="Project_Dependency_Graph"></a>Project Dependency Graph</h2> +<script language="javascript" type="text/javascript"> + function toggleDependencyDetails( divId, imgId ) + { + var div = document.getElementById( divId ); + var img = document.getElementById( imgId ); + if( div.style.display == '' ) + { + div.style.display = 'none'; + img.src='./images/icon_info_sml.gif'; + img.alt='[Information]'; + } + else + { + div.style.display = ''; + img.src='./images/close.gif'; + img.alt='[Close]'; + } + } +</script> +<a name="Dependency_Tree"></a> +<div class="section"> +<h3><a name="Dependency_Tree"></a>Dependency Tree</h3> +<ul> +<li>org.apache.flex.flexjs.compiler:compiler-test-utils:jar:0.8.0-SNAPSHOT <img id="_img1" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep0', '_img1' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep0" style="display:none"> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>Apache Flex - FlexJS: Compiler: Test Utils</th></tr> +<tr class="b"> +<td> +<p><b>Description: </b>Shared test code, which is needed by the compiler and the compiler-jx test-suites.</p> +<p><b>URL: </b><a class="externalLink" href="https://www.apache.org/flexjs-compiler-parent/compiler-test-utils/">https://www.apache.org/flexjs-compiler-parent/compiler-test-utils/</a></p> +<p><b>Project Licenses: </b><a class="externalLink" href="https://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div> +<ul> +<li>org.apache.commons:commons-compress:jar:1.10 (compile) <img id="_img3" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep2', '_img3' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep2" style="display:none"> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>Apache Commons Compress</th></tr> +<tr class="b"> +<td> +<p><b>Description: </b>Apache Commons Compress software defines an API for working with +compression and archive formats. These include: bzip2, gzip, pack200, +lzma, xz, Snappy, traditional Unix Compress, DEFLATE and ar, cpio, +jar, tar, zip, dump, 7z, arj.</p> +<p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/proper/commons-compress/">http://commons.apache.org/proper/commons-compress/</a></p> +<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache License, Version 2.0</a></p></td></tr></table></div></li> +<li>commons-io:commons-io:jar:2.4 (compile) <img id="_img5" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep4', '_img5' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep4" style="display:none"> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>Commons IO</th></tr> +<tr class="b"> +<td> +<p><b>Description: </b>The Commons IO library contains utility classes, stream implementations, file filters, +file comparators, endian transformation classes, and much more.</p> +<p><b>URL: </b><a class="externalLink" href="http://commons.apache.org/io/">http://commons.apache.org/io/</a></p> +<p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li> +<li>junit:junit:jar:4.10 (compile) <img id="_img7" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep6', '_img7' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep6" style="display:none"> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>JUnit</th></tr> +<tr class="b"> +<td> +<p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. + It is used by the developer who implements unit tests in Java.</p> +<p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p> +<p><b>Project Licenses: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td></tr></table></div> +<ul> +<li>org.hamcrest:hamcrest-core:jar:1.1 (compile) <img id="_img9" src="./images/icon_info_sml.gif" alt="[Information]" onclick="toggleDependencyDetails( '_dep8', '_img9' );" style="cursor: pointer; vertical-align: text-bottom;"></img><div id="_dep8" style="display:none"> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>Hamcrest Core</th></tr> +<tr class="b"> +<td> +<p><b>Description: </b>There is currently no description associated with this project.</p> +<p><b>Project Licenses: </b><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">BSD style</a></p></td></tr></table></div></li></ul></li></ul></li></ul></div></div><a name="Licenses"></a> +<div class="section"> +<h2><a name="Licenses"></a>Licenses</h2> +<p><b>BSD style: </b>Hamcrest Core</p> +<p><b>Apache License, Version 2.0: </b>Apache Commons Compress, Apache Flex - FlexJS: Compiler: Test Utils</p> +<p><b>Common Public License Version 1.0: </b>JUnit</p> +<p><b>The Apache Software License, Version 2.0: </b>Commons IO</p></div><a name="Dependency_File_Details"></a> +<div class="section"> +<h2><a name="Dependency_File_Details"></a>Dependency File Details</h2> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>Filename</th> +<th>Size</th> +<th>Entries</th> +<th>Classes</th> +<th>Packages</th> +<th>Java Version</th> +<th title="Indicates whether these dependencies have been compiled with debug information.">Debug Information</th></tr> +<tr class="b"> +<td>commons-io-2.4.jar</td> +<td>185.1 kB</td> +<td>128</td> +<td>110</td> +<td>6</td> +<td>1.6</td> +<td>Yes</td></tr> +<tr class="a"> +<td>junit-4.10.jar</td> +<td>253.2 kB</td> +<td>290</td> +<td>252</td> +<td>31</td> +<td>1.5</td> +<td>Yes</td></tr> +<tr class="b"> +<td>commons-compress-1.10.jar</td> +<td>409.5 kB</td> +<td>256</td> +<td>221</td> +<td>23</td> +<td>1.5</td> +<td>Yes</td></tr> +<tr class="a"> +<td>hamcrest-core-1.1.jar</td> +<td>76.6 kB</td> +<td>54</td> +<td>21</td> +<td>3</td> +<td>1.5</td> +<td>Yes</td></tr> +<tr class="b"> +<th>Total</th> +<th>Size</th> +<th>Entries</th> +<th>Classes</th> +<th>Packages</th> +<th>Java Version</th> +<th>Debug Information</th></tr> +<tr class="a"> +<td>4</td> +<td>924.4 kB</td> +<td>728</td> +<td>604</td> +<td>63</td> +<td>1.6</td> +<td>4</td></tr> +<tr class="b"> +<td>compile: 4</td> +<td>compile: 924.4 kB</td> +<td>compile: 728</td> +<td>compile: 604</td> +<td>compile: 63</td> +<td>-</td> +<td>compile: 4</td></tr></table></div><a name="Dependency_Repository_Locations"></a> +<div class="section"> +<h2><a name="Dependency_Repository_Locations"></a>Dependency Repository Locations</h2> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>Repo ID</th> +<th>URL</th> +<th>Release</th> +<th>Snapshot</th> +<th>Blacklisted</th></tr> +<tr class="b"> +<td>central</td> +<td><a class="externalLink" href="https://repo.maven.apache.org/maven2">https://repo.maven.apache.org/maven2</a></td> +<td>Yes</td> +<td>No</td> +<td>Yes</td></tr></table> +<p>Repository locations for each of the Dependencies.</p> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>Artifact</th></tr> +<tr class="b"> +<td>commons-io:commons-io:jar:2.4</td></tr> +<tr class="a"> +<td>junit:junit:jar:4.10</td></tr> +<tr class="b"> +<td>org.apache.commons:commons-compress:jar:1.10</td></tr> +<tr class="a"> +<td>org.hamcrest:hamcrest-core:jar:1.1</td></tr> +<tr class="b"> +<th>Total</th></tr> +<tr class="a"> +<td>4 (compile: 4)</td></tr></table></div> + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2016 + <a href="https://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + </p> + </div> + + + </div> + </footer> + </body> +</html> Added: flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/dependency-info.html URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/dependency-info.html?rev=1762482&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/dependency-info.html (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/dependency-info.html Tue Sep 27 13:56:30 2016 @@ -0,0 +1,139 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-27 + | Rendered using Apache Maven Fluido Skin 1.5 +--> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="Date-Revision-yyyymmdd" content="20160927" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Apache Flex - FlexJS: Compiler: Test Utils – Dependency Information</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + + + <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script> + + </head> + <body class="topBarDisabled"> + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <a href="http://flex.apache.org/" id="bannerLeft"> + <img src="http://flex.apache.org/images/logo_01_fullcolor-sm.png" alt="Apache Flex"/> + </a> + </div> + <div class="pull-right"> </div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + <li id="publishDate">Last Published: 2016-09-27 + <span class="divider">|</span> + </li> + <li id="projectVersion">Version: 0.8.0-SNAPSHOT + </li> + + + + + <li class="pull-right"> + <span class="divider">|</span> + <a href="https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+Wiki" class="externalLink" title="Apache Flex Wiki"> + Apache Flex Wiki</a> + </li> + + + <li class="pull-right"> + <a href="http://flex.apache.org/" class="externalLink" title="Apache Flex Homepage"> + Apache Flex Homepage</a> + </li> + + </ul> + </div> + + + <div class="row-fluid"> + <div id="leftColumn" class="span2"> + <div class="well sidebar-nav"> + + <ul class="nav nav-list"> + </ul> + + + <hr /> + + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span10" > + + <div class="section"> +<h2><a name="Dependency_Information"></a>Dependency Information</h2><a name="Dependency_Information"></a> +<div class="section"> +<h3><a name="Apache_Maven"></a>Apache Maven</h3><a name="Apache_Maven"></a> +<div class="source"><pre class="prettyprint"><dependency> + <groupId>org.apache.flex.flexjs.compiler</groupId> + <artifactId>compiler-test-utils</artifactId> + <version>0.8.0-SNAPSHOT</version> +</dependency></pre></div></div> +<div class="section"> +<h3><a name="Apache_Buildr"></a>Apache Buildr</h3><a name="Apache_Buildr"></a> +<div class="source"><pre class="prettyprint">'org.apache.flex.flexjs.compiler:compiler-test-utils:jar:0.8.0-SNAPSHOT'</pre></div></div> +<div class="section"> +<h3><a name="Apache_Ivy"></a>Apache Ivy</h3><a name="Apache_Ivy"></a> +<div class="source"><pre class="prettyprint"><dependency org="org.apache.flex.flexjs.compiler" name="compiler-test-utils" rev="0.8.0-SNAPSHOT"> + <artifact name="compiler-test-utils" type="jar" /> +</dependency></pre></div></div> +<div class="section"> +<h3><a name="Groovy_Grape"></a>Groovy Grape</h3><a name="Groovy_Grape"></a> +<div class="source"><pre class="prettyprint">@Grapes( +@Grab(group='org.apache.flex.flexjs.compiler', module='compiler-test-utils', version='0.8.0-SNAPSHOT') +)</pre></div></div> +<div class="section"> +<h3><a name="GradleGrails"></a>Gradle/Grails</h3><a name="GradleGrails"></a> +<div class="source"><pre class="prettyprint">compile 'org.apache.flex.flexjs.compiler:compiler-test-utils:0.8.0-SNAPSHOT'</pre></div></div> +<div class="section"> +<h3><a name="Scala_SBT"></a>Scala SBT</h3><a name="Scala_SBT"></a> +<div class="source"><pre class="prettyprint">libraryDependencies += "org.apache.flex.flexjs.compiler" % "compiler-test-utils" % "0.8.0-SNAPSHOT"</pre></div></div> +<div class="section"> +<h3><a name="Leiningen"></a>Leiningen</h3><a name="Leiningen"></a> +<div class="source"><pre class="prettyprint">[org.apache.flex.flexjs.compiler/compiler-test-utils "0.8.0-SNAPSHOT"]</pre></div></div></div> + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2016 + <a href="https://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + </p> + </div> + + + </div> + </footer> + </body> +</html> Added: flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/dev-activity.html URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/dev-activity.html?rev=1762482&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/dev-activity.html (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/dev-activity.html Tue Sep 27 13:56:30 2016 @@ -0,0 +1,111 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-27 + | Rendered using Apache Maven Fluido Skin 1.5 +--> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="Date-Revision-yyyymmdd" content="20160927" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Apache Flex - FlexJS: Compiler: Test Utils – Developer Activity Report</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + + + <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script> + + </head> + <body class="topBarDisabled"> + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <a href="http://flex.apache.org/" id="bannerLeft"> + <img src="http://flex.apache.org/images/logo_01_fullcolor-sm.png" alt="Apache Flex"/> + </a> + </div> + <div class="pull-right"> </div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + <li id="publishDate">Last Published: 2016-09-27 + <span class="divider">|</span> + </li> + <li id="projectVersion">Version: 0.8.0-SNAPSHOT + </li> + + + + + <li class="pull-right"> + <span class="divider">|</span> + <a href="https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+Wiki" class="externalLink" title="Apache Flex Wiki"> + Apache Flex Wiki</a> + </li> + + + <li class="pull-right"> + <a href="http://flex.apache.org/" class="externalLink" title="Apache Flex Homepage"> + Apache Flex Homepage</a> + </li> + + </ul> + </div> + + + <div class="row-fluid"> + <div id="leftColumn" class="span2"> + <div class="well sidebar-nav"> + + <ul class="nav nav-list"> + </ul> + + + <hr /> + + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span10" > + + <div class="section"> +<h2><a name="Developer_Activity_Report"></a>Developer Activity Report</h2> +<p>No developers found in pom.</p></div> + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2016 + <a href="https://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + </p> + </div> + + + </div> + </footer> + </body> +</html> Added: flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/distribution-management.html URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/distribution-management.html?rev=1762482&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/distribution-management.html (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/distribution-management.html Tue Sep 27 13:56:30 2016 @@ -0,0 +1,118 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-27 + | Rendered using Apache Maven Fluido Skin 1.5 +--> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="Date-Revision-yyyymmdd" content="20160927" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Apache Flex - FlexJS: Compiler: Test Utils – Project Distribution Management</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + + + <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script> + + </head> + <body class="topBarDisabled"> + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <a href="http://flex.apache.org/" id="bannerLeft"> + <img src="http://flex.apache.org/images/logo_01_fullcolor-sm.png" alt="Apache Flex"/> + </a> + </div> + <div class="pull-right"> </div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + <li id="publishDate">Last Published: 2016-09-27 + <span class="divider">|</span> + </li> + <li id="projectVersion">Version: 0.8.0-SNAPSHOT + </li> + + + + + <li class="pull-right"> + <span class="divider">|</span> + <a href="https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+Wiki" class="externalLink" title="Apache Flex Wiki"> + Apache Flex Wiki</a> + </li> + + + <li class="pull-right"> + <a href="http://flex.apache.org/" class="externalLink" title="Apache Flex Homepage"> + Apache Flex Homepage</a> + </li> + + </ul> + </div> + + + <div class="row-fluid"> + <div id="leftColumn" class="span2"> + <div class="well sidebar-nav"> + + <ul class="nav nav-list"> + </ul> + + + <hr /> + + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span10" > + + <div class="section"> +<h2><a name="Overview"></a>Overview</h2><a name="Overview"></a> +<p>The following is the distribution management information used by this project.</p> +<div class="section"> +<h3><a name="Repository_-_apache.releases.https"></a>Repository - apache.releases.https</h3><a name="Repository_-_apache.releases.https"></a><a class="externalLink" href="https://repository.apache.org/service/local/staging/deploy/maven2">https://repository.apache.org/service/local/staging/deploy/maven2</a></div> +<div class="section"> +<h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a>Snapshot Repository - apache.snapshots.https</h3><a name="Snapshot_Repository_-_apache.snapshots.https"></a><a class="externalLink" href="https://repository.apache.org/content/repositories/snapshots">https://repository.apache.org/content/repositories/snapshots</a></div> +<div class="section"> +<h3><a name="Site_-_apache.website"></a>Site - apache.website</h3><a name="Site_-_apache.website"></a> +<p>scm:svn:https://svn.apache.org/repos/asf/flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils</p></div></div> + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2016 + <a href="https://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + </p> + </div> + + + </div> + </footer> + </body> +</html> Added: flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/docs.html URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/docs.html?rev=1762482&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/docs.html (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/docs.html Tue Sep 27 13:56:30 2016 @@ -0,0 +1,109 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-27 + | Rendered using Apache Maven Fluido Skin 1.5 +--> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="Date-Revision-yyyymmdd" content="20160927" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Apache Flex - FlexJS: Compiler: Test Utils – </title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + + + <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script> + + </head> + <body class="topBarDisabled"> + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <a href="http://flex.apache.org/" id="bannerLeft"> + <img src="http://flex.apache.org/images/logo_01_fullcolor-sm.png" alt="Apache Flex"/> + </a> + </div> + <div class="pull-right"> </div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + <li id="publishDate">Last Published: 2016-09-27 + <span class="divider">|</span> + </li> + <li id="projectVersion">Version: 0.8.0-SNAPSHOT + </li> + + + + + <li class="pull-right"> + <span class="divider">|</span> + <a href="https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+Wiki" class="externalLink" title="Apache Flex Wiki"> + Apache Flex Wiki</a> + </li> + + + <li class="pull-right"> + <a href="http://flex.apache.org/" class="externalLink" title="Apache Flex Homepage"> + Apache Flex Homepage</a> + </li> + + </ul> + </div> + + + <div class="row-fluid"> + <div id="leftColumn" class="span2"> + <div class="well sidebar-nav"> + + <ul class="nav nav-list"> + </ul> + + + <hr /> + + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span10" > + + + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2016 + <a href="https://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + </p> + </div> + + + </div> + </footer> + </body> +</html> Added: flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/file-activity.html URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/file-activity.html?rev=1762482&view=auto ============================================================================== --- flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/file-activity.html (added) +++ flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/file-activity.html Tue Sep 27 13:56:30 2016 @@ -0,0 +1,126 @@ +<!DOCTYPE html> +<!-- + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-09-27 + | Rendered using Apache Maven Fluido Skin 1.5 +--> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="Date-Revision-yyyymmdd" content="20160927" /> + <meta http-equiv="Content-Language" content="en" /> + <title>Apache Flex - FlexJS: Compiler: Test Utils – File Activity Report</title> + <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> + <link rel="stylesheet" href="./css/site.css" /> + <link rel="stylesheet" href="./css/print.css" media="print" /> + + + <script type="text/javascript" src="./js/apache-maven-fluido-1.5.min.js"></script> + + </head> + <body class="topBarDisabled"> + + + + <div class="container-fluid"> + <div id="banner"> + <div class="pull-left"> + <a href="http://flex.apache.org/" id="bannerLeft"> + <img src="http://flex.apache.org/images/logo_01_fullcolor-sm.png" alt="Apache Flex"/> + </a> + </div> + <div class="pull-right"> </div> + <div class="clear"><hr/></div> + </div> + + <div id="breadcrumbs"> + <ul class="breadcrumb"> + + <li id="publishDate">Last Published: 2016-09-27 + <span class="divider">|</span> + </li> + <li id="projectVersion">Version: 0.8.0-SNAPSHOT + </li> + + + + + <li class="pull-right"> + <span class="divider">|</span> + <a href="https://cwiki.apache.org/confluence/display/FLEX/Apache+Flex+Wiki" class="externalLink" title="Apache Flex Wiki"> + Apache Flex Wiki</a> + </li> + + + <li class="pull-right"> + <a href="http://flex.apache.org/" class="externalLink" title="Apache Flex Homepage"> + Apache Flex Homepage</a> + </li> + + </ul> + </div> + + + <div class="row-fluid"> + <div id="leftColumn" class="span2"> + <div class="well sidebar-nav"> + + <ul class="nav nav-list"> + </ul> + + + <hr /> + + <div id="poweredBy"> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <div class="clear"></div> + <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy"> + <img class="builtBy" alt="Built by Maven" src="./images/logos/maven-feather.png" /> + </a> + </div> + </div> + </div> + + + <div id="bodyColumn" class="span10" > + + <div class="section"> +<h2><a name="File_Activity_Report"></a>File Activity Report</h2> +<div class="section"> +<h3><a name="Changes_between_2016-08-28_and_2016-09-28"></a>Changes between 2016-08-28 and 2016-09-28</h3> +<p>Total commits: 4<br />Total number of files changed: 3</p> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>Filename</th> +<th>Number of Times Changed</th></tr> +<tr class="b"> +<td><a class="externalLink" href="https://github.com/apache/flex-falcon/compiler-test-utils/pom.xml">compiler-test-utils/<b>pom.xml</b></a> </td> +<td>3</td></tr> +<tr class="a"> +<td><a class="externalLink" href="https://github.com/apache/flex-falcon/compiler-test-utils/src/main/java/org/apache/flex/utils/EnvProperties.java">compiler-test-utils/src/main/java/org/apache/flex/utils/<b>EnvProperties.java</b></a> </td> +<td>1</td></tr> +<tr class="b"> +<td><a class="externalLink" href="https://github.com/apache/flex-falcon/compiler-test-utils/src/main/java/org/apache/flex/utils/FilenameNormalization.java">compiler-test-utils/src/main/java/org/apache/flex/utils/<b>FilenameNormalization.java</b></a> </td> +<td>1</td></tr></table></div></div> + </div> + </div> + </div> + + <hr/> + + <footer> + <div class="container-fluid"> + <div class="row-fluid"> + <p >Copyright © 2016 + <a href="https://www.apache.org/">The Apache Software Foundation</a>. + All rights reserved. + </p> + </div> + + + </div> + </footer> + </body> +</html> Added: flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/fonts/glyphicons-halflings-regular.eot URL: http://svn.apache.org/viewvc/flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/fonts/glyphicons-halflings-regular.eot?rev=1762482&view=auto ============================================================================== Binary file - no diff available. Propchange: flex/site/trunk/content/maven/flexjs/latest-dev/compiler-test-utils/fonts/glyphicons-halflings-regular.eot ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream
