Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorafinkbein2008-06-20 00:12:35 +0000
committerafinkbein2008-06-20 00:12:35 +0000
commit787019e4a5d6df9aa4caa6edaa9a90b1e85039bc (patch)
tree1dd35f7cd9d33b8dd22d66805ef20ad11ff806f4
parentb79b1aa97d92b0d7aacc10b102ee63cabde33e72 (diff)
downloadorg.eclipse.osee-787019e4a5d6df9aa4caa6edaa9a90b1e85039bc.tar.gz
org.eclipse.osee-787019e4a5d6df9aa4caa6edaa9a90b1e85039bc.tar.xz
org.eclipse.osee-787019e4a5d6df9aa4caa6edaa9a90b1e85039bc.zip
-rw-r--r--MS_0.2.0_20080619/jakarta.commons.net/.classpath8
-rw-r--r--MS_0.2.0_20080619/jakarta.commons.net/.project28
-rw-r--r--MS_0.2.0_20080619/jakarta.commons.net/META-INF/MANIFEST.MF22
-rw-r--r--MS_0.2.0_20080619/jakarta.commons.net/build.properties6
-rw-r--r--MS_0.2.0_20080619/jakarta.commons.net/commons-net-1.4.0.jarbin0 -> 180799 bytes
-rw-r--r--MS_0.2.0_20080619/jakarta.commons.net/lib/jakarta.commons.net_src.jarbin0 -> 394949 bytes
6 files changed, 64 insertions, 0 deletions
diff --git a/MS_0.2.0_20080619/jakarta.commons.net/.classpath b/MS_0.2.0_20080619/jakarta.commons.net/.classpath
new file mode 100644
index 00000000000..5e5dedbacd4
--- /dev/null
+++ b/MS_0.2.0_20080619/jakarta.commons.net/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry exported="true" kind="lib" path="commons-net-1.4.0.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/MS_0.2.0_20080619/jakarta.commons.net/.project b/MS_0.2.0_20080619/jakarta.commons.net/.project
new file mode 100644
index 00000000000..659667c40f2
--- /dev/null
+++ b/MS_0.2.0_20080619/jakarta.commons.net/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>jakarta.commons.net</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/MS_0.2.0_20080619/jakarta.commons.net/META-INF/MANIFEST.MF b/MS_0.2.0_20080619/jakarta.commons.net/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..490be664578
--- /dev/null
+++ b/MS_0.2.0_20080619/jakarta.commons.net/META-INF/MANIFEST.MF
@@ -0,0 +1,22 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Net Plug-in
+Bundle-SymbolicName: jakarta.commons.net;singleton:=true
+Bundle-Version: 0.2.0.qualifier
+Bundle-ClassPath: commons-net-1.4.0.jar,
+ .
+Export-Package: org.apache.commons.net,
+ org.apache.commons.net.bsd,
+ org.apache.commons.net.ftp,
+ org.apache.commons.net.ftp.parser,
+ org.apache.commons.net.io,
+ org.apache.commons.net.nntp,
+ org.apache.commons.net.ntp,
+ org.apache.commons.net.pop3,
+ org.apache.commons.net.smtp,
+ org.apache.commons.net.telnet,
+ org.apache.commons.net.tftp,
+ org.apache.commons.net.util
+Eclipse-LazyStart: false
+Bundle-Vendor: Apache Foundation
+Bundle-Localization: plugin
diff --git a/MS_0.2.0_20080619/jakarta.commons.net/build.properties b/MS_0.2.0_20080619/jakarta.commons.net/build.properties
new file mode 100644
index 00000000000..ac03cdbacc8
--- /dev/null
+++ b/MS_0.2.0_20080619/jakarta.commons.net/build.properties
@@ -0,0 +1,6 @@
+bin.includes = META-INF/,\
+ commons-net-1.4.0.jar,\
+ .
+jars.compile.order = .
+source.. = src/
+output.. = bin/
diff --git a/MS_0.2.0_20080619/jakarta.commons.net/commons-net-1.4.0.jar b/MS_0.2.0_20080619/jakarta.commons.net/commons-net-1.4.0.jar
new file mode 100644
index 00000000000..8adda302eba
--- /dev/null
+++ b/MS_0.2.0_20080619/jakarta.commons.net/commons-net-1.4.0.jar
Binary files differ
diff --git a/MS_0.2.0_20080619/jakarta.commons.net/lib/jakarta.commons.net_src.jar b/MS_0.2.0_20080619/jakarta.commons.net/lib/jakarta.commons.net_src.jar
new file mode 100644
index 00000000000..a92dfbae77d
--- /dev/null
+++ b/MS_0.2.0_20080619/jakarta.commons.net/lib/jakarta.commons.net_src.jar
Binary files differ

Back to the top