Commit bca3606b authored by Matt Tucker's avatar Matt Tucker Committed by matt

Updates for native authentication (JM-201).

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2686 b35dd754-fafc-0310-a699-88a17e54d16e
parent 910d0a63
......@@ -11,10 +11,6 @@
<orderEntry type="module" module-name="Messenger" exported="" />
<orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
<option name="USE_PROJECT_VCS" value="false" />
</component>
<component name="WebModuleBuildComponent">
<setting name="EXPLODED_URL" value="file://" />
<setting name="EXPLODED_ENABLED" value="false" />
......
......@@ -238,11 +238,16 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/build/lib/merge/shaj.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
<orderEntryProperties />
</component>
<component name="VcsManagerConfiguration">
<option name="ACTIVE_VCS_NAME" value="svn" />
<option name="USE_PROJECT_VCS" value="false" />
</component>
</module>
......@@ -558,6 +558,13 @@
</fileset>
</copy>
<!-- Copy native authentication files -->
<copy todir="${prepare.out.dir}/resources">
<fileset dir="${src.dir}/resources">
<include name="nativeAuth/**"/>
</fileset>
</copy>
<!-- Copy bin dir -->
<copy todir="${prepare.out.dir}">
<fileset dir="${src.dir}" includes="bin/**/*"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment