renamed vasc-ejb3 to vasc-core-ejb3 and started with i18n lib
This commit is contained in:
parent
beb57fe92e
commit
fe5842768f
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -37,8 +37,8 @@ pom.xml.versionsBackup
|
|||
*~
|
||||
|
||||
# Ignore some eclipse files
|
||||
##.settings
|
||||
##.classpath
|
||||
.settings
|
||||
.classpath
|
||||
|
||||
# Ignore netbeans directory
|
||||
nbproject
|
||||
|
|
3
pom.xml
3
pom.xml
|
@ -26,7 +26,7 @@
|
|||
</scm>
|
||||
<modules>
|
||||
<module>vasc-core</module>
|
||||
<module>vasc-ejb3</module>
|
||||
<module>vasc-core-ejb3</module>
|
||||
<module>vasc-xpql</module>
|
||||
<module>vasc-xpql-ejb3-server</module>
|
||||
<module>vasc-xpql-ejb3-client</module>
|
||||
|
@ -34,6 +34,7 @@
|
|||
<module>vasc-frontend</module>
|
||||
<module>vasc-demo</module>
|
||||
<module>vasc-test</module>
|
||||
<module>vasc-lib</module>
|
||||
</modules>
|
||||
<properties>
|
||||
<hg.repo.url>https://...vasc/</hg.repo.url>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>vasc-ejb3</name>
|
||||
<name>vasc-core-ejb3</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
|
@ -6,10 +6,10 @@
|
|||
<version>0.3.5-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>net.forwardfire.vasc</groupId>
|
||||
<artifactId>vasc-ejb3</artifactId>
|
||||
<artifactId>vasc-core-ejb3</artifactId>
|
||||
<version>0.3.5-SNAPSHOT</version>
|
||||
<name>vasc-ejb3</name>
|
||||
<description>vasc-ejb3</description>
|
||||
<name>vasc-core-ejb3</name>
|
||||
<description>vasc-core-ejb3</description>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>net.forwardfire.vasc</groupId>
|
|
@ -82,7 +82,7 @@
|
|||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.forwardfire.vasc</groupId>
|
||||
<artifactId>vasc-ejb3</artifactId>
|
||||
<artifactId>vasc-core-ejb3</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
17
vasc-lib/.project
Normal file
17
vasc-lib/.project
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>vasc-lib</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
16
vasc-lib/pom.xml
Normal file
16
vasc-lib/pom.xml
Normal file
|
@ -0,0 +1,16 @@
|
|||
<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>vasc</artifactId>
|
||||
<groupId>net.forwardfire.vasc</groupId>
|
||||
<version>0.3.5-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<artifactId>vasc-lib</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>vasc-lib</name>
|
||||
<description>vasc-lib</description>
|
||||
<modules>
|
||||
<module>vasc-lib-i18n</module>
|
||||
</modules>
|
||||
</project>
|
23
vasc-lib/vasc-lib-i18n/.project
Normal file
23
vasc-lib/vasc-lib-i18n/.project
Normal file
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>vasc-lib-i18n</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
12
vasc-lib/vasc-lib-i18n/pom.xml
Normal file
12
vasc-lib/vasc-lib-i18n/pom.xml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<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>vasc-lib</artifactId>
|
||||
<groupId>net.forwardfire.vasc</groupId>
|
||||
<version>0.3.5-SNAPSHOT</version>
|
||||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
<artifactId>vasc-lib-i18n</artifactId>
|
||||
<name>vasc-lib-i18n</name>
|
||||
<description>vasc-lib-i18n</description>
|
||||
</project>
|
Loading…
Reference in a new issue