From kupu-checkins at codespeak.net Sat Apr 11 01:49:45 2009 From: kupu-checkins at codespeak.net (Official Site VIAGRA ®) Date: Sat, 11 Apr 2009 02:49:45 +0300 Subject: [kupu-checkins] D.Q. Canadian Pharmacy Message ID35438 Message-ID: <20090411054945.2613.qmail@amerblind.outbound.ed10.com> An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20090411/0bbb8702/attachment-0001.htm -------------- next part -------------- New from WebMD: Dear kupu-checkins at codespeak.net!Show her all your power. Sign-up today! You are subscribed as kupu-checkins at codespeak.net. View and manage your WebMD newsletter preferences. Subscribe to more newsletters. Change/update your email address. WebMD Privacy Policy WebMD Office of Privacy 1175 Peachtree Street, Suite 2400, Atlanta, GA 30361 ? 2009 WebMD, LLC. All rights reserved. From mihxil at codespeak.net Thu Apr 16 22:50:17 2009 From: mihxil at codespeak.net (mihxil at codespeak.net) Date: Thu, 16 Apr 2009 22:50:17 +0200 (CEST) Subject: [kupu-checkins] r64191 - kupu/trunk/kupu/mmbase Message-ID: <20090416205017.E69FE169E70@codespeak.net> Author: mihxil Date: Thu Apr 16 22:50:17 2009 New Revision: 64191 Modified: kupu/trunk/kupu/mmbase/Makefile Log: letting the .svn dirs away from wars makes it about half the size Modified: kupu/trunk/kupu/mmbase/Makefile ============================================================================== --- kupu/trunk/kupu/mmbase/Makefile (original) +++ kupu/trunk/kupu/mmbase/Makefile Thu Apr 16 22:50:17 2009 @@ -65,7 +65,7 @@ mmbase-kupu.war: webapp - jar cf mmbase-kupu.war -C build . + ( cd build ; find . -regex '.*/\.svn.*' -o -type f -print | xargs jar cf ../mmbase-kupu.war ) cp mmbase-kupu.war mmbase-kupu-$(VERSION).war .PHONY: From mihxil at codespeak.net Thu Apr 16 23:00:13 2009 From: mihxil at codespeak.net (mihxil at codespeak.net) Date: Thu, 16 Apr 2009 23:00:13 +0200 (CEST) Subject: [kupu-checkins] r64194 - kupu/trunk/kupu/mmbase Message-ID: <20090416210013.2036D169E70@codespeak.net> Author: mihxil Date: Thu Apr 16 23:00:12 2009 New Revision: 64194 Modified: kupu/trunk/kupu/mmbase/Makefile Log: simplified a bit Modified: kupu/trunk/kupu/mmbase/Makefile ============================================================================== --- kupu/trunk/kupu/mmbase/Makefile (original) +++ kupu/trunk/kupu/mmbase/Makefile Thu Apr 16 23:00:12 2009 @@ -66,7 +66,7 @@ mmbase-kupu.war: webapp ( cd build ; find . -regex '.*/\.svn.*' -o -type f -print | xargs jar cf ../mmbase-kupu.war ) - cp mmbase-kupu.war mmbase-kupu-$(VERSION).war + .PHONY: deploy.jars: $(I18N) mmbase-kupu-i18n.jar @@ -75,7 +75,7 @@ .PHONY: deploy: mmbase-kupu.war - mvn deploy:deploy-file -DgroupId=org.oscom -DartifactId=mmbase-kupu -Dversion=$(VERSION) -Dpackaging=war -Dfile=mmbase-kupu-$(VERSION).war -Durl=scp://mmbase.org/home/mmweb/web/maven2 -DrepositoryId=mmbase + mvn deploy:deploy-file -DgroupId=org.oscom -DartifactId=mmbase-kupu -Dversion=$(VERSION) -Dpackaging=war -Dfile=mmbase-kupu.war -Durl=scp://mmbase.org/home/mmweb/web/maven2 -DrepositoryId=mmbase clean: From mihxil at codespeak.net Thu Apr 16 23:03:48 2009 From: mihxil at codespeak.net (mihxil at codespeak.net) Date: Thu, 16 Apr 2009 23:03:48 +0200 (CEST) Subject: [kupu-checkins] r64196 - kupu/trunk/kupu/mmbase Message-ID: <20090416210348.7E10B169E78@codespeak.net> Author: mihxil Date: Thu Apr 16 23:03:43 2009 New Revision: 64196 Modified: kupu/trunk/kupu/mmbase/Makefile Log: added also the war to the clean target Modified: kupu/trunk/kupu/mmbase/Makefile ============================================================================== --- kupu/trunk/kupu/mmbase/Makefile (original) +++ kupu/trunk/kupu/mmbase/Makefile Thu Apr 16 23:03:43 2009 @@ -82,6 +82,7 @@ rm -f index.jspx rm -f body.jspx head.jspx rm -f mmbase-kupu-i18n.jar + rm -f mmbase-kupu.war rm -rf resourcebundle rm -rf build @$(MAKE) -C $(KUPU_HOME) clean From mihxil at codespeak.net Thu Apr 16 23:05:33 2009 From: mihxil at codespeak.net (mihxil at codespeak.net) Date: Thu, 16 Apr 2009 23:05:33 +0200 (CEST) Subject: [kupu-checkins] r64198 - kupu/trunk/kupu/mmbase Message-ID: <20090416210533.51277169E7A@codespeak.net> Author: mihxil Date: Thu Apr 16 23:05:32 2009 New Revision: 64198 Modified: kupu/trunk/kupu/mmbase/ (props changed) Log: simplified From mihxil at codespeak.net Thu Apr 16 23:22:44 2009 From: mihxil at codespeak.net (mihxil at codespeak.net) Date: Thu, 16 Apr 2009 23:22:44 +0200 (CEST) Subject: [kupu-checkins] r64199 - kupu/trunk/kupu/mmbase Message-ID: <20090416212244.F37B8169E82@codespeak.net> Author: mihxil Date: Thu Apr 16 23:22:44 2009 New Revision: 64199 Modified: kupu/trunk/kupu/mmbase/Makefile Log: added descriptions to the generated poms Modified: kupu/trunk/kupu/mmbase/Makefile ============================================================================== --- kupu/trunk/kupu/mmbase/Makefile (original) +++ kupu/trunk/kupu/mmbase/Makefile Thu Apr 16 23:22:44 2009 @@ -70,12 +70,12 @@ .PHONY: deploy.jars: $(I18N) mmbase-kupu-i18n.jar - mvn deploy:deploy-file -DgroupId=org.oscom -DartifactId=kupu-i18n -Dversion=$(VERSION) -Dpackaging=jar -Dfile=$(I18N) -Durl=scp://mmbase.org/home/mmweb/web/maven2 -DrepositoryId=mmbase - mvn deploy:deploy-file -DgroupId=org.oscom -DartifactId=mmbase-kupu-i18n -Dversion=$(VERSION) -Dpackaging=jar -Dfile=mmbase-kupu-i18n.jar -Durl=scp://mmbase.org/home/mmweb/web/maven2 -DrepositoryId=mmbase + mvn deploy:deploy-file -DgeneratePom.description='Resource bundle with translations of kupu-generic texts' -DgroupId=org.oscom -DartifactId=kupu-i18n -Dversion=$(VERSION) -Dpackaging=jar -Dfile=$(I18N) -Durl=scp://mmbase.org/home/mmweb/web/maven2 -DrepositoryId=mmbase + mvn deploy:deploy-file -DgeneratePom.description='Resource bundle with translations specific to kupu/mmbase' -DgroupId=org.oscom -DartifactId=mmbase-kupu-i18n -Dversion=$(VERSION) -Dpackaging=jar -Dfile=mmbase-kupu-i18n.jar -Durl=scp://mmbase.org/home/mmweb/web/maven2 -DrepositoryId=mmbase .PHONY: deploy: mmbase-kupu.war - mvn deploy:deploy-file -DgroupId=org.oscom -DartifactId=mmbase-kupu -Dversion=$(VERSION) -Dpackaging=war -Dfile=mmbase-kupu.war -Durl=scp://mmbase.org/home/mmweb/web/maven2 -DrepositoryId=mmbase + mvn deploy:deploy-file -DgeneratePom.description='WAR-overlay containing all necessary files to use kupu with MMBase. The mmbase-richtext component depends on this.' -DgroupId=org.oscom -DartifactId=mmbase-kupu -Dversion=$(VERSION) -Dpackaging=war -Dfile=mmbase-kupu.war -Durl=scp://mmbase.org/home/mmweb/web/maven2 -DrepositoryId=mmbase clean: From kupu-checkins at codespeak.net Sat Apr 25 13:28:24 2009 From: kupu-checkins at codespeak.net (VIAGRA ® Official Site) Date: Sat, 25 Apr 2009 13:28:24 +0200 (CEST) Subject: [kupu-checkins] Dear kupu-checkins@codespeak.net 51% 0FF Message-ID: <20090425112824.D697B16852B@codespeak.net> An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20090425/3ab7ebd1/attachment.htm From kupu-checkins at codespeak.net Wed Apr 29 19:28:24 2009 From: kupu-checkins at codespeak.net (VIAGRA ® Official Site) Date: Wed, 29 Apr 2009 19:28:24 +0200 (CEST) Subject: [kupu-checkins] SALE 60% 0FF on Pfizer Message-ID: <20090429172824.389F0169E8C@codespeak.net> An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20090429/702ddbc0/attachment.htm From kupu-checkins at codespeak.net Thu Apr 30 23:02:18 2009 From: kupu-checkins at codespeak.net (Alice Erger) Date: Fri, 1 May 2009 00:02:18 +0300 Subject: [kupu-checkins] Where is Mary? Message-ID: <0908858067.9642.3.camel@jtjrq> Does pollen make you sneeze? We have the widest range of anti-allergies for you http://www.jgusi.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://codespeak.net/pipermail/kupu-checkins/attachments/20090501/fcbc2471/attachment.htm