Removing numeric suffix from cluster directory names.
authorJesse Glick <jglick@netbeans.org>
Fri, 22 Jan 2010 11:59:47 -0500
changeset 291868918ef177f3
parent 2917 3b22ffc3a73d
child 2919 552910219e3b
Removing numeric suffix from cluster directory names.
visualweb.designtime.base/library/nbproject/project.properties
visualweb.gravy/src/org/netbeans/modules/visualweb/gravy/TestUtils.java
visualweb.insync/.classpath
visualweb.insync/nbproject/project.properties
visualweb.jsfsupport.components/library/nbproject/project.properties
visualweb.libs.jtidy/library/nbproject/project.properties
visualweb.webui/library/nbproject/project.properties
     1.1 --- a/visualweb.designtime.base/library/nbproject/project.properties	Wed Jan 20 19:18:58 2010 -0500
     1.2 +++ b/visualweb.designtime.base/library/nbproject/project.properties	Fri Jan 22 11:59:47 2010 -0500
     1.3 @@ -63,7 +63,7 @@
     1.4  
     1.5  # Have JSF1.2 API, JSP & Servlet API
     1.6  file.reference.servlet2.5-jsp2.1-api.jar=../../servletjspapi/external/servlet2.5-jsp2.1-api.jar
     1.7 -file.reference.jsf-api.jar=../../nbbuild/netbeans/enterprise6/modules/ext/jsf-1_2/jsf-api.jar
     1.8 +file.reference.jsf-api.jar=../../nbbuild/netbeans/enterprise/modules/ext/jsf-1_2/jsf-api.jar
     1.9  
    1.10  includes=**
    1.11  jar.compress=false
     2.1 --- a/visualweb.gravy/src/org/netbeans/modules/visualweb/gravy/TestUtils.java	Wed Jan 20 19:18:58 2010 -0500
     2.2 +++ b/visualweb.gravy/src/org/netbeans/modules/visualweb/gravy/TestUtils.java	Fri Jan 22 11:59:47 2010 -0500
     2.3 @@ -984,7 +984,7 @@
     2.4      }
     2.5      
     2.6      private static final String
     2.7 -            CREATOR_SYSTEM_DIR = "visualweb1" + File.separator + "config",
     2.8 +            CREATOR_SYSTEM_DIR = "visualweb" + File.separator + "config",
     2.9              CREATOR_INSTALL_PROPERTIES_FILE_NAME = "com-sun-rave-install.properties";
    2.10      //            CREATOR_SYSTEM_DIR = "system",
    2.11      //            CREATOR_INSTALL_PROPERTIES_FILE_NAME = "install.properties";
     3.1 --- a/visualweb.insync/.classpath	Wed Jan 20 19:18:58 2010 -0500
     3.2 +++ b/visualweb.insync/.classpath	Fri Jan 22 11:59:47 2010 -0500
     3.3 @@ -19,10 +19,10 @@
     3.4  	<classpathentry combineaccessrules="false" kind="src" path="/xml.xdm"/>
     3.5  	<classpathentry combineaccessrules="false" kind="src" path="/web.jsf"/>
     3.6  	<classpathentry combineaccessrules="false" kind="src" path="/webmodule.api"/>
     3.7 -	<classpathentry kind="var" path="TRUNK_NB/platform11/core/org-openide-filesystems.jar"/>
     3.8 -	<classpathentry kind="var" path="TRUNK_NB/platform11/lib/org-openide-modules.jar"/>
     3.9 -	<classpathentry kind="var" path="TRUNK_NB/platform11/lib/org-openide-util.jar"/>
    3.10 -	<classpathentry kind="var" path="TRUNK_NB/platform11/modules/org-openide-loaders.jar"/>
    3.11 -	<classpathentry kind="var" path="TRUNK_NB/platform11/modules/org-openide-nodes.jar"/>
    3.12 +	<classpathentry kind="var" path="TRUNK_NB/platform/core/org-openide-filesystems.jar"/>
    3.13 +	<classpathentry kind="var" path="TRUNK_NB/platform/lib/org-openide-modules.jar"/>
    3.14 +	<classpathentry kind="var" path="TRUNK_NB/platform/lib/org-openide-util.jar"/>
    3.15 +	<classpathentry kind="var" path="TRUNK_NB/platform/modules/org-openide-loaders.jar"/>
    3.16 +	<classpathentry kind="var" path="TRUNK_NB/platform/modules/org-openide-nodes.jar"/>
    3.17  	<classpathentry kind="output" path="classes"/>
    3.18  </classpath>
     4.1 --- a/visualweb.insync/nbproject/project.properties	Wed Jan 20 19:18:58 2010 -0500
     4.2 +++ b/visualweb.insync/nbproject/project.properties	Fri Jan 22 11:59:47 2010 -0500
     4.3 @@ -65,5 +65,5 @@
     4.4  test-unit-sys-prop.visualweb.project.facesconfig=faces-config
     4.5  
     4.6  
     4.7 -test-unit-sys-prop.j2ee.platform.classpath=${netbeans.dest.dir}\\enterprise4\\modules\\ext\\jsf-1_2\\jsf-api.jar;${netbeans.dest.dir}\\enterprise4\\modules\\ext\\jsf-1_2\\jsf-impl.jar
     4.8 -test-unit-sys-prop.netbeans.dirs=${netbeans.dest.dir}\\java1;${netbeans.dest.dir}\\enterprise4;${netbeans.dest.dir}\\visualweb1
     4.9 +test-unit-sys-prop.j2ee.platform.classpath=${netbeans.dest.dir}\\enterprise\\modules\\ext\\jsf-1_2\\jsf-api.jar;${netbeans.dest.dir}\\enterprise\\modules\\ext\\jsf-1_2\\jsf-impl.jar
    4.10 +test-unit-sys-prop.netbeans.dirs=${netbeans.dest.dir}\\java;${netbeans.dest.dir}\\enterprise;${netbeans.dest.dir}\\visualweb
     5.1 --- a/visualweb.jsfsupport.components/library/nbproject/project.properties	Wed Jan 20 19:18:58 2010 -0500
     5.2 +++ b/visualweb.jsfsupport.components/library/nbproject/project.properties	Fri Jan 22 11:59:47 2010 -0500
     5.3 @@ -61,7 +61,7 @@
     5.4  src.zip=${dist.dir}/jsfcl-src.zip
     5.5  
     5.6  #file.reference.jsf-api.jar=../../../ravelibs/jsf-api/release/modules/ext/jsf-api.jar
     5.7 -#file.reference.servlet-api-2.5.jar=../../../ravebuild/netbeans/enterprise3/modules/ext/servlet2.5-jsp2.1-api.jar
     5.8 +#file.reference.servlet-api-2.5.jar=../../../ravebuild/netbeans/enterprise/modules/ext/servlet2.5-jsp2.1-api.jar
     5.9  
    5.10  # Have JSF1.2 API, JSP & Servlet API
    5.11  file.reference.servlet2.5-jsp2.1-api.jar=../../servletjspapi/external/servlet2.5-jsp2.1-api.jar
     6.1 --- a/visualweb.libs.jtidy/library/nbproject/project.properties	Wed Jan 20 19:18:58 2010 -0500
     6.2 +++ b/visualweb.libs.jtidy/library/nbproject/project.properties	Fri Jan 22 11:59:47 2010 -0500
     6.3 @@ -55,7 +55,7 @@
     6.4  dist.jar=${dist.dir}/tidy-mod.jar
     6.5  dist.javadoc.dir=${dist.dir}/javadoc
     6.6  excludes=
     6.7 -file.reference.xerces-2.6.2.jar=../../../ravebuild/rave/ide8/modules/ext/xerces-2.8.0.jar
     6.8 +file.reference.xerces-2.6.2.jar=../../../ravebuild/rave/ide/modules/ext/xerces-2.8.0.jar
     6.9  includes=**
    6.10  jar.compress=false
    6.11  javac.classpath=\
     7.1 --- a/visualweb.webui/library/nbproject/project.properties	Wed Jan 20 19:18:58 2010 -0500
     7.2 +++ b/visualweb.webui/library/nbproject/project.properties	Fri Jan 22 11:59:47 2010 -0500
     7.3 @@ -70,8 +70,8 @@
     7.4  
     7.5  #file.reference.jsf-api.jar=../../../ravelibs/jsf-api/release/modules/ext/jsf-api.jar
     7.6  #file.reference.jsf-ri.jar=../../../ravelibs/jsf-ri/release/modules/ext/jsf-impl.jar
     7.7 -#file.reference.jstl.jar=../../../ravebuild/netbeans/enterprise3/modules/ext/jstl.jar
     7.8 -#file.reference.servlet-jsp-api.jar=../../../ravebuild/netbeans/enterprise3/modules/ext/servlet2.5-jsp2.1-api.jar
     7.9 +#file.reference.jstl.jar=../../../ravebuild/netbeans/enterprise/modules/ext/jstl.jar
    7.10 +#file.reference.servlet-jsp-api.jar=../../../ravebuild/netbeans/enterprise/modules/ext/servlet2.5-jsp2.1-api.jar
    7.11  
    7.12  # Have JSF1.2 API, JSP & Servlet API
    7.13  file.reference.servlet2.5-jsp2.1-api.jar=../../servletjspapi/external/servlet2.5-jsp2.1-api.jar