Skip to content

Commit

Permalink
Merge pull request #16 from fernandezgom/master
Browse files Browse the repository at this point in the history
Pull from fernandezgom 06/02/2015
  • Loading branch information
it2l committed Feb 6, 2015
2 parents d6879f9 + 1cfacd5 commit f77a9c4
Show file tree
Hide file tree
Showing 146 changed files with 3,620 additions and 2,340 deletions.
23 changes: 22 additions & 1 deletion pom.xml
Expand Up @@ -390,6 +390,27 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.platform.main</groupId>
<artifactId>it2l-task-independent-support</artifactId>
<version>0.0.1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.platform.main</groupId>
<artifactId>it2l-perceive-difficulty-task</artifactId>
<version>0.0.1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.platform.main</groupId>
<artifactId>it2l-sequencer</artifactId>
<version>0.0.1-SNAPSHOT</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<!-- runtime -->
<!-- activemq -->
<!-- <dependency> -->
Expand Down Expand Up @@ -565,7 +586,7 @@
<artifactId>tomcat-maven-plugin</artifactId>
<version>1.0-beta-1</version>
<configuration>
<url>http://193.61.29.166:8080/manager/text/</url>
<url>http://localhost:8080/manager/text/</url>
<server>mytomcat</server>
<path>/${project.build.finalName}</path>
</configuration>
Expand Down
37 changes: 0 additions & 37 deletions src/main/java/Italk2learn.h

This file was deleted.

98 changes: 0 additions & 98 deletions src/main/java/com/hibernate/dto/Ctatexercise.java

This file was deleted.

146 changes: 0 additions & 146 deletions src/main/java/com/hibernate/dto/Exercises.java

This file was deleted.

0 comments on commit f77a9c4

Please sign in to comment.