|
From: SVN c. m. f. t. SWORD-A. p. <swo...@li...> - 2012-03-26 13:22:42
|
Revision: 492
http://sword-app.svn.sourceforge.net/sword-app/?rev=492&view=rev
Author: richard-jones
Date: 2012-03-26 13:22:32 +0000 (Mon, 26 Mar 2012)
Log Message:
-----------
move main code into trunk directory
Added Paths:
-----------
JavaClient2.0/trunk/TODO
JavaClient2.0/trunk/pom.xml
JavaClient2.0/trunk/src/
JavaClient2.0/trunk/sword-client.iml
Removed Paths:
-------------
JavaClient2.0/TODO
JavaClient2.0/pom.xml
JavaClient2.0/src/
JavaClient2.0/sword-client.iml
Deleted: JavaClient2.0/TODO
===================================================================
--- JavaClient2.0/TODO 2012-03-26 13:01:45 UTC (rev 491)
+++ JavaClient2.0/TODO 2012-03-26 13:22:32 UTC (rev 492)
@@ -1,24 +0,0 @@
-TODO List
-=========
-
-This is a register of some things that still need to be adequately handled in this code library
-
-1/ Multipart does not work.
-
-This occurs when a 401 Unauthorised challenge is received. In making the initial request, the library
-reads all of the data from the input stream to be delivered, and therefore cannot re-deliver it once
-authentication has taken place.
-
-
-Notes
------
-
-- Create mechanism for handling arbitrary response codes (might act on response codes that we understand, like
-302, etc); possible value in a response code handler with default behaviour that can be customised per-request
-
-- documentation
-
-- logging
-
-- modify foresite to allow namespace prefixes to be passed in
-
Deleted: JavaClient2.0/pom.xml
===================================================================
--- JavaClient2.0/pom.xml 2012-03-26 13:01:45 UTC (rev 491)
+++ JavaClient2.0/pom.xml 2012-03-26 13:22:32 UTC (rev 492)
@@ -1,89 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
-
- <groupId>org.swordapp</groupId>
- <artifactId>sword-client</artifactId>
- <version>2.0</version>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>2.3.2</version>
- <configuration>
- <source>6</source>
- <target>6</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>3.1</version>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.15</version>
- <exclusions>
- <exclusion>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.jms</groupId>
- <artifactId>jms</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.jdmk</groupId>
- <artifactId>jmxtools</artifactId>
- </exclusion>
- <exclusion>
- <groupId>com.sun.jmx</groupId>
- <artifactId>jmxri</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>org.apache.abdera</groupId>
- <artifactId>abdera-client</artifactId>
- <version>1.1.1</version>
- </dependency>
- <dependency>
- <groupId>org.dspace</groupId>
- <artifactId>foresite</artifactId>
- <version>0.9</version>
- </dependency>
- <dependency>
- <groupId>xom</groupId>
- <artifactId>xom</artifactId>
- <version>1.2.5</version>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.4</version>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.4</version>
- </dependency>
- <dependency>
- <groupId>org.jsoup</groupId>
- <artifactId>jsoup</artifactId>
- <version>1.6.1</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Deleted: JavaClient2.0/sword-client.iml
===================================================================
--- JavaClient2.0/sword-client.iml 2012-03-26 13:01:45 UTC (rev 491)
+++ JavaClient2.0/sword-client.iml 2012-03-26 13:22:32 UTC (rev 492)
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/target/classes" />
- <output-test url="file://$MODULE_DIR$/target/test-classes" />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/target/generated-sources/test-annotations" isTestSource="true" />
- <sourceFolder url="file://$MODULE_DIR$/target/generated-sources/annotations" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
- <sourceFolder url="file://$MODULE_DIR$/src/test/resources" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/target/classes" />
- <excludeFolder url="file://$MODULE_DIR$/target/test-classes" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="Maven: commons-httpclient:commons-httpclient:3.1" level="project" />
- <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.0.4" level="project" />
- <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.4" level="project" />
- <orderEntry type="library" name="Maven: log4j:log4j:1.2.15" level="project" />
- <orderEntry type="library" name="Maven: org.apache.abdera:abdera-client:1.1.1" level="project" />
- <orderEntry type="library" name="Maven: org.apache.abdera:abdera-core:1.1.1" level="project" />
- <orderEntry type="library" name="Maven: org.apache.abdera:abdera-i18n:1.1.1" level="project" />
- <orderEntry type="library" name="Maven: org.apache.geronimo.specs:geronimo-activation_1.0.2_spec:1.1" level="project" />
- <orderEntry type="library" name="Maven: org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:1.0.1" level="project" />
- <orderEntry type="library" name="Maven: org.apache.abdera:abdera-parser:1.1.1" level="project" />
- <orderEntry type="library" name="Maven: org.apache.ws.commons.axiom:axiom-impl:1.2.10" level="project" />
- <orderEntry type="library" name="Maven: org.apache.ws.commons.axiom:axiom-api:1.2.10" level="project" />
- <orderEntry type="library" name="Maven: org.apache.geronimo.specs:geronimo-activation_1.1_spec:1.0.2" level="project" />
- <orderEntry type="library" name="Maven: org.apache.geronimo.specs:geronimo-javamail_1.4_spec:1.6" level="project" />
- <orderEntry type="library" name="Maven: jaxen:jaxen:1.1.1" level="project" />
- <orderEntry type="library" name="Maven: org.codehaus.woodstox:wstx-asl:3.0.0" level="project" />
- <orderEntry type="library" name="Maven: xml-apis:xml-apis:1.3.03" level="project" />
- <orderEntry type="library" name="Maven: xerces:xercesImpl:2.8.0" level="project" />
- <orderEntry type="library" name="Maven: org.dspace:foresite:0.9" level="project" />
- <orderEntry type="library" name="Maven: com.hp.hpl.jena:jena:2.5.5" level="project" />
- <orderEntry type="library" name="Maven: com.hp.hpl.jena:arq:2.2" level="project" />
- <orderEntry type="library" name="Maven: org.apache.lucene:lucene-core:2.2.0" level="project" />
- <orderEntry type="library" name="Maven: com.hp.hpl.jena:arq-extra:2.2" level="project" />
- <orderEntry type="library" name="Maven: com.hp.hpl.jena:jenatest:2.5.5" level="project" />
- <orderEntry type="library" name="Maven: com.hp.hpl.jena:iri:0.5" level="project" />
- <orderEntry type="library" name="Maven: com.ibm.icu:icu4j:3.4.4" level="project" />
- <orderEntry type="library" name="Maven: antlr:antlr:2.7.5" level="project" />
- <orderEntry type="library" name="Maven: com.hp.hpl.jena:concurrent-jena:1.3.2" level="project" />
- <orderEntry type="library" name="Maven: com.hp.hpl.jena:json-jena:1.0" level="project" />
- <orderEntry type="library" name="Maven: stax:stax-api:1.0" level="project" />
- <orderEntry type="library" name="Maven: xerces:xmlParserAPIs:2.0.2" level="project" />
- <orderEntry type="library" name="Maven: rome:rome:0.9" level="project" />
- <orderEntry type="library" name="Maven: jdom:jdom:1.0" level="project" />
- <orderEntry type="library" name="Maven: xalan:xalan:2.7.0" level="project" />
- <orderEntry type="library" name="Maven: commons-cli:commons-cli:1.0" level="project" />
- <orderEntry type="library" name="Maven: commons-lang:commons-lang:1.0" level="project" />
- <orderEntry type="library" name="Maven: junit:junit:4.4" level="project" />
- <orderEntry type="library" name="Maven: joda-time:joda-time:1.6" level="project" />
- <orderEntry type="library" name="Maven: xom:xom:1.2.5" level="project" />
- <orderEntry type="library" name="Maven: javax.servlet:servlet-api:2.4" level="project" />
- <orderEntry type="library" name="Maven: org.jsoup:jsoup:1.6.1" level="project" />
- </component>
-</module>
-
Copied: JavaClient2.0/trunk/TODO (from rev 491, JavaClient2.0/TODO)
===================================================================
--- JavaClient2.0/trunk/TODO (rev 0)
+++ JavaClient2.0/trunk/TODO 2012-03-26 13:22:32 UTC (rev 492)
@@ -0,0 +1,24 @@
+TODO List
+=========
+
+This is a register of some things that still need to be adequately handled in this code library
+
+1/ Multipart does not work.
+
+This occurs when a 401 Unauthorised challenge is received. In making the initial request, the library
+reads all of the data from the input stream to be delivered, and therefore cannot re-deliver it once
+authentication has taken place.
+
+
+Notes
+-----
+
+- Create mechanism for handling arbitrary response codes (might act on response codes that we understand, like
+302, etc); possible value in a response code handler with default behaviour that can be customised per-request
+
+- documentation
+
+- logging
+
+- modify foresite to allow namespace prefixes to be passed in
+
Copied: JavaClient2.0/trunk/pom.xml (from rev 491, JavaClient2.0/pom.xml)
===================================================================
--- JavaClient2.0/trunk/pom.xml (rev 0)
+++ JavaClient2.0/trunk/pom.xml 2012-03-26 13:22:32 UTC (rev 492)
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.swordapp</groupId>
+ <artifactId>sword-client</artifactId>
+ <version>2.0</version>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <source>6</source>
+ <target>6</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.1</version>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.15</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.mail</groupId>
+ <artifactId>mail</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>javax.jms</groupId>
+ <artifactId>jms</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.jdmk</groupId>
+ <artifactId>jmxtools</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>com.sun.jmx</groupId>
+ <artifactId>jmxri</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.abdera</groupId>
+ <artifactId>abdera-client</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.dspace</groupId>
+ <artifactId>foresite</artifactId>
+ <version>0.9</version>
+ </dependency>
+ <dependency>
+ <groupId>xom</groupId>
+ <artifactId>xom</artifactId>
+ <version>1.2.5</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.4</version>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jsoup</groupId>
+ <artifactId>jsoup</artifactId>
+ <version>1.6.1</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Copied: JavaClient2.0/trunk/sword-client.iml (from rev 491, JavaClient2.0/sword-client.iml)
===================================================================
--- JavaClient2.0/trunk/sword-client.iml (rev 0)
+++ JavaClient2.0/trunk/sword-client.iml 2012-03-26 13:22:32 UTC (rev 492)
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="false">
+ <output url="file://$MODULE_DIR$/target/classes" />
+ <output-test url="file://$MODULE_DIR$/target/test-classes" />
+ <content url="file://$MODULE_DIR$">
+ <sourceFolder url="file://$MODULE_DIR$/target/generated-sources/test-annotations" isTestSource="true" />
+ <sourceFolder url="file://$MODULE_DIR$/target/generated-sources/annotations" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
+ <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
+ <sourceFolder url="file://$MODULE_DIR$/src/test/resources" isTestSource="true" />
+ <excludeFolder url="file://$MODULE_DIR$/target/classes" />
+ <excludeFolder url="file://$MODULE_DIR$/target/test-classes" />
+ </content>
+ <orderEntry type="inheritedJdk" />
+ <orderEntry type="sourceFolder" forTests="false" />
+ <orderEntry type="library" name="Maven: commons-httpclient:commons-httpclient:3.1" level="project" />
+ <orderEntry type="library" name="Maven: commons-logging:commons-logging:1.0.4" level="project" />
+ <orderEntry type="library" name="Maven: commons-codec:commons-codec:1.4" level="project" />
+ <orderEntry type="library" name="Maven: log4j:log4j:1.2.15" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.abdera:abdera-client:1.1.1" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.abdera:abdera-core:1.1.1" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.abdera:abdera-i18n:1.1.1" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.geronimo.specs:geronimo-activation_1.0.2_spec:1.1" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:1.0.1" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.abdera:abdera-parser:1.1.1" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.ws.commons.axiom:axiom-impl:1.2.10" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.ws.commons.axiom:axiom-api:1.2.10" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.geronimo.specs:geronimo-activation_1.1_spec:1.0.2" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.geronimo.specs:geronimo-javamail_1.4_spec:1.6" level="project" />
+ <orderEntry type="library" name="Maven: jaxen:jaxen:1.1.1" level="project" />
+ <orderEntry type="library" name="Maven: org.codehaus.woodstox:wstx-asl:3.0.0" level="project" />
+ <orderEntry type="library" name="Maven: xml-apis:xml-apis:1.3.03" level="project" />
+ <orderEntry type="library" name="Maven: xerces:xercesImpl:2.8.0" level="project" />
+ <orderEntry type="library" name="Maven: org.dspace:foresite:0.9" level="project" />
+ <orderEntry type="library" name="Maven: com.hp.hpl.jena:jena:2.5.5" level="project" />
+ <orderEntry type="library" name="Maven: com.hp.hpl.jena:arq:2.2" level="project" />
+ <orderEntry type="library" name="Maven: org.apache.lucene:lucene-core:2.2.0" level="project" />
+ <orderEntry type="library" name="Maven: com.hp.hpl.jena:arq-extra:2.2" level="project" />
+ <orderEntry type="library" name="Maven: com.hp.hpl.jena:jenatest:2.5.5" level="project" />
+ <orderEntry type="library" name="Maven: com.hp.hpl.jena:iri:0.5" level="project" />
+ <orderEntry type="library" name="Maven: com.ibm.icu:icu4j:3.4.4" level="project" />
+ <orderEntry type="library" name="Maven: antlr:antlr:2.7.5" level="project" />
+ <orderEntry type="library" name="Maven: com.hp.hpl.jena:concurrent-jena:1.3.2" level="project" />
+ <orderEntry type="library" name="Maven: com.hp.hpl.jena:json-jena:1.0" level="project" />
+ <orderEntry type="library" name="Maven: stax:stax-api:1.0" level="project" />
+ <orderEntry type="library" name="Maven: xerces:xmlParserAPIs:2.0.2" level="project" />
+ <orderEntry type="library" name="Maven: rome:rome:0.9" level="project" />
+ <orderEntry type="library" name="Maven: jdom:jdom:1.0" level="project" />
+ <orderEntry type="library" name="Maven: xalan:xalan:2.7.0" level="project" />
+ <orderEntry type="library" name="Maven: commons-cli:commons-cli:1.0" level="project" />
+ <orderEntry type="library" name="Maven: commons-lang:commons-lang:1.0" level="project" />
+ <orderEntry type="library" name="Maven: junit:junit:4.4" level="project" />
+ <orderEntry type="library" name="Maven: joda-time:joda-time:1.6" level="project" />
+ <orderEntry type="library" name="Maven: xom:xom:1.2.5" level="project" />
+ <orderEntry type="library" name="Maven: javax.servlet:servlet-api:2.4" level="project" />
+ <orderEntry type="library" name="Maven: org.jsoup:jsoup:1.6.1" level="project" />
+ </component>
+</module>
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|