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 @@
ba0fb41c42a1beb6d9272636f88f6871

View file

@ -0,0 +1 @@
2b197c49eaebf7322cccf4adb9b293515283befd

View file

@ -0,0 +1 @@
ea3b47898cf0959270a0686efeb95e56

View file

@ -0,0 +1 @@
79bf0d911068e86634359f363197fc03b63c1e5c

View file

@ -0,0 +1 @@
cdce961f82aff35a51498eaebd3fce0b

View file

@ -0,0 +1 @@
adb1ce85f1e2ec943c947170fa0ce8618184e495

View file

@ -0,0 +1,50 @@
<!--
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-examples</artifactId>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jsprit-instances</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jsprit-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jsprit-analysis</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

View file

@ -0,0 +1 @@
ec0ba4c57d24ab21d17d38711f58a298

View file

@ -0,0 +1 @@
e9351d125e8b083ac70aa69c4024e1685de73d6d

View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>jsprit</groupId>
<artifactId>jsprit-examples</artifactId>
<versioning>
<release>0.0.1</release>
<versions>
<version>0.0.1</version>
</versions>
<lastUpdated>20130604083825</lastUpdated>
</versioning>
</metadata>

View file

@ -0,0 +1 @@
c75a1df6dfd871729855e10aae6b99e7

View file

@ -0,0 +1 @@
95430acf8f9e80ca7547a1c01bcd6903532ebf46