From: Niels Erik G. Nielsen Date: Tue, 12 Mar 2013 21:37:16 +0000 (-0400) Subject: Builds separately for glassfish / tomcat X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=dd08c7e80f3f3e5c5a3c856bedbc04a665cdda92;hp=dd83bb2cc27ee61ae810da2dfff5390ba9f4ab3c;p=mkjsf-moved-to-github.git Builds separately for glassfish / tomcat --- 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