1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00
This commit is contained in:
Stefan Schroeder 2013-06-04 14:15:38 +02:00
parent 3581d6e097
commit 2b8aa6db40
71 changed files with 598 additions and 4 deletions

View file

@ -0,0 +1 @@
2d64ebf22d844b42f62aa1679f70b7e8

View file

@ -0,0 +1 @@
898d16bc0a30afb6e578ebc02ebb95f818fced49

View file

@ -0,0 +1 @@
ad5f1bd0cad74bcb287b216ac5efe04a

View file

@ -0,0 +1 @@
4bdbf97c5441505bb7697bb1792fcb3ad678e3f0

View file

@ -0,0 +1 @@
1d57682d6efdbb99a4bd7b06f55cb782

View file

@ -0,0 +1 @@
70fa782c3a881658bc29513f4b5ee30e3b51a713

View file

@ -0,0 +1,42 @@
<!--
Copyright (C) 2013 Stefan Schroeder
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Contributors:
Stefan Schroeder - initial API and implementation
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>jsprit</groupId>
<artifactId>jsprit-project</artifactId>
<version>0.0.1</version>
<relativePath>../jsprit-project/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jsprit-instances</artifactId>
<name>jsprit-instances</name>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jsprit-core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

View file

@ -0,0 +1 @@
928972882dea71d8acd6bd254f9d16a9

View file

@ -0,0 +1 @@
ba0023f739bcc69c0d5021928275756e95405f27