From 380c2ae1e4d746cdb6b01bd1b9ed8572225c8fab Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 1 Oct 2009 16:33:09 +0200 Subject: Fixed pom file --- .cvsignore | 4 - .gitignore | 4 + pom.xml | 269 ++++++++++++++++++++++++++++--------------------------------- 3 files changed, 127 insertions(+), 150 deletions(-) delete mode 100644 .cvsignore create mode 100644 .gitignore diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 81da3c1..0000000 --- a/.cvsignore +++ /dev/null @@ -1,4 +0,0 @@ -build -dist -result.xml -bin diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..beef00d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.classpath +.project +.settings +target diff --git a/pom.xml b/pom.xml index da6cc12..55b6376 100644 --- a/pom.xml +++ b/pom.xml @@ -1,147 +1,124 @@ - - 4.0.0 - net.sf.antcontrib - cpptasks - CPPTasks (modified) - 1.0-beta-4-parallel-3-SNAPSHOT - - Library to call native compilers and linkers. - - http://java.freehep.org/ - - continuum - http://svn.freehep.org:2000/continuum - - - -
- Mark.Donszelmann@slac.stanford.edu -
-
-
-
-
- - scm:svn:svn://svn.freehep.org/svn/misc/trunk/cpptasks - scm:svn:svn://svn.freehep.org/svn/misc/trunk/cpptasks - - - - freehep-maven-deploy - FreeHEP Maven Repository - scpexe://svn.freehep.org/nfs/slac/g/jas/maven2 - - - - - - org.apache.maven.wagon - wagon-ssh-external - - 1.0-alpha-5 - - - install - src - - - . - - LICENSE - NOTICE - - - - src - - cpptasks.tasks - cpptasks.types - - - - - - maven-release-plugin - - svn://svn.freehep.org/svn/misc/tags - - - - maven-compiler-plugin - - 1.4 - 1.4 - - - - maven-jar-plugin - - - - - net.sf.antcontrib.cpptasks.AboutCCTask - - - net.sf.antcontrib.cpptasks - - - - - - - - - - jdk1.4 - - 1.4 - - - - xerces - xercesImpl - 2.6.2 - - - - - jdk1.5 - - 1.5 - - - - xerces - xercesImpl - 2.7.1 - - - - - jdk1.6 - - 1.6 - - - - xerces - xercesImpl - 2.7.1 - - - - - - - ant - ant - 1.6.5 - - - junit - junit - 3.8.2 - test - - + + 4.0.0 + + net.sf.antcontrib + cpptasks-parallel + 1.0-beta-4-parallel-3-SNAPSHOT + + CPPTasks (parallel) + + Library to call native compilers and linkers. + + http://github.com/duns/cpptasks-parallel + + + scm:git:git://github.com/duns/cpptasks-parallel.git + scm:git:git://github.com/duns/cpptasks-parallel.git + http://github.com/duns/cpptasks-parallel + + + + UTF-8 + + + + install + src + + + . + + LICENSE + NOTICE + + + + src + + cpptasks.tasks + cpptasks.types + + + + + + maven-compiler-plugin + + 1.4 + 1.4 + + + + maven-jar-plugin + + + + + net.sf.antcontrib.cpptasks.AboutCCTask + + + net.sf.antcontrib.cpptasks + + + + + + + + + + + jdk1.4 + + 1.4 + + + + xerces + xercesImpl + 2.6.2 + + + + + jdk1.5 + + 1.5 + + + + xerces + xercesImpl + 2.7.1 + + + + + jdk1.6 + + 1.6 + + + + xerces + xercesImpl + 2.7.1 + + + + + + + ant + ant + 1.6.5 + + + junit + junit + 3.8.2 + test + + -- cgit v1.2.3