aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2013-07-27 03:02:39 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2013-07-27 03:02:39 +0000
commit16740aea3b93f7e92fbf60eefb0a27491bcd3da4 (patch)
tree0eb547e5c2a42d47a57e3d2357d4be766ac74783
parent286c6b06b5965daf1a33db2d0cf4e22c6c2cc758 (diff)
downloadjackcess-16740aea3b93f7e92fbf60eefb0a27491bcd3da4.tar.gz
jackcess-16740aea3b93f7e92fbf60eefb0a27491bcd3da4.zip
these have long since out-lived their usefulness
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-2@754 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r--project.properties26
-rw-r--r--project.xml118
2 files changed, 0 insertions, 144 deletions
diff --git a/project.properties b/project.properties
deleted file mode 100644
index 7156f93..0000000
--- a/project.properties
+++ /dev/null
@@ -1,26 +0,0 @@
-maven.announcement.mail.server=localhost
-maven.announcement.mail.to=jackcess-users@lists.sourceforge.net
-maven.artifact.legacy=true
-maven.changes.issue.template=http://sf.net/tracker/index.php?func=detail&aid=%ISSUE%&group_id=134943&atid=731445
-maven.compile.compilerargs=-Xlint:all
-maven.compile.source=1.5
-maven.compile.target=1.5
-maven.javadoc.excludepackagenames=com.healthmarketscience.jackcess.scsu
-maven.javadoc.links=http://java.sun.com/j2se/1.5.0/docs/api
-maven.javadoc.package=false
-maven.javadoc.public=true
-maven.javadoc.source=1.5
-maven.junit.fork=on
-maven.junit.jvmargs=-Xmx256M -server
-maven.junit.sysproperties=log4j.configuration
-maven.repo.remote=http://www.ibiblio.org/maven,http://maven-plugins.sf.net/maven
-maven.site.stage.address=shell.sourceforge.net
-maven.sourceforge.project.groupId=134943
-maven.sourceforge.username=javajedi
-maven.sourceforge.project.submitNewsItem=true
-maven.sourceforge.publish.includes=distributions/*-src.zip,*.jar
-maven.sourceforge.project.releaseNotes=${maven.build.dir}/CHANGES.txt
-maven.test.source=1.5
-maven.username=javajedi
-log4j.configuration=com/healthmarketscience/jackcess/log4j.properties
-statcvs.include=**/*.java;**/*.xml
diff --git a/project.xml b/project.xml
deleted file mode 100644
index fa5f6c7..0000000
--- a/project.xml
+++ /dev/null
@@ -1,118 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project>
- <pomVersion>3</pomVersion>
- <groupId>jackcess</groupId>
- <artifactId>jackcess</artifactId>
- <name>Jackcess</name>
- <currentVersion>1.1.10</currentVersion>
- <organization>
- <name>Health Market Science, Inc.</name>
- <url>http://www.healthmarketscience.com</url>
- <logo>http://www.healthmarketscience.com/images/HMS_logo.gif</logo>
- </organization>
- <inceptionYear>2005</inceptionYear>
- <package>com.healthmarketscience.jackcess</package>
- <description>A pure Java library for reading from and writing to MS Access databases.</description>
- <url>http://jackcess.sf.net</url>
- <issueTrackingUrl>http://sf.net/tracker/?group_id=134943&amp;atid=731445</issueTrackingUrl>
- <siteAddress>jackcess.sf.net</siteAddress>
- <siteDirectory>/home/groups/j/ja/jackcess/htdocs</siteDirectory>
- <repository>
- <connection>scm:cvs:pserver:anonymous@jackcess.cvs.sf.net:/cvsroot/jackcess:jackcess</connection>
- <url>http://jackcess.cvs.sourceforge.net/jackcess/jackcess/</url>
- </repository>
- <mailingLists>
- <mailingList>
- <name>jackcess-users</name>
- <subscribe>http://lists.sf.net/lists/listinfo/jackcess-users</subscribe>
- <unsubscribe>http://lists.sf.net/lists/listinfo/jackcess-users</unsubscribe>
- <archive>http://sf.net/mailarchive/forum.php?forum=jackcess-users</archive>
- </mailingList>
- </mailingLists>
- <developers>
- <developer>
- <name>Tim McCune</name>
- <id>javajedi</id>
- <email>javajedi@users.sf.net</email>
- <organization>Health Market Science, Inc.</organization>
- <timezone>-5</timezone>
- </developer>
- <developer>
- <name>James Ahlborn</name>
- <id>jahlborn</id>
- <email>jahlborn@users.sf.net</email>
- <organization>Health Market Science, Inc.</organization>
- <timezone>-5</timezone>
- </developer>
- <developer>
- <name>Rob Di Marco</name>
- <organization>Health Market Science, Inc.</organization>
- <timezone>-5</timezone>
- </developer>
- <developer>
- <name>Dan Rollo</name>
- <id>bhamail</id>
- <email>bhamail@users.sf.net</email>
- <organization>Composite Software, Inc.</organization>
- <timezone>-5</timezone>
- </developer>
- </developers>
- <licenses>
- <license>
- <name>GNU Lesser General Public License</name>
- <url>http://www.gnu.org/copyleft/lesser.txt</url>
- <distribution>manual</distribution>
- </license>
- </licenses>
- <build>
- <sourceDirectory>src/java</sourceDirectory>
- <unitTestSourceDirectory>test/src/java</unitTestSourceDirectory>
- <resources>
- <resource>
- <directory>src/resources</directory>
- </resource>
- </resources>
- </build>
- <dependencies>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.0</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.0</version>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.0.3</version>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.7</version>
- </dependency>
- <dependency>
- <groupId>maven-plugins</groupId>
- <artifactId>maven-sourceforge-plugin</artifactId>
- <version>1.3</version>
- <type>plugin</type>
- </dependency>
- <dependency>
- <groupId>statcvs</groupId>
- <artifactId>maven-statcvs-plugin</artifactId>
- <version>2.5</version>
- <type>plugin</type>
- </dependency>
- </dependencies>
- <reports>
- <report>maven-faq-plugin</report>
- <report>maven-changes-plugin</report>
- <report>maven-javadoc-plugin</report>
- <report>maven-jxr-plugin</report>
- <report>maven-jdepend-plugin</report>
- <report>maven-statcvs-plugin</report>
- </reports>
-</project>