From dd08c7e80f3f3e5c5a3c856bedbc04a665cdda92 Mon Sep 17 00:00:00 2001 From: "Niels Erik G. Nielsen" Date: Tue, 12 Mar 2013 17:37:16 -0400 Subject: [PATCH] Builds separately for glassfish / tomcat --- .gitignore | 1 + pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index bf98bbd..89963b0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .settings/ build/ target/ +target-as/ diff --git a/pom.xml b/pom.xml index 2f0dc75..4de438a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,11 @@ 4.0.0 com.indexdata - pz2utils4jsf + pz2utils4jsf-as 0.0.1-SNAPSHOT - pz2utils4jsf + pz2utils4jsf-as jar - Components for building Pazpar2 application using JSF + Components for building Pazpar2 application using JSF. Application server version javax @@ -43,8 +43,8 @@ - target - target/classes + target-as + target-as/classes src/main/java -- 1.7.10.4