Skip to content
Snippets Groups Projects
Commit 2e27ed6d authored by Constantin Jucovschi's avatar Constantin Jucovschi
Browse files

version 0.0.6

parent d9892d39
Branches
Tags v0.0.6
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="target/generated-sources/jaxb">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
......@@ -4,3 +4,7 @@ bin/
*.log
felix-cache
.metadata
pom.xml.versionsBackup
.classpath
.project
.settings
\ No newline at end of file
eclipse.preferences.version=1
encoding//target/generated-sources/jaxb=UTF-8
encoding/<project>=UTF-8
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
org.eclipse.jdt.core.compiler.compliance=1.7
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.7
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
var _info_kwarc_sally_comm_core_factory = function () {
var info_kwarc_sally_comm_core = {
name: 'info_kwarc_sally_comm_core',
defaultElementNamespaceURI: 'http:\/\/kwarc.info\/sally\/comm\/core',
......@@ -53,6 +54,18 @@ var info_kwarc_sally_comm_core = {
typeInfo: 'info_kwarc_sally_comm_core.RegisterClientRequest'
}]
};
if (typeof require === 'function') {
module.exports.info_kwarc_sally_comm_core = info_kwarc_sally_comm_core;
return {
info_kwarc_sally_comm_core: info_kwarc_sally_comm_core
};
};
if (typeof define === 'function' && define.amd) {
define([], _info_kwarc_sally_comm_core_factory);
}
else {
if (typeof module !== 'undefined' && module.exports) {
module.exports.info_kwarc_sally_comm_core = _info_kwarc_sally_comm_core_factory().info_kwarc_sally_comm_core;
}
else {
var info_kwarc_sally_comm_core = _info_kwarc_sally_comm_core_factory().info_kwarc_sally_comm_core;
}
}
\ No newline at end of file
var _info_kwarc_sally_comm_frames_factory = function () {
var info_kwarc_sally_comm_frames = {
name: 'info_kwarc_sally_comm_frames',
defaultElementNamespaceURI: 'http:\/\/kwarc.info\/sally\/comm\/frames',
......@@ -75,6 +76,18 @@ var info_kwarc_sally_comm_frames = {
typeInfo: 'AnyType'
}]
};
if (typeof require === 'function') {
module.exports.info_kwarc_sally_comm_frames = info_kwarc_sally_comm_frames;
return {
info_kwarc_sally_comm_frames: info_kwarc_sally_comm_frames
};
};
if (typeof define === 'function' && define.amd) {
define([], _info_kwarc_sally_comm_frames_factory);
}
else {
if (typeof module !== 'undefined' && module.exports) {
module.exports.info_kwarc_sally_comm_frames = _info_kwarc_sally_comm_frames_factory().info_kwarc_sally_comm_frames;
}
else {
var info_kwarc_sally_comm_frames = _info_kwarc_sally_comm_frames_factory().info_kwarc_sally_comm_frames;
}
}
\ No newline at end of file
var _info_kwarc_sally_comm_theo_factory = function () {
var info_kwarc_sally_comm_theo = {
name: 'info_kwarc_sally_comm_theo',
defaultElementNamespaceURI: 'http:\/\/kwarc.info\/sally\/comm\/theo',
......@@ -65,6 +66,18 @@ var info_kwarc_sally_comm_theo = {
typeInfo: 'info_kwarc_sally_comm_theo.OpenTheoWindowResponse'
}]
};
if (typeof require === 'function') {
module.exports.info_kwarc_sally_comm_theo = info_kwarc_sally_comm_theo;
return {
info_kwarc_sally_comm_theo: info_kwarc_sally_comm_theo
};
};
if (typeof define === 'function' && define.amd) {
define([], _info_kwarc_sally_comm_theo_factory);
}
else {
if (typeof module !== 'undefined' && module.exports) {
module.exports.info_kwarc_sally_comm_theo = _info_kwarc_sally_comm_theo_factory().info_kwarc_sally_comm_theo;
}
else {
var info_kwarc_sally_comm_theo = _info_kwarc_sally_comm_theo_factory().info_kwarc_sally_comm_theo;
}
}
\ No newline at end of file
......@@ -6,7 +6,7 @@
<parent>
<groupId>info.kwarc.sally4.comm</groupId>
<artifactId>comm-parent</artifactId>
<version>0.0.6-SNAPSHOT</version>
<version>0.0.6</version>
<relativePath>../comm-parent</relativePath>
</parent>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment