forked from shaba/openuds
more initial work on imports
This commit is contained in:
parent
f64987a7b1
commit
7e6890c327
37
.gitignore
vendored
37
.gitignore
vendored
@ -1,5 +1,10 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
# Debian buildings
|
||||||
|
*.debhelper*
|
||||||
|
*-stamp
|
||||||
|
*.substvars
|
||||||
|
|
||||||
# /client/administration/
|
# /client/administration/
|
||||||
/client/administration/*.suo
|
/client/administration/*.suo
|
||||||
|
|
||||||
@ -22,48 +27,22 @@
|
|||||||
/guacamole-tunnel/target
|
/guacamole-tunnel/target
|
||||||
|
|
||||||
# /linuxActor/
|
# /linuxActor/
|
||||||
/linuxActor/udsactor_1.0_all.deb
|
/linuxActor/udsactor_*
|
||||||
/linuxActor/udsactor_1.0_amd64.changes
|
|
||||||
/linuxActor/udsactor_1.0.dsc
|
|
||||||
/linuxActor/udsactor_1.0.tar.gz
|
|
||||||
/linuxActor/udsactor_1.1_all.deb
|
|
||||||
/linuxActor/udsactor_1.1_amd64.changes
|
|
||||||
/linuxActor/udsactor_1.1.dsc
|
|
||||||
/linuxActor/udsactor_1.1.tar.gz
|
|
||||||
|
|
||||||
# /linuxActor/src/
|
|
||||||
/linuxActor/src/build-stamp
|
|
||||||
/linuxActor/src/configure-stamp
|
|
||||||
|
|
||||||
# /linuxActor/src/debian/
|
# /linuxActor/src/debian/
|
||||||
/linuxActor/src/debian/udsactor
|
/linuxActor/src/debian/udsactor
|
||||||
/linuxActor/src/debian/udsactor.postinst.debhelper
|
|
||||||
/linuxActor/src/debian/udsactor.postrm.debhelper
|
|
||||||
/linuxActor/src/debian/udsactor.substvars
|
|
||||||
|
|
||||||
# /linuxActorNX/
|
# /linuxActorNX/
|
||||||
/linuxActorNX/*.deb
|
/linuxActorNX/udsactor-nx_*
|
||||||
/linuxActorNX/*.changes
|
|
||||||
/linuxActorNX/*.dsc
|
|
||||||
/linuxActorNX/*.gz
|
|
||||||
|
|
||||||
# /linuxActorNX/src/
|
|
||||||
/linuxActorNX/src/build-stamp
|
|
||||||
/linuxActorNX/src/configure-stamp
|
|
||||||
|
|
||||||
# /linuxActorNX/src/debian/
|
# /linuxActorNX/src/debian/
|
||||||
/linuxActorNX/src/debian/udsactor-nx
|
/linuxActorNX/src/debian/udsactor-nx
|
||||||
/linuxActorNX/src/debian/udsactor-nx.substvars
|
|
||||||
|
|
||||||
# /linuxActorXRDP/
|
# /linuxActorXRDP/
|
||||||
/linuxActorXRDP/udsactor-xrdp_1.1_all.deb
|
/linuxActorXRDP/udsactor-xrdp_*
|
||||||
/linuxActorXRDP/udsactor-xrdp_1.1_amd64.changes
|
|
||||||
/linuxActorXRDP/udsactor-xrdp_1.1.dsc
|
|
||||||
/linuxActorXRDP/udsactor-xrdp_1.1.tar.gz
|
|
||||||
|
|
||||||
# /linuxActorXRDP/src/debian/
|
# /linuxActorXRDP/src/debian/
|
||||||
/linuxActorXRDP/src/debian/udsactor-xrdp
|
/linuxActorXRDP/src/debian/udsactor-xrdp
|
||||||
/linuxActorXRDP/src/debian/udsactor-xrdp.substvars
|
|
||||||
|
|
||||||
# /nxtransport/jar/
|
# /nxtransport/jar/
|
||||||
/nxtransport/jar/*.sh
|
/nxtransport/jar/*.sh
|
||||||
|
@ -1,14 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<projectDescription>
|
<projectDescription>
|
||||||
<name>transport</name>
|
<name>guacamole-tunnel</name>
|
||||||
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
|
<comment>NO_M2ECLIPSE_SUPPORT: Project files created with the maven-eclipse-plugin are not supported in M2Eclipse.</comment>
|
||||||
<projects/>
|
<projects>
|
||||||
<buildSpec>
|
</projects>
|
||||||
<buildCommand>
|
<buildSpec>
|
||||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
<buildCommand>
|
||||||
</buildCommand>
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
</buildSpec>
|
<arguments>
|
||||||
<natures>
|
</arguments>
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
</buildCommand>
|
||||||
</natures>
|
</buildSpec>
|
||||||
</projectDescription>
|
<natures>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user