Skip to content

Commit a7974a5

Browse files
committed
Updates
1 parent 723bfb1 commit a7974a5

File tree

109 files changed

+14933
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+14933
-0
lines changed

b6sftpSend/.classpath

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java 17 JDK">
4+
<attributes>
5+
<attribute name="module" value="true"/>
6+
</attributes>
7+
</classpathentry>
8+
<classpathentry kind="src" path="src"/>
9+
<classpathentry kind="lib" path="lib/app/asn-one-0.6.0.jar"/>
10+
<classpathentry kind="lib" path="lib/app/bcpkix-jdk15on-1.70.jar"/>
11+
<classpathentry kind="lib" path="lib/app/bcprov-jdk15on-1.70.jar"/>
12+
<classpathentry kind="lib" path="lib/app/eddsa-0.3.0.jar"/>
13+
<classpathentry kind="lib" path="lib/app/jzlib-1.1.3.jar"/>
14+
<classpathentry kind="lib" path="lib/app/log4j-api-2.20.0.jar"/>
15+
<classpathentry kind="lib" path="lib/app/log4j-core-2.20.0.jar"/>
16+
<classpathentry kind="lib" path="lib/app/log4j-slf4j2-impl-2.20.0.jar"/>
17+
<classpathentry kind="lib" path="lib/app/slf4j-api-2.0.7.jar"/>
18+
<classpathentry kind="lib" path="lib/app/slf4j-simple-2.0.7.jar"/>
19+
<classpathentry kind="lib" path="lib/app/sshj-0.35.0.jar" sourcepath="/Users/dave/Commander4j/workspace.development/sftpGet/lib/source/sshj-0.31.0-sources.jar">
20+
<attributes>
21+
<attribute name="javadoc_location" value="jar:platform:/resource/sftpGet/lib/javadoc/sshj-0.32.0-javadoc.jar!/"/>
22+
</attributes>
23+
</classpathentry>
24+
<classpathentry kind="lib" path="lib/devonly/i4jruntime.jar"/>
25+
<classpathentry kind="lib" path="lib/app/commons-io-2.13.0.jar"/>
26+
<classpathentry kind="lib" path="lib/app/commons-codec-1.15.jar"/>
27+
<classpathentry kind="lib" path="lib/mail/commons-email-1.5.jar"/>
28+
<classpathentry kind="lib" path="lib/mail/javax.mail.jar"/>
29+
<classpathentry kind="lib" path="lib/mail/javax.activation-1.2.0.jar"/>
30+
<classpathentry kind="lib" path="lib/app/slf4j-jdk14-2.0.7.jar"/>
31+
<classpathentry kind="output" path="bin"/>
32+
</classpath>

b6sftpSend/.project

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>b6sftpSend</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.wst.common.project.facet.core.builder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.jdt.core.javabuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.jdt.core.javanature</nature>
21+
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
22+
</natures>
23+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
4+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=17
5+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
6+
org.eclipse.jdt.core.compiler.compliance=17
7+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
9+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
10+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
12+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
13+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
14+
org.eclipse.jdt.core.compiler.release=enabled
15+
org.eclipse.jdt.core.compiler.source=17
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<faceted-project>
3+
<runtime name="Java 17 JDK"/>
4+
<installed facet="java" version="17"/>
5+
</faceted-project>
1.89 MB
Binary file not shown.
27.2 KB
79.6 KB
1.76 KB

0 commit comments

Comments
 (0)