mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
This commit is contained in:
parent
5eeba431b4
commit
88908dafe9
@ -5,11 +5,11 @@
|
||||
<classpathentry kind="src" path="target/generated-test-sources/java" output="target/test-classes"/>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="var" path="M2_REPO/com/mysema/querydsl/querydsl-apt/0.2.2/querydsl-apt-0.2.2.jar" sourcepath="M2_REPO/com/mysema/querydsl/querydsl-apt/0.2.2/querydsl-apt-0.2.2-sources.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/freemarker/freemarker/2.3.12/freemarker-2.3.12.jar" sourcepath="M2_REPO/org/freemarker/freemarker/2.3.12/freemarker-2.3.12-sources.jar"/>
|
||||
<classpathentry kind="src" path="/querydsl-apt"/>
|
||||
<classpathentry kind="var" path="M2_REPO/commons-io/commons-io/1.4-SNAPSHOT/commons-io-1.4-SNAPSHOT.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/org/freemarker/freemarker/2.3.12/freemarker-2.3.12.jar" sourcepath="M2_REPO/org/freemarker/freemarker/2.3.12/freemarker-2.3.12-sources.jar"/>
|
||||
<classpathentry kind="lib" path="C:/Program Files/Java/jdk1.6.0_04/lib/tools.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/com/mysema/querydsl/querydsl-core/0.2.2/querydsl-core-0.2.2.jar" sourcepath="M2_REPO/com/mysema/querydsl/querydsl-core/0.2.2/querydsl-core-0.2.2-sources.jar"/>
|
||||
<classpathentry kind="src" path="/querydsl-core"/>
|
||||
<classpathentry kind="var" path="M2_REPO/net/sourceforge/collections/collections-generic/4.01/collections-generic-4.01.jar" sourcepath="M2_REPO/net/sourceforge/collections/collections-generic/4.01/collections-generic-4.01-sources.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/junit/junit/4.4/junit-4.4.jar" sourcepath="M2_REPO/junit/junit/4.4/junit-4.4-sources.jar"/>
|
||||
<classpathentry kind="var" path="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14.jar" sourcepath="M2_REPO/log4j/log4j/1.2.14/log4j-1.2.14-sources.jar"/>
|
||||
|
||||
@ -1,7 +1,10 @@
|
||||
<projectDescription>
|
||||
<name>querydsl-hibernate</name>
|
||||
<comment>Default Mysema project template</comment>
|
||||
<projects/>
|
||||
<projects>
|
||||
<project>querydsl-apt</project>
|
||||
<project>querydsl-core</project>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#Sat Mar 29 01:18:48 EET 2008
|
||||
#Sat Mar 29 02:25:11 EET 2008
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.source=1.5
|
||||
|
||||
Loading…
Reference in New Issue
Block a user