Skip to content

Commit

Permalink
Akustes proyecto directiz Jonnathan
Browse files Browse the repository at this point in the history
  • Loading branch information
wagarzon committed Apr 27, 2020
1 parent 992fc0a commit 7bbecd3
Show file tree
Hide file tree
Showing 232 changed files with 2,408 additions and 228 deletions.
10 changes: 10 additions & 0 deletions artifact/dtos/QTDIC001/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,15 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion artifact/dtos/QTDIC001/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>0.0.1</version>
</parent>

<groupId>com.bbva.qtdi.dto.applicants</groupId>
<groupId>com.bbva.qtdi.employees.dto</groupId>
<artifactId>QTDIC001</artifactId>
<version>0.0.1</version>
<packaging>jar</packaging>
Expand Down
10 changes: 10 additions & 0 deletions artifact/libraries/QTDIR001/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,22 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
Expand Down
4 changes: 2 additions & 2 deletions artifact/libraries/QTDIR001/.project
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<arguments>
</arguments>
</buildCommand>
Expand Down
5 changes: 2 additions & 3 deletions artifact/libraries/QTDIR001/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,9 @@
<version>${apx.core.online.version}</version>
<optional>true</optional>
</dependency>

<!-- DTO's -->
<dependency>
<groupId>com.bbva.qtdi.dto.applicants</groupId>
<groupId>com.bbva.qtdi.employees.dto</groupId>
<artifactId>QTDIC001</artifactId>
<version>0.0.1</version>
</dependency>
Expand All @@ -97,7 +96,7 @@
<Bundle-SymbolicName>${bundle-library-name}</Bundle-SymbolicName>
<Bundle-Category>library-jdbc</Bundle-Category>
<Import-Package>
com.bbva.qtdi.dto.applicants.*;version="${osgi.version.manifest}",
com.bbva.qtdi.employees.dto.*;version="${osgi.version.manifest}",
com.bbva.qtdi.lib.r001.*;version="${osgi.version.manifest}",
com.bbva.elara.*;version="${osgi.version.manifest}"
;resolution:="optional",
Expand Down
4 changes: 2 additions & 2 deletions artifact/libraries/QTDIR001IMPL/.project
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<arguments>
</arguments>
</buildCommand>
Expand Down
6 changes: 3 additions & 3 deletions artifact/libraries/QTDIR001IMPL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@

<!-- DTO's -->
<dependency>
<groupId>com.bbva.qtdi.dto.applicants</groupId>
<groupId>com.bbva.qtdi.employees.dto</groupId>
<artifactId>QTDIC001</artifactId>
<version>0.0.1</version>
</dependency>

<!-- Dependencias test -->
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -145,7 +145,7 @@
<Bundle-SymbolicName>${bundle-library-name}</Bundle-SymbolicName>
<Bundle-Category>library-jdbc</Bundle-Category>
<Import-Package>
com.bbva.qtdi.dto.applicants.*;version="${osgi.version.manifest}",
com.bbva.qtdi.employees.dto.*;version="${osgi.version.manifest}",
com.bbva.qtdi.lib.r001.*;version="${osgi.version.manifest}",
com.bbva.elara.*;version="${osgi.version.manifest}"
;resolution:="optional",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>QTDIT07101-ES</name>
<name>QTDIR002</name>
<comment></comment>
<projects>
</projects>
Expand All @@ -11,12 +11,12 @@
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<arguments>
</arguments>
</buildCommand>
Expand Down
135 changes: 135 additions & 0 deletions artifact/libraries/QTDIR002/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>LIBRARIES</artifactId>
<groupId>com.bbva.qtdi</groupId>
<version>0.0.1</version>
</parent>

<groupId>com.bbva.qtdi</groupId>

<artifactId>QTDIR002</artifactId>
<name>QTDIR002</name>
<version>0.0.1</version>
<packaging>bundle</packaging>

<properties>
<osgi.version.manifest>0.0</osgi.version.manifest>
<bundle-library-name>${project.artifactId}-${project.version}</bundle-library-name>
</properties>

<dependencies>
<dependency>
<groupId>com.bbva.elara</groupId>
<artifactId>elara-aspect</artifactId>
<version>${apx.core.online.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.bbva.elara</groupId>
<artifactId>elara-library</artifactId>
<version>${apx.core.online.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.gemini</groupId>
<artifactId>org.eclipse.gemini.blueprint.core</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.bbva.elara</groupId>
<artifactId>elara-configuration-manager-application</artifactId>
<version>${apx.core.online.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.bbva.elara</groupId>
<artifactId>elara-utility-log</artifactId>
<version>${apx.core.online.version}</version>
<optional>true</optional>
</dependency>

<!-- DTO's -->
<dependency>
<groupId>com.bbva.qtdi.employees.dto</groupId>
<artifactId>QTDIC001</artifactId>
<version>0.0.1</version>
</dependency>

<!-- Dependencias test -->

</dependencies>

<build>
<finalName>${project.artifactId}</finalName>
<plugins>

<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${bundle-library-name}</Bundle-SymbolicName>
<Bundle-Category>library-jdbc</Bundle-Category>
<Import-Package>
com.bbva.qtdi.employees.dto.*;version="${osgi.version.manifest}",
com.bbva.qtdi.lib.r002.*;version="${osgi.version.manifest}",
com.bbva.elara.*;version="${osgi.version.manifest}"
;resolution:="optional",
org.osgi.framework;version="${osgi.version.manifest}";resolution:="optional",
com.bbva.elara.aspect;version="${osgi.version.manifest}";resolution:="optional",
spring;version="${osgi.version.manifest}";resolution:="optional", org.springframework.aop;version="${osgi.version.manifest}";resolution:="optional",
org.springframework.aop.framework;version="${osgi.version.manifest}";resolution:="optional",
org.aopalliance.aop;version="${osgi.version.manifest}";resolution:="optional",
*;version="${osgi.version.manifest}"
</Import-Package>
</instructions>
</configuration>
</plugin>


<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>install</phase>
<configuration>
<tasks>
<copy todir="${outputDirectoryLibraries}" file="./target/${project.artifactId}.jar">
</copy>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.bbva.qtdi.lib.r002;

public interface QTDIR002 {

void execute();

}
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>QTDIT07301-ES</name>
<name>QTDIR002IMPL</name>
<comment></comment>
<projects>
</projects>
Expand All @@ -11,12 +11,12 @@
</arguments>
</buildCommand>
<buildCommand>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<name>org.springframework.ide.eclipse.core.springbuilder</name>
<arguments>
</arguments>
</buildCommand>
Expand Down
Loading

0 comments on commit 7bbecd3

Please sign in to comment.