Skip to content

Commit

Permalink
Signed-off-by: wackerl <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
wackerl committed Sep 3, 2012
1 parent 3da6c69 commit eb93643
Show file tree
Hide file tree
Showing 17 changed files with 724 additions and 183 deletions.
28 changes: 13 additions & 15 deletions Bats/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,23 @@
<classpath>
<classpathentry excluding="calib/" 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="lib" path="lib/acrobat.jar"/>
<classpathentry kind="lib" path="lib/BrowserLauncher2.jar"/>
<classpathentry kind="lib" path="lib/commons-math-1.1.jar"/>
<classpathentry kind="lib" path="lib/core-renderer.jar"/>
<classpathentry kind="lib" path="lib/iText-2.0.8.jar"/>
<classpathentry kind="lib" path="lib/jaxen-core.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-xerces.jar"/>
<classpathentry kind="lib" path="lib/jaxen-jdom.jar"/>
<classpathentry kind="lib" path="lib/jcommon-1.0.15.jar"/>
<classpathentry kind="lib" path="lib/jdom.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.12.jar"/>
<classpathentry kind="lib" path="lib/saxpath.jar"/>
<classpathentry kind="lib" path="lib/ojdbc14.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/looks-2.1.4.jar"/>
<classpathentry kind="lib" path="lib/minium.jar"/>
<classpathentry kind="lib" path="lib/looks-2.1.4.jar"/>
<classpathentry kind="lib" path="lib/core-renderer.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.12.jar"/>
<classpathentry kind="lib" path="lib/iText-2.0.8.jar"/>
<classpathentry kind="lib" path="lib/jcommon-1.0.15.jar"/>
<classpathentry kind="lib" path="lib/commons-math-1.1.jar"/>
<classpathentry kind="lib" path="lib/BrowserLauncher2.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.16-bin.jar"/>
<classpathentry kind="lib" path="lib/ojdbc14.jar"/>
<classpathentry kind="lib" path="lib/saxpath.jar"/>
<classpathentry kind="lib" path="lib/xalan.jar"/>
<classpathentry kind="lib" path="lib/xerces.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-ext.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-xerces.jar"/>
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
<classpathentry kind="lib" path="lib/acrobat.jar"/>
<classpathentry kind="lib" path="lib/batik/batik-anim.jar"/>
<classpathentry kind="lib" path="lib/batik/batik-awt-util.jar"/>
<classpathentry kind="lib" path="lib/batik/batik-bridge.jar"/>
Expand All @@ -43,5 +39,7 @@
<classpathentry kind="lib" path="lib/batik/batik-xml.jar"/>
<classpathentry kind="lib" path="lib/batik/js.jar"/>
<classpathentry kind="lib" path="lib/batik/pdf-transcoder.jar"/>
<classpathentry kind="lib" path="lib/xerces.jar"/>
<classpathentry kind="lib" path="lib/xml-apis-ext.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions Bats/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<property environment="env"/>
<property name="ECLIPSE_HOME" value="../../../../../Applications/eclipse"/>
<property name="debuglevel" value="source,lines,vars"/>
<property name="target" value="1.5"/>
<property name="source" value="1.5"/>
<property name="target" value="3.3"/>
<property name="source" value="3.3"/>
<path id="Bats.classpath">
<pathelement location="bin"/>
<pathelement location="../lib/jaxen-core.jar"/>
Expand Down
Binary file removed Bats/lib/xalan.jar
Binary file not shown.
8 changes: 8 additions & 0 deletions Bats/settings/C14/select.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@
<name field="pmC_sig"> sigma (abs) pmC</name>
<name field="pmC_sigR"> sigma (rel) pmC</name>
<name field="pmC_chi"> Χ²(red) pmC</name>
<name field="fM">F¹⁴C</name>
<name field="fM_err"> error (abs) F¹⁴C</name>
<name field="fM_errR"> error (rel) F¹⁴C</name>
<name field="fM_a">F¹⁴C(absolute)</name>
<name field="fM_a_err"> error (abs) F¹⁴C(absolute)</name>
<name field="fM_a_errR"> error (rel) F¹⁴C(absolute)</name>
<name field="D14">∆¹⁴C</name>
<name field="fM_a_err"> error (abs) ∆¹⁴C</name>
<name field="pmC_a">pmC(absolute)</name>
<name field="pmC_a_err"> error (abs) pmC(absolute)</name>
<name field="pmC_a_errR"> error (rel) pmC(absolute)</name>
Expand Down
Loading

0 comments on commit eb93643

Please sign in to comment.