pmd/pmd-netbeans/lib/cluster-harness.diff

53 lines
1.9 KiB
Diff

diff -aur nbbuild.orig/modules.xml nbbuild/modules.xml
--- nbbuild.orig/modules.xml 2004-12-07 02:35:34.000000000 +0100
+++ nbbuild/modules.xml 2004-12-18 23:13:10.000000000 +0100
@@ -11,6 +11,11 @@
<cnb>org.netbeans.modules.snipe</cnb>
</module>
+ <module>
+ <path>pmd-netbeans</path>
+ <cnb>pmd</cnb>
+ </module>
+
<!-- =================================== -->
<!-- ===== Netbeans Modules ======== -->
<!-- =================================== -->
Only in nbbuild: modules.xml~
diff -aur nbbuild.orig/user.build.properties nbbuild/user.build.properties
--- nbbuild.orig/user.build.properties 2004-12-07 02:40:25.000000000 +0100
+++ nbbuild/user.build.properties 2004-12-18 23:18:16.000000000 +0100
@@ -10,11 +10,11 @@
# Microsystems, Inc. All Rights Reserved.
# the name of your cluster
-clustername=mycluster1
+clustername=extra
# The location of your binary netbeans installation. Modules will be installed
# into this location.
-netbeans.dest.dir=c:/netbeans
+netbeans.dest.dir=/opt/ide/nbr40/netbeans
# netbeans.user directory to use when launching netbeans
# with "ant tryme"
Only in nbbuild: user.build.properties~
diff -aur nbbuild.orig/user.cluster.properties nbbuild/user.cluster.properties
--- nbbuild.orig/user.cluster.properties 2004-12-07 02:35:34.000000000 +0100
+++ nbbuild/user.cluster.properties 2004-12-18 22:59:17.000000000 +0100
@@ -3,11 +3,11 @@
user.cluster=cluster.mycluster1
# the directory under ${netbeans.home} containing your cluster
-cluster.mycluster1.dir=mycluster1
+cluster.mycluster1.dir=extra
# the list of modules (the names of the directories containing
# the modules, rooted at nbbuild/..)
-cluster.mycluster1= snipe
+cluster.mycluster1=pmd-netbeans
# image, \
# utilities/group, \
# apisupport/lite, \
Only in nbbuild: user.cluster.properties~