.classpath
author ymh <ymh.work@gmail.com>
Wed, 27 Jul 2016 15:40:45 +0200
changeset 635 dffc5ec04c87
parent 460 bdf851bb1c4f
permissions -rw-r--r--
replace link to the node
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
2ab67fa1e78d add first server code version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2ab67fa1e78d add first server code version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
<classpath>
316
242510015401 move java server project to sub folder
ymh <ymh.work@gmail.com>
parents: 309
diff changeset
     3
	<classpathentry kind="src" path="server/java/renkan-web/src/main/java"/>
242510015401 move java server project to sub folder
ymh <ymh.work@gmail.com>
parents: 309
diff changeset
     4
	<classpathentry kind="src" path="server/java/renkan-core/src/test/java"/>
242510015401 move java server project to sub folder
ymh <ymh.work@gmail.com>
parents: 309
diff changeset
     5
	<classpathentry kind="src" path="server/java/renkan-management/src/main/java"/>
242510015401 move java server project to sub folder
ymh <ymh.work@gmail.com>
parents: 309
diff changeset
     6
	<classpathentry kind="src" path="server/java/renkan-core/src/main/java"/>
242510015401 move java server project to sub folder
ymh <ymh.work@gmail.com>
parents: 309
diff changeset
     7
	<classpathentry kind="src" path="server/java/renkan-web/src/test/java"/>
9
2ab67fa1e78d add first server code version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
2ab67fa1e78d add first server code version
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
220
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    10
	<classpathentry kind="var" path="M2_REPO/org/cometd/java/bayeux-api/2.7.0/bayeux-api-2.7.0.jar" sourcepath="M2_REPO/org/cometd/java/bayeux-api/2.5.0/bayeux-api-2.5.0-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    11
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    12
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/cometd/java/bayeux-api/2.5.0/bayeux-api-2.5.0-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    13
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    14
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    15
	</classpathentry>
220
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    16
	<classpathentry kind="var" path="M2_REPO/org/cometd/java/cometd-java-common/2.7.0/cometd-java-common-2.7.0.jar" sourcepath="M2_REPO/org/cometd/java/cometd-java-common/2.5.0/cometd-java-common-2.5.0-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    17
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    18
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/cometd/java/cometd-java-common/2.5.0/cometd-java-common-2.5.0-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    19
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    20
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    21
	</classpathentry>
220
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    22
	<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar" sourcepath="M2_REPO/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    23
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    24
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    25
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    26
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    27
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
    28
	<classpathentry kind="var" path="M2_REPO/org/mongodb/mongo-java-driver/2.11.3/mongo-java-driver-2.11.3.jar" sourcepath="M2_REPO/org/mongodb/mongo-java-driver/2.10.1/mongo-java-driver-2.10.1-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    29
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    30
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/mongodb/mongo-java-driver/2.10.1/mongo-java-driver-2.10.1-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    31
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    32
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    33
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
    34
	<classpathentry kind="var" path="M2_REPO/org/springframework/spring-context/3.2.4.RELEASE/spring-context-3.2.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-context/3.2.1.RELEASE/spring-context-3.2.1.RELEASE-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    35
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    36
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/springframework/spring-context/3.2.1.RELEASE/spring-context-3.2.1.RELEASE-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    37
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    38
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    39
	</classpathentry>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    40
	<classpathentry kind="var" path="M2_REPO">
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    41
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    42
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    43
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    44
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
    45
	<classpathentry kind="var" path="M2_REPO/org/springframework/spring-beans/3.2.3.RELEASE/spring-beans-3.2.3.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-beans/3.2.1.RELEASE/spring-beans-3.2.1.RELEASE-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    46
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    47
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/springframework/spring-beans/3.2.1.RELEASE/spring-beans-3.2.1.RELEASE-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    48
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    49
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    50
	</classpathentry>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    51
	<classpathentry kind="var" path="M2_REPO/javax/persistence/persistence-api/1.0.2/persistence-api-1.0.2.jar" sourcepath="M2_REPO/javax/persistence/persistence-api/1.0.2/persistence-api-1.0.2-sources.jar">
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents: 48
diff changeset
    52
		<attributes>
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents: 48
diff changeset
    53
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents: 48
diff changeset
    54
		</attributes>
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents: 48
diff changeset
    55
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
    56
	<classpathentry kind="var" path="M2_REPO/org/springframework/data/spring-data-mongodb/1.3.1.RELEASE/spring-data-mongodb-1.3.1.RELEASE.jar" sourcepath="M2_REPO/org/springframework/data/spring-data-mongodb/1.2.0.RELEASE/spring-data-mongodb-1.2.0.RELEASE-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    57
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    58
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/springframework/data/spring-data-mongodb/1.2.0.RELEASE/spring-data-mongodb-1.2.0.RELEASE-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    59
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    60
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    61
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
    62
	<classpathentry kind="var" path="M2_REPO/org/springframework/data/spring-data-commons/1.6.1.RELEASE/spring-data-commons-1.6.1.RELEASE.jar" sourcepath="M2_REPO/org/springframework/data/spring-data-commons/1.5.0.RELEASE/spring-data-commons-1.5.0.RELEASE-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    63
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    64
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/springframework/data/spring-data-commons/1.5.0.RELEASE/spring-data-commons-1.5.0.RELEASE-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    65
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    66
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    67
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
    68
	<classpathentry kind="var" path="M2_REPO/org/springframework/data/spring-data-jpa/1.4.1.RELEASE/spring-data-jpa-1.4.1.RELEASE.jar" sourcepath="M2_REPO/org/springframework/data/spring-data-jpa/1.3.0.RELEASE/spring-data-jpa-1.3.0.RELEASE-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    69
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    70
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/springframework/data/spring-data-jpa/1.3.0.RELEASE/spring-data-jpa-1.3.0.RELEASE-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    71
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    72
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    73
	</classpathentry>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    74
	<classpathentry kind="var" path="M2_REPO/javax/inject/javax.inject/1/javax.inject-1.jar" sourcepath="M2_REPO/javax/inject/javax.inject/1/javax.inject-1-sources.jar">
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    75
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    76
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/javax/inject/javax.inject/1/javax.inject-1-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    77
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    78
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    79
	</classpathentry>
220
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    80
	<classpathentry kind="var" path="M2_REPO/org/cometd/java/cometd-java-annotations/2.7.0/cometd-java-annotations-2.7.0.jar" sourcepath="M2_REPO/org/cometd/java/cometd-java-annotations/2.5.0/cometd-java-annotations-2.5.0-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    81
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    82
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/cometd/java/cometd-java-annotations/2.5.0/cometd-java-annotations-2.5.0-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    83
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    84
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    85
	</classpathentry>
220
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
    86
	<classpathentry kind="var" path="M2_REPO/org/cometd/java/cometd-java-server/2.7.0/cometd-java-server-2.7.0.jar" sourcepath="M2_REPO/org/cometd/java/cometd-java-server/2.5.0/cometd-java-server-2.5.0-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    87
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    88
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/cometd/java/cometd-java-server/2.5.0/cometd-java-server-2.5.0-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    89
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    90
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    91
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
    92
	<classpathentry kind="var" path="M2_REPO/javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.jar" sourcepath="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    93
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    94
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    95
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    96
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
    97
	<classpathentry kind="var" path="M2_REPO/org/springframework/spring-core/3.2.4.RELEASE/spring-core-3.2.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    98
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
    99
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   100
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   101
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   102
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
   103
	<classpathentry kind="var" path="M2_REPO/org/springframework/spring-web/3.2.4.RELEASE/spring-web-3.2.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-web/3.2.1.RELEASE/spring-web-3.2.1.RELEASE-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   104
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   105
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/springframework/spring-web/3.2.1.RELEASE/spring-web-3.2.1.RELEASE-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   106
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   107
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   108
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
   109
	<classpathentry kind="var" path="M2_REPO/org/springframework/spring-webmvc/3.2.4.RELEASE/spring-webmvc-3.2.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-webmvc/3.2.1.RELEASE/spring-webmvc-3.2.1.RELEASE-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   110
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   111
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/springframework/spring-webmvc/3.2.1.RELEASE/spring-webmvc-3.2.1.RELEASE-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   112
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   113
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   114
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
   115
	<classpathentry kind="var" path="M2_REPO/junit/junit/4.11/junit-4.11.jar" sourcepath="M2_REPO/junit/junit/4.10/junit-4.10-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   116
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   117
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/junit/junit/4.10/junit-4.10-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   118
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   119
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   120
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
   121
	<classpathentry kind="var" path="M2_REPO/org/springframework/spring-test/3.2.4.RELEASE/spring-test-3.2.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/spring-test/3.2.1.RELEASE/spring-test-3.2.1.RELEASE-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   122
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   123
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/springframework/spring-test/3.2.1.RELEASE/spring-test-3.2.1.RELEASE-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   124
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   125
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   126
	</classpathentry>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   127
	<classpathentry kind="var" path="M2_REPO/javax/servlet/jstl/1.2/jstl-1.2.jar" sourcepath="M2_REPO/javax/servlet/jstl/1.2/jstl-1.2-sources.jar">
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   128
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   129
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   130
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   131
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
   132
	<classpathentry kind="var" path="M2_REPO/commons-codec/commons-codec/1.8/commons-codec-1.8.jar" sourcepath="M2_REPO/commons-codec/commons-codec/1.7/commons-codec-1.7-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   133
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   134
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/commons-codec/commons-codec/1.7/commons-codec-1.7-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   135
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   136
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   137
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
   138
	<classpathentry kind="var" path="M2_REPO/org/springframework/security/spring-security-core/3.1.4.RELEASE/spring-security-core-3.1.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/security/spring-security-core/3.1.3.RELEASE/spring-security-core-3.1.3.RELEASE-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   139
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   140
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/springframework/security/spring-security-core/3.1.3.RELEASE/spring-security-core-3.1.3.RELEASE-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   141
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   142
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   143
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
   144
	<classpathentry kind="var" path="M2_REPO/org/springframework/security/spring-security-config/3.1.4.RELEASE/spring-security-config-3.1.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/security/spring-security-config/3.1.3.RELEASE/spring-security-config-3.1.3.RELEASE-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   145
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   146
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/springframework/security/spring-security-config/3.1.3.RELEASE/spring-security-config-3.1.3.RELEASE-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   147
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   148
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   149
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
   150
	<classpathentry kind="var" path="M2_REPO/org/springframework/security/spring-security-web/3.1.4.RELEASE/spring-security-web-3.1.4.RELEASE.jar" sourcepath="M2_REPO/org/springframework/security/spring-security-web/3.1.3.RELEASE/spring-security-web-3.1.3.RELEASE-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   151
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   152
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/org/springframework/security/spring-security-web/3.1.3.RELEASE/spring-security-web-3.1.3.RELEASE-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   153
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   154
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   155
	</classpathentry>
215
a282eebbc5e0 - add users to Renkan
ymh <ymh.work@gmail.com>
parents: 167
diff changeset
   156
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
51
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents: 48
diff changeset
   157
		<attributes>
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents: 48
diff changeset
   158
			<attribute name="owner.project.facets" value="java"/>
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents: 48
diff changeset
   159
		</attributes>
3247fccfbd3f update on renkan
ymh <ymh.work@gmail.com>
parents: 48
diff changeset
   160
	</classpathentry>
220
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   161
	<classpathentry kind="var" path="M2_REPO/com/fasterxml/jackson/core/jackson-core/2.2.3/jackson-core-2.2.3.jar" sourcepath="M2_REPO/com/fasterxml/jackson/core/jackson-core/2.1.4/jackson-core-2.1.4-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   162
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   163
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.4/jackson-core-2.1.4-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   164
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   165
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   166
	</classpathentry>
220
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   167
	<classpathentry kind="var" path="M2_REPO/com/fasterxml/jackson/core/jackson-databind/2.2.3/jackson-databind-2.2.3.jar" sourcepath="M2_REPO/com/fasterxml/jackson/core/jackson-databind/2.1.4/jackson-databind-2.1.4-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   168
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   169
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.1.4/jackson-databind-2.1.4-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   170
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   171
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   172
	</classpathentry>
220
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   173
	<classpathentry kind="var" path="M2_REPO/org/eclipse/jetty/aggregate/jetty-all/8.1.13.v20130916/jetty-all-8.1.13.v20130916.jar" sourcepath="/M2_REPO/org/eclipse/jetty/aggregate/jetty-all/9.0.5.v20130815/jetty-all-9.0.5.v20130815-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   174
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   175
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   176
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   177
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
   178
	<classpathentry kind="var" path="M2_REPO/joda-time/joda-time/2.3/joda-time-2.3.jar" sourcepath="M2_REPO/joda-time/joda-time/2.1/joda-time-2.1-sources.jar">
106
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   179
		<attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   180
			<attribute name="javadoc_location" value="jar:file:/Users/ymh/.m2/repository/joda-time/joda-time/2.1/joda-time-2.1-javadoc.jar!/"/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   181
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   182
		</attributes>
d34e253f5c32 Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents: 76
diff changeset
   183
	</classpathentry>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
   184
	<classpathentry kind="var" path="M2_REPO/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar">
167
eb97351d5e9b small classpath correction
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   185
		<attributes>
eb97351d5e9b small classpath correction
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   186
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
eb97351d5e9b small classpath correction
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   187
		</attributes>
eb97351d5e9b small classpath correction
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   188
	</classpathentry>
eb97351d5e9b small classpath correction
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   189
	<classpathentry kind="var" path="M2_REPO/com/fasterxml/uuid/java-uuid-generator/3.1.3/java-uuid-generator-3.1.3.jar">
eb97351d5e9b small classpath correction
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   190
		<attributes>
eb97351d5e9b small classpath correction
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   191
			<attribute name="org.eclipse.jst.component.nondependency" value=""/>
eb97351d5e9b small classpath correction
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   192
		</attributes>
eb97351d5e9b small classpath correction
ymh <ymh.work@gmail.com>
parents: 164
diff changeset
   193
	</classpathentry>
220
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   194
	<classpathentry kind="var" path="M2_REPO/com/fasterxml/jackson/core/jackson-annotations/2.2.3/jackson-annotations-2.2.3.jar"/>
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   195
	<classpathentry kind="var" path="M2_REPO/org/glassfish/jersey/core/jersey-client/2.3.1/jersey-client-2.3.1.jar"/>
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   196
	<classpathentry kind="var" path="M2_REPO/org/glassfish/jersey/core/jersey-common/2.3.1/jersey-common-2.3.1.jar"/>
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   197
	<classpathentry kind="var" path="M2_REPO/org/glassfish/jersey/core/jersey-server/2.3.1/jersey-server-2.3.1.jar"/>
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   198
	<classpathentry kind="var" path="M2_REPO/org/glassfish/jersey/containers/jersey-container-servlet-core/2.3.1/jersey-container-servlet-core-2.3.1.jar"/>
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   199
	<classpathentry kind="var" path="M2_REPO/org/glassfish/jersey/test-framework/jersey-test-framework-core/2.3.1/jersey-test-framework-core-2.3.1.jar"/>
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   200
	<classpathentry kind="var" path="M2_REPO/org/glassfish/jersey/ext/jersey-spring3/2.3.1/jersey-spring3-2.3.1.jar"/>
ecbb104cf3b6 Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents: 215
diff changeset
   201
	<classpathentry kind="var" path="M2_REPO/javax/ws/rs/javax.ws.rs-api/2.0/javax.ws.rs-api-2.0.jar"/>
223
5ad314cb2337 Upgrade libs + format sources
ymh <ymh.work@gmail.com>
parents: 220
diff changeset
   202
	<classpathentry kind="var" path="M2_REPO/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"/>
232
b7000ff4989b - Use Joda DateTime instead of java.utils.Date
ymh <ymh.work@gmail.com>
parents: 223
diff changeset
   203
	<classpathentry kind="var" path="M2_REPO/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.2.3/jackson-datatype-joda-2.2.3.jar"/>
b7000ff4989b - Use Joda DateTime instead of java.utils.Date
ymh <ymh.work@gmail.com>
parents: 223
diff changeset
   204
	<classpathentry kind="var" path="M2_REPO/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.2.3/jackson-jaxrs-json-provider-2.2.3.jar"/>
b7000ff4989b - Use Joda DateTime instead of java.utils.Date
ymh <ymh.work@gmail.com>
parents: 223
diff changeset
   205
	<classpathentry kind="var" path="M2_REPO/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.2.3/jackson-jaxrs-base-2.2.3.jar"/>
237
0e6c826a046e Add group and user management on user and group repositories + unit tests
ymh <ymh.work@gmail.com>
parents: 232
diff changeset
   206
	<classpathentry kind="var" path="M2_REPO/org/apache/commons/commons-collections4/4.0/commons-collections4-4.0.jar"/>
299
c5086f714631 add view management on server
ymh <ymh.work@gmail.com>
parents: 237
diff changeset
   207
	<classpathentry kind="var" path="M2_REPO/com/google/guava/guava/17.0/guava-17.0.jar"/>
308
7fcb9d12e181 Correct problem with project id and exported/imported project
ymh <ymh.work@gmail.com>
parents: 299
diff changeset
   208
	<classpathentry kind="var" path="M2_REPO/commons-io/commons-io/2.4/commons-io-2.4.jar"/>
309
0c3e6e66881f reorg java sources - add management commands
ymh <ymh.work@gmail.com>
parents: 308
diff changeset
   209
	<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar"/>
0c3e6e66881f reorg java sources - add management commands
ymh <ymh.work@gmail.com>
parents: 308
diff changeset
   210
	<classpathentry kind="var" path="M2_REPO/org/springframework/shell/spring-shell/1.0.0.RELEASE/spring-shell-1.0.0.RELEASE.jar"/>
460
bdf851bb1c4f add style to node and edge in java. implement data migration for schema version 2
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
   211
	<classpathentry kind="var" path="M2_REPO/org/opencoweb/coweb-bots/1.0.1-SNAPSHOT/coweb-bots-1.0.1-SNAPSHOT.jar"/>
bdf851bb1c4f add style to node and edge in java. implement data migration for schema version 2
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
   212
	<classpathentry kind="var" path="M2_REPO/org/opencoweb/coweb-operationengine/1.0.1-SNAPSHOT/coweb-operationengine-1.0.1-SNAPSHOT.jar"/>
bdf851bb1c4f add style to node and edge in java. implement data migration for schema version 2
ymh <ymh.work@gmail.com>
parents: 316
diff changeset
   213
	<classpathentry kind="var" path="M2_REPO/org/opencoweb/coweb-server/1.0.1-SNAPSHOT/coweb-server-1.0.1-SNAPSHOT.jar"/>
316
242510015401 move java server project to sub folder
ymh <ymh.work@gmail.com>
parents: 309
diff changeset
   214
	<classpathentry kind="output" path="server/java/target/classes"/>
9
2ab67fa1e78d add first server code version
ymh <ymh.work@gmail.com>
parents:
diff changeset
   215
</classpath>