diff options
-rw-r--r-- | PATCHES | 2 | ||||
-rw-r--r-- | pom.xml | 38 |
2 files changed, 30 insertions, 10 deletions
@@ -1,5 +1,5 @@ *** Changes marked with FREEHEP.
-freehep-cpptasks-20051015-patched-1.0-SNAPSHOT
+cpptasks-20051015-patched-1.0-SNAPSHOT
- [DevStudioCompatibleCCompiler] changed /GX into /EHsc (for VC8, and backward compatible with VC7 and VC6).
- [CommandLineLinker] use absolute paths for filenames if they are shorter than relative paths to overcome windows file length limit.
- [gcc.AbstractLdLinker] no -Bstatic for Darwin.
@@ -1,15 +1,35 @@ <project> - <parent> - <artifactId>freehep-maven-plugins</artifactId> - <groupId>org.freehep</groupId> - <version>1.9-SNAPSHOT</version> - </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.freehep</groupId> - <artifactId>freehep-cpptasks</artifactId> - <name>FreeHEP CPPTasks (modified)</name> - <version>20051015-patched-0.6.1-SNAPSHOT</version> + <groupId>net.sf.antcontrib</groupId> + <artifactId>cpptasks</artifactId> + <name>CPPTasks (modified)</name> + <version>20051015-patched-1.0</version> <description>Library to call native compilers and linkers.</description> + + <url>http://java.freehep.org/</url> + <ciManagement> + <system>continuum</system> + <url>http://svn.freehep.org:2000/continuum</url> + <notifiers> + <notifier> + <configuration> + <address>Mark.Donszelmann@slac.stanford.edu</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> + <scm> + <connection>scm:svn:svn://svn.freehep.org/svn/misc/trunk/cpptasks</connection> + <developerConnection>scm:svn:svn://svn.freehep.org/svn/freehep/trunk/cpptasks</developerConnection> + </scm> + <distributionManagement> + <repository> + <id>freehep-maven</id> + <name>FreeHEP Maven Repository</name> + <url>sftp://svn.freehep.org/nfs/slac/g/jas/maven2</url> + </repository> + </distributionManagement> + <build> <sourceDirectory>src</sourceDirectory> <resources> |