[trident~source:101] Eclipse project files and build script
- From: kirillg@kenai.com
- To: commits@trident.kenai.com
- Subject: [trident~source:101] Eclipse project files and build script
- Date: Mon, 18 Jan 2010 06:28:41 +0000
Project: trident
Repository: source
Revision: 101
Author: kirillg
Date: 2010-01-18 06:28:39 UTC
Link:
Log Message:
------------
Eclipse project files and build script
Revisions:
----------
101
Modified Paths:
---------------
build.properties
Added Paths:
------------
.classpath
.project
Diffs:
------
Index: .classpath
===================================================================
--- .classpath (revision 0)
+++ .classpath (revision 101)
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Index: .project
===================================================================
--- .project (revision 0)
+++ .project (revision 101)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>trident</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Index: build.properties
===================================================================
--- build.properties (revision 100)
+++ build.properties (revision 101)
@@ -1,4 +1,4 @@
-jdk.home=C:/Program Files/Java/jdk1.6.0_16
+jdk.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
javac.source=1.6
javac.target=1.6
javac.encoding=ISO-8859-1
|
[trident~source:101] Eclipse project files and build script |
kirillg | 01/18/2010 |






