Skip to content

Commit

Permalink
moved versions to v13
Browse files Browse the repository at this point in the history
  • Loading branch information
vpc committed Feb 24, 2018
1 parent 0a2ba92 commit ae8a991
Show file tree
Hide file tree
Showing 5,205 changed files with 376,470 additions and 83,146 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -97,4 +97,5 @@
private/
.idea/
/plugins/academic-project-based-learning/vr-academic-project-based-learning-service/src/main/java/net/vpc/app/vainruling/plugins/academic/pbl/service/ApblService.java
/apps/eniso-info/eniso-info-service/target/
/apps/eniso-info/eniso-info-service/target/
/core/vr-plugin/target/
@@ -0,0 +1,141 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.vpc.app.vain-ruling.apps.custom-vr-application</groupId>
<artifactId>custom-vr-application-app-service</artifactId>
<name>net.vpc.app.vain-ruling.apps.custom-vr-application.custom-vr-application-service</name>
<version>1.0.0</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.vr-core-service>1.13.0</version.vr-core-service>
</properties>
<dependencies>
<dependency>
<groupId>net.vpc.app.vain-ruling.apps.custom-vr-application.plugins</groupId>
<artifactId>custom-vr-application-main-service</artifactId>
<version>1.0</version>
</dependency>
<!-- <dependency>
<groupId>net.vpc.app.vain-ruling.plugins</groupId>
<artifactId>vr-ezp-service</artifactId>
<version>1.0</version>
</dependency>-->


<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.35</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyclient</artifactId>
<version>10.11.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.12.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.15</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>6.5</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>

<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<executions>
<execution>
<phase>process-sources</phase>

<goals>
<goal>copy-dependencies</goal>
</goals>

<configuration>
<outputDirectory>${targetdirectory}</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>vpc-public-maven</id>
<url>https://raw.github.com/thevpc/vpc-public-maven/master</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>

<!-- <reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.15</version>
<reportSets>
<reportSet>
<reports>
<report>checkstyle</report>
</reports>
</reportSet>
</reportSets>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.1</version>
</plugin>
</plugins>
</reporting>-->
</project>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns="http://www.springframework.org/schema/beans"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">

<context:annotation-config/>
<context:component-scan base-package="net.vpc"/>
</beans>
@@ -0,0 +1,12 @@
short-name = ENISo info
long-name = ENISo info
id = eniso.info
version = 1.1.154
build-date = 2018-01-26
build-number = 154
author = Taha BEN SALAH (c)
default-public-theme = crew
default-private-theme = crew
config.company=ENISo
config.country=Tunisie
config.industry=Education
@@ -0,0 +1 @@
#just place holder do not put any thing here!
@@ -0,0 +1 @@
#just place holder do not put any thing here!
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<upa xmlns="http://github.com/thevpc/upa/upa-1.0.xsd" version="1.0">
<scan types="net.vpc.app.**"/>
<include>
<file path="${user.home}/workspace/eniso.info/config/upa.xml" failSafe="true"/>
<!-- this is a fallback if no 'failSafe' config is loadable -->
<default>
<persistenceUnit name="main">
<connection>
<connectionString>
derby:embedded://runtime/derby-custom-vr-application;structure=create;userName=vruser;password=vruser
</connectionString>
</connection>
</persistenceUnit>
</default>

</include>
<persistenceUnit name="main">
<property name="QueryHints.maxNavigationDepth" value="1"/>
</persistenceUnit>

</upa>

0 comments on commit ae8a991

Please sign in to comment.