Skip to content

Commit

Permalink
Merge 9abdf39 into ebf16fc
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Jan 1, 2014
2 parents ebf16fc + 9abdf39 commit 6ba3ceb
Show file tree
Hide file tree
Showing 88 changed files with 163 additions and 129 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ target/
deployments/
.idea/
*.iml
html/
html/
*.orig
34 changes: 19 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,40 @@
language: java

jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
- openjdk7
- oraclejdk7
- oraclejdk8

env:
global:
- WILDFLY="8.0.0.Beta1"
- JBOSS_HOME=$HOME/wildfly-$WILDFLY
global:
- WILDFLY="8.0.0.Beta1"
- JBOSS_HOME=$HOME/wildfly-$WILDFLY
- secure: WrQYhD3HBLqpKj83AxUH+Gf1EL1vlAX/kcfTAMPSJdjyIcYR/U1b0BYl9ne8Glro8UopZrH8X+3I0oP6GXXG7ihnb8L2sawCutC9EyccQOvFcfuMttSMhTpJpnLSLqEw5Gdp3qb4WDHOFALfo0G4hd/Yr2iIxSp/x6DQAuIz76M=

cache:
directories:
- $HOME/.m2
directories:
- $HOME/.m2

before_script:
- export ROOT_DIR=`pwd`
- cd $HOME
- wget http://download.jboss.org/wildfly/$WILDFLY/wildfly-$WILDFLY.tar.gz
- tar xfz wildfly-$WILDFLY.tar.gz
- cd $ROOT_DIR
- cp carcv-webapp/src/test/resources/jboss_configuration_standalone/standalone.xml $JBOSS_HOME/standalone/configuration/standalone.xml
- export ROOT_DIR=`pwd`
- cd $HOME
- wget http://download.jboss.org/wildfly/$WILDFLY/wildfly-$WILDFLY.tar.gz
- tar xfz wildfly-$WILDFLY.tar.gz
- cd $ROOT_DIR
- cp carcv-webapp/src/test/resources/jboss_configuration_standalone/standalone.xml $JBOSS_HOME/standalone/configuration/standalone.xml

script: "mvn clean verify -Pwildfly-it-travis"

install: /bin/true

after_success:
- mvn clean cobertura:cobertura coveralls:cobertura -Pwildfly-it-travis

notifications:
irc:
channels:
- "irc.freenode.org#carcv"
on_success: change
on_failure: always
template:
- "%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})"
- '%{repository} (%{branch}:%{commit} by %{author}): %{message} (%{build_url})'
4 changes: 2 additions & 2 deletions NOTICE.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= CarCV - Licensing NOTICE
:numbered:

Copyright (C) 2012-2013, CarCV Development Team.
Copyright (C) 2012-2014, CarCV Development Team.
All rights reserved.

All Authors and Contributors are named in the link:AUTHORS.html[AUTHORS] file.
Expand Down Expand Up @@ -30,7 +30,7 @@ limitations under the License.
==== OpenCV

----
Copyright (c) 2013, OpenCV Developers Team
Copyright (c) 2013-2014, OpenCV Developers Team
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
Expand Down
4 changes: 2 additions & 2 deletions carcv-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.carcv</groupId>
<artifactId>carcv</artifactId>
<version>1.0.1.Final</version>
<version>1.1.0-SNAPSHOT</version>
</parent>

<groupId>org.carcv.core</groupId>
Expand Down Expand Up @@ -91,4 +91,4 @@
<scope>provided</scope> <!-- TODO 3 may cause problems in .jar package -->
</dependency>
</dependencies>
</project>
</project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion carcv-core/src/main/java/org/carcv/core/io/Loader.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013 CarCV Development Team
* Copyright 2013-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion carcv-core/src/main/java/org/carcv/core/io/Saver.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion carcv-core/src/main/java/org/carcv/core/model/Address.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion carcv-core/src/main/java/org/carcv/core/model/CarData.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion carcv-core/src/main/java/org/carcv/core/model/Speed.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013 CarCV Development Team
* Copyright 2013-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013 CarCV Development Team
* Copyright 2013-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion carcv-core/src/main/java/org/carcv/impl/core/run/Main.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013 CarCV Development Team
* Copyright 2013-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013 CarCV Development Team
* Copyright 2013-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013 CarCV Development Team
* Copyright 2013-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013 CarCV Development Team
* Copyright 2013-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013 CarCV Development Team
* Copyright 2013-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013 CarCV Development Team
* Copyright 2013-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013 CarCV Development Team
* Copyright 2013-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion carcv-cpp/cpp_ocr_alpr/ocr_recognizer.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion carcv-cpp/cpp_ocr_alpr/ocr_recognizer.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2012 CarCV Development Team
* Copyright 2012-2014 CarCV Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 6ba3ceb

Please sign in to comment.