CVS eclipse-ve/debian

Stephan Michels tashiro-guest at haydn.debian.org
Mon Dec 19 01:15:44 UTC 2005


Update of /cvsroot/pkg-java/eclipse-ve/debian
In directory haydn:/tmp/cvs-serv16812

Modified Files:
	rules 
Log Message:
Add patches to add the subs in perfmsr.jar to the classpath of 
org.eclipse.jem.util


--- /cvsroot/pkg-java/eclipse-ve/debian/rules	2005/12/18 02:42:42	1.3
+++ /cvsroot/pkg-java/eclipse-ve/debian/rules	2005/12/19 01:15:43	1.4
@@ -38,7 +38,7 @@
 PDEBUILD_CVSHOST=dev.eclipse.org
 PDEBUILD_CVSREP=/cvsroot/tools
 PDEBUILD_CVSROOT=:$(PDEBUILD_CVSREADPROTOCOL):$(PDEBUILD_CVSREADUSER)@$(PDEBUILD_CVSHOST):$(PDEBUILD_CVSREP)
-PDEBUILD_CVSTAG=HEAD
+PDEBUILD_CVSTAG=R_1_1_0_1
 PDEBUILD_PACKAGE=org.eclipse.ve.releng.builder
 
 PDEBUILD_BASELOCATION=/usr/lib/eclipse
@@ -64,7 +64,7 @@
 PDEBUILD_BUILDLABEL=$(PDEBUILD_BUILDTYPE).$(PDEBUILD_BUILDID)
 
 PATCHES = \
-
+	eclipse-ve-patch-jemutil
 
 
 get-orig-source: clean
@@ -190,7 +190,8 @@
 		$(PDEBUILD_OPTS) \
 		-DskipFetch=true \
 		-DskipBuildSourceDrop=true \
-		-Djavacfailonerror=true 
+		-Djavacfailonerror=true \
+		-DbuildingOSGi=true
 
 #		-Dconfigs="linux,gtk,$(PDEBUILD_PLATFORM)" 
 



More information about the pkg-java-commits mailing list