]> source.dussan.org Git - jackcess.git/commitdiff
these have long since out-lived their usefulness
authorJames Ahlborn <jtahlborn@yahoo.com>
Sat, 27 Jul 2013 03:02:39 +0000 (03:02 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sat, 27 Jul 2013 03:02:39 +0000 (03:02 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jackcess-2@754 f203690c-595d-4dc9-a70b-905162fa7fd2

project.properties [deleted file]
project.xml [deleted file]

diff --git a/project.properties b/project.properties
deleted file mode 100644 (file)
index 7156f93..0000000
+++ /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 (file)
index fa5f6c7..0000000
+++ /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>