Print

Print


Commit in lcsim-cal-calib on MAIN
build.sh-171.1 removed
maven.xml-81.1 removed
project.properties-221.1 removed
project.xml-1871.1 removed
-234
4 removed files
remove old M1 stuff (have local copies saved temporarily)

lcsim-cal-calib
build.sh removed after 1.1
diff -N build.sh
--- build.sh	19 May 2008 21:31:58 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-checkcyg=$(uname | grep CYGWIN)
-if [ -n "$checkcyg" ]
-then 
-  install_dir=$(cygpath -w $(pwd))
-else
-  install_dir=$(pwd)
-fi
-
-echo "install_dir=$install_dir"
-
-maven -Drun.install=${install_dir} \
-      -Dmaven.test.skip=true clean \
-      jas:install jar:install run:install
-
-#./test-single.sh org.lcsim.slic.diagnostics.SlicDiagnosticsDriverTest

lcsim-cal-calib
maven.xml removed after 1.1
diff -N maven.xml
--- maven.xml	19 May 2008 21:31:58 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project default="jar">
-<postGoal name="xdoc:register-reports">
-  <attainGoal name="maven-checkstyle-plugin:deregister"/>  
-  <attainGoal name="maven-license-plugin:deregister"/>
-</postGoal>
-</project>

lcsim-cal-calib
project.properties removed after 1.1
diff -N project.properties
--- project.properties	19 May 2008 21:31:58 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,22 +0,0 @@
-# Main class
-maven.jar.mainclass=org.lcsim.cal.calib.Calibrate
-
-# remove repository
-maven.repo.remote = http://mirrors.ibiblio.org/pub/mirrors/maven/,http://java.freehep.org/maven,http://www.lcsim.org/maven
-
-# JavaDoc links
-maven.javadoc.links=http://java.sun.com/j2se/1.5.0/docs/api/,http://java.freehep.org/lib/freehep/api/
-
-# skip tests?
-maven.test.skip = false
-
-maven.compile.source=1.5
-maven.compile.target=1.5
-maven.javadoc.source=1.5
-
-# increase max heap size for run script
-run.args=-Xmx1024m
-
-# increase max heap size for tests
-#maven.junit.jvmargs=-Xmx1024m
-maven.junit.jvmargs=-Xmx1536m

lcsim-cal-calib
project.xml removed after 1.1
diff -N project.xml
--- project.xml	19 May 2008 21:31:58 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,187 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project>
-  <pomVersion>3</pomVersion>
-  <artifactId>lcsim-cal-calib</artifactId>
-  <groupId>lcsim</groupId>
-  <currentVersion>0.1</currentVersion>
-  <organization>
-    <name>SLAC</name>
-    <url>http://www.slac.stanford.edu</url>
-  </organization>
-  <description>An org.lcsim based calorimeter calibration package.</description>
-  <shortDescription>Calorimeter Calibration Package</shortDescription>
-  <url>http://www.lcsim.org</url>
-  <issueTrackingUrl>http://jira.slac.stanford.edu/browse/SLIC</issueTrackingUrl>
-  <repository>
-    <connection>scm:cvs:pserver:[log in to unmask]:/cvs/lcd:SlicDiagnostics</connection>
-  </repository>
-  <name>lcsim-cal-calib</name>
-  <package>org.lcsim</package>
-  <inceptionYear>2008</inceptionYear>
-
-  <dependencies>
-    <dependency>
-      <groupId>lcsim</groupId>
-      <artifactId>lcsim</artifactId>
-      <version>1.1</version>
-      <url>http://www.lcsim.org</url>
-    </dependency>
-    <dependency>
-      <groupId>maven</groupId>
-      <artifactId>maven-scm-plugin</artifactId>
-      <version>1.5</version>
-      <url>http://www.ibiblio.org/maven</url>
-      <type>plugin</type>
-    </dependency>
-    <dependency>
-      <groupId>freehep</groupId>
-      <artifactId>freehep-jas-plugin</artifactId>
-      <version>1.0.2</version>
-      <url>http://java.freehep.org/freehep-jas-plugin</url>
-      <type>plugin</type>
-    </dependency>
-    <dependency>
-      <groupId>jdom</groupId>
-      <artifactId>jdom</artifactId>
-      <version>1.0</version>
-      <url>http://www.jdom.org/</url>
-    </dependency>
-    <dependency>
-      <groupId>jel</groupId>
-      <artifactId>jel</artifactId>
-      <version>0.9.10</version>
-      <url>http://galaxy.fzu.cz/JEL/</url>
-    </dependency>
-    <dependency>
-      <groupId>aida</groupId>
-      <artifactId>aida</artifactId>
-      <version>3.3</version>
-      <url>http://aida.freehep.org</url>
-    </dependency>
-    <dependency>
-      <groupId>aida</groupId>
-      <artifactId>aida-dev</artifactId>
-      <version>3.3</version>
-      <url>http://aida.freehep.org</url>
-    </dependency>
-    <dependency>
-      <groupId>net.java.dev</groupId>
-      <artifactId>truezip</artifactId>
-      <version>6.6</version>
-	<url>https://truezip.dev.java.net</url>
-    </dependency>
-    <dependency>
-      <groupId>freehep</groupId>
-      <artifactId>freehep-hep</artifactId>
-      <version>04112007</version>
-      <url>http://java.freehep.org</url>
-    </dependency>
-    <dependency>
-      <groupId>freehep</groupId>
-      <artifactId>freehep-base</artifactId>
-      <version>26092007</version>
-      <url>http://java.freehep.org</url>
-    </dependency>
-    <dependency>
-      <groupId>org.freehep</groupId>
-      <artifactId>freehep-physics</artifactId>
-      <version>2.1</version>
-      <url>http://java.freehep.org</url>
-      <properties>
-        <jas3.bundle>true</jas3.bundle>
-      </properties>
-    </dependency>
-    <dependency>
-      <groupId>org.freehep</groupId>
-      <artifactId>freehep-sio</artifactId>
-      <version>2.0</version>
-      <url>http://java.freehep.org</url>
-      <properties>
-        <jas3.bundle>true</jas3.bundle>
-      </properties>
-    </dependency>
-    <dependency>
-      <groupId>freehep</groupId>
-      <artifactId>freehep-heprep</artifactId>
-      <version>02032005</version>
-      <url>http://java.freehep.org</url>
-    </dependency>
-    <dependency>
-      <groupId>freehep</groupId>
-      <artifactId>freehep-jheprep</artifactId>
-      <version>02032005</version>
-      <url>http://java.freehep.org</url>
-    </dependency>
-    <dependency>
-      <groupId>freehep</groupId>
-      <artifactId>freehep-run-plugin</artifactId>
-      <version>1.1.1</version>
-      <url>http://java.freehep.org/maven/freehep/plugins</url>
-      <type>plugin</type>
-    </dependency>
-    <dependency>
-      <groupId>lcsim</groupId>
-      <artifactId>GeomConverter</artifactId>
-      <version>1.1</version>
-      <url>http://www.lcsim.org</url>
-      <properties>
-	<jas3.bundle>true</jas3.bundle>
-      </properties>
-    </dependency>
-    <dependency>
-      <groupId>netbeans</groupId>
-      <artifactId>openide-lookup</artifactId>
-      <version>1.9-patched-1.0</version>
-      <url>http://aidatld.freehep.org</url>
-    </dependency>
-    <dependency>
-      <groupId>jas</groupId>
-      <artifactId>jas3</artifactId>
-      <version>26092007</version>
-      <url>http://jas.freehep.org</url>
-    </dependency>
-    <dependency>
-      <groupId>commons-math</groupId>
-      <artifactId>commons-math</artifactId>
-      <version>1.0</version>
-      <type>jar</type>
-    </dependency>
-    <dependency>
-      <groupId>commons-cli</groupId>
-      <artifactId>commons-cli</artifactId>
-      <version>1.1</version>
-      <type>jar</type>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>1.1</version>
-      <type>jar</type>
-    </dependency>
-  </dependencies>
-  <build>
-    <sourceDirectory>src</sourceDirectory>
-    <sourceModifications>
-      <sourceModification>
-	<className>fakeClass</className>
-	<excludes>
-	  <exclude>org/lcsim/plugin/web/**</exclude>
-	</excludes>
-      </sourceModification>
-    </sourceModifications>
-    <unitTestSourceDirectory>test</unitTestSourceDirectory>
-    <resources>
-      <resource>
-	<directory>src</directory>
-	<includes>
-	  <include>org/lcsim/detector/**</include>
-	  <include>PLUGIN-inf/plugins.xml</include>
-	  <include>org/lcsim/**/*.menus</include>
-	  <!-- Temporary for DigiSim -->
-	  <include>org/lcsim/**/*.steer</include>
-	  <include>org/lcsim/plugin/web/**</include>
-	</includes>
-      </resource>
-    </resources>
-  </build>
-</project>
\ No newline at end of file
CVSspam 0.2.8