-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sorted out some issues integrating into tomcat.
- Loading branch information
1 parent
3d4ace7
commit d27090f
Showing
28 changed files
with
648 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="output" path="bin"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER" exported="true"/> | ||
</classpath> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>gluetools</name> | ||
<comment/> | ||
<projects/> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature> | ||
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> | ||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature> | ||
</natures> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments/> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.wst.common.project.facet.core.builder</name> | ||
<arguments/> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.wst.validation.validationbuilder</name> | ||
<arguments/> | ||
</buildCommand> | ||
</buildSpec> | ||
<linkedResources/> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# | ||
#Wed Jul 29 13:36:23 BST 2015 | ||
org.eclipse.jdt.core.compiler.debug.localVariable=generate | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve | ||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.source=1.8 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project-modules id="moduleCoreId" project-version="2.0"> | ||
<wb-module deploy-name="gluetools"/> | ||
</project-modules> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<faceted-project> | ||
<fixed facet="jst.java"/> | ||
<installed facet="jst.utility" version="1.0"/> | ||
<installed facet="jst.java" version="1.8"/> | ||
</faceted-project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
DELEGATES_PREFERENCE=delegateValidatorList | ||
USER_BUILD_PREFERENCE=enabledBuildValidatorList | ||
USER_MANUAL_PREFERENCE=enabledManualValidatorList | ||
USER_PREFERENCE=overrideGlobalPreferencestruedisableAllValidationfalseversion1.2.600.v201501211647 | ||
eclipse.preferences.version=1 | ||
override=true | ||
suspend=false | ||
vals/org.eclipse.angularjs.core.HTMLAngularValidator/global=FF01 | ||
vals/org.eclipse.wst.html.core.HTMLValidator/global=FF01 | ||
vals/org.eclipse.wst.xml.core.xml/global=FF03 | ||
vf.version=3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,36 @@ | ||
apply plugin: 'java' | ||
apply plugin: 'eclipse-wtp' | ||
|
||
project('gluetools-core') { | ||
apply plugin: 'java' | ||
apply plugin: 'eclipse-wtp' | ||
|
||
} | ||
|
||
project('gluetools-ws') { | ||
apply plugin: 'java' | ||
apply plugin: 'eclipse-wtp' | ||
|
||
} | ||
|
||
subprojects { | ||
dependencies { | ||
compile group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.4.1' | ||
compile group: 'org.apache.cayenne', name: 'cayenne-server', version:'3.1' | ||
compile group: 'org.apache.cayenne', name: 'cayenne-project', version:'3.1' | ||
compile group: 'org.biojava', name: 'biojava-core', version: '4.0.0' | ||
compile group: 'org.apache.commons', name: 'commons-io', version: '1.3.2' | ||
compile group: 'org.freemarker', name: 'freemarker', version: '2.3.20' | ||
compile group: 'commons-collections', name: 'commons-collections', version: '3.2' | ||
compile group: 'mysql', name: 'mysql-connector-java', version: '5.1.35' | ||
compile group: 'org.apache.derby', name: 'derby', version: '10.5.3.0_1' | ||
compile group: 'jline', name: 'jline', version: '2.12.1' | ||
compile group: 'com.brsanthu', name: 'data-exporter', version: '1.0.4' | ||
// compile group: 'dnl.utils', name: 'j-text-utils', version: '0.3.3' | ||
compile group: 'com.offbytwo', name:'docopt', version:'0.6.0.20150202' | ||
compile group: 'javax.json', name:'javax.json-api', version:'1.0' | ||
compile group: 'org.glassfish', name:'javax.json', version:'1.0.4' | ||
|
||
testCompile group: 'junit', name: 'junit', version: '4.+' | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
---------------------------------------------------------------- | ||
2015-07-29 12:39:32.729 GMT: | ||
Booting Derby version The Apache Software Foundation - Apache Derby - 10.5.3.0 - (802917): instance a816c00e-014e-d9d3-2e25-00000d2d4400 | ||
on database directory memory:/Users/joshsinger/gitrepos/gluetools/testdb | ||
|
||
Database Class Loader started - derby.database.classpath='' |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
...core/src/main/java/uk/ac/gla/cvr/gluetools/core/resource/GlueURLStreamHandlerFactory.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.