Skip to content
Snippets Groups Projects
Commit 0456c08c authored by da1l6's avatar da1l6
Browse files

PortalManager: Fix build.xml start script generation

parent fa824725
No related branches found
No related tags found
No related merge requests found
......@@ -43,10 +43,10 @@
<copy todir="${dist.dir}/lib">
<path refid="build.classpath" />
</copy>
<echo file="${dist.dir}/portalmanager.cmd" message="java -jar PortalManager.jar $@" />
<echo file="${dist.dir}/portalmanager.sh" message="java -jar PortalManager.jar %*" />
<echo file="${dist.dir}/portalmanager.cmd" message="java -jar PortalManager.jar %*" />
<echo file="${dist.dir}/portalmanager.sh" message="java -Dsun.security.smartcardio.library=/usr/lib/libpcsclite.so -jar PortalManager.jar $@" />
<copy file="${dist.dir}/portalmanager.sh" tofile="${dist.dir}/portalmanager" />
<chmod file="${dist.dir}/portalmanager.sh" perm="ugo+rx"/>
<chmod file="${dist.dir}/portalmanager.sh" perm="ugo+rx" />
<chmod file="${dist.dir}/portalmanager" perm="ugo+rx"/>
</target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment