Skip to content

Commit

Permalink
just local build properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Slawomir Chodnicki committed Jun 29, 2011
1 parent cdc19ea commit 810f68f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions .classpath
Expand Up @@ -3,14 +3,16 @@
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/> <classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="lib" path="/Users/slawo/Projects/PDI Builds/4.1.0 stable/lib/kettle-core.jar"/>
<classpathentry kind="lib" path="/Users/slawo/Projects/PDI Builds/4.1.0 stable/lib/kettle-db.jar"/>
<classpathentry kind="lib" path="/Users/slawo/Projects/PDI Builds/4.1.0 stable/lib/kettle-engine.jar"/>
<classpathentry kind="lib" path="/Users/slawo/Projects/PDI Builds/4.1.0 stable/lib/kettle-ui-swt.jar"/>
<classpathentry kind="lib" path="/Users/slawo/Projects/PDI Builds/4.1.0 stable/libswt/osx64/swt.jar"/>
<classpathentry kind="lib" path="/Users/slawo/Projects/PDI Builds/4.1.0 stable/libext/commons/commons-lang-2.4.jar"/>
<classpathentry kind="lib" path="/Users/slawo/Projects/PDI Builds/4.1.0 stable/libext/commons/commons-io-1.4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/jruby-complete.jar"/> <classpathentry kind="lib" path="lib/jruby-complete.jar"/>
<classpathentry kind="lib" path="/Kettle trunk/libext/commons/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="/Kettle trunk/libswt/osx64/swt.jar"/>
<classpathentry kind="lib" path="/Kettle trunk/distrib/lib/kettle-core.jar"/>
<classpathentry kind="lib" path="/Kettle trunk/distrib/lib/kettle-db.jar"/>
<classpathentry kind="lib" path="/Kettle trunk/distrib/lib/kettle-dbdialog.jar"/>
<classpathentry kind="lib" path="/Kettle trunk/distrib/lib/kettle-engine.jar"/>
<classpathentry kind="lib" path="/Kettle trunk/distrib/lib/kettle-test.jar"/>
<classpathentry kind="lib" path="/Kettle trunk/distrib/lib/kettle-ui-swt.jar"/>
<classpathentry kind="lib" path="/Kettle trunk/libext/commons/commons-lang-2.4.jar"/>
<classpathentry kind="output" path="bin"/> <classpathentry kind="output" path="bin"/>
</classpath> </classpath>
2 changes: 1 addition & 1 deletion build.properties
@@ -1 +1 @@
kettle-dir=/Users/slawo/Projects/PDI Builds/4.1.0 Scratchpad kettle-dir=/Volumes/Pentaho/workspace/Kettle trunk/distrib

0 comments on commit 810f68f

Please sign in to comment.