We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fbde4 commit 08fbd34Copy full SHA for 08fbd34
app-framework/pom.xml
@@ -135,7 +135,7 @@
135
-->
136
<echo message="Copying javadoc root index.html file"/>
137
<!-- Add doclava generated index.html file to root of Javadoc -->
138
- <copy file="docres/index.html" todir="${intermediate-dir}/api_javadoc"/>
+ <copy file="docres/index.html" todir="${intermediate-dir}/app_framework_javadoc"/>
139
<jar destfile="../../../../output/jar_release/arcgis-android-app-framework-javadoc.jar" basedir="${intermediate-dir}/app_framework_javadoc" update="true"/>
140
</target>
141
<exportAntProperties>true</exportAntProperties>
0 commit comments