Update center for remoting needs to include Jackpot 3.0 Common APIs, making the common APIs autoload separate-by-function-cleanup
authorJan Lahoda <jlahoda@netbeans.org>
Sun, 11 Mar 2012 17:00:55 +0100
branchseparate-by-function-cleanup
changeset 744f70924515017
parent 743 86fbdf770c7a
child 745 80717fd7170d
child 746 fa3421a27e19
Update center for remoting needs to include Jackpot 3.0 Common APIs, making the common APIs autoload
remoting/build.sh
remoting/common/api/nbproject/project.properties
remoting/common/test/nbproject/project.properties
     1.1 --- a/remoting/build.sh	Sun Mar 11 14:07:11 2012 +0100
     1.2 +++ b/remoting/build.sh	Sun Mar 11 17:00:55 2012 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/bash
     1.5 -(cd common; ant "$@" clean && ant "$@" nbms) || exit 1
     1.6 -(cd ide; ant "$@" clean && ant "$@" nbms) || exit 1
     1.7 +(cd common; ant "$@" clean && ant "$@" build) || exit 1
     1.8 +(cd ide; ant "$@" clean && (cd ../common; ant "$@" -Dbuild.updates.dir=../ide/build/updates nbms) && ant "$@" nbms) || exit 1
     1.9  rm -rf build
    1.10  mkdir -p build/indexing-backend
    1.11  (cd server/indexer; ant "$@" clean && ant "$@" build-zip && unzip -d ../../build/indexing-backend dist/indexer.zip) || exit 1
     2.1 --- a/remoting/common/api/nbproject/project.properties	Sun Mar 11 14:07:11 2012 +0100
     2.2 +++ b/remoting/common/api/nbproject/project.properties	Sun Mar 11 17:00:55 2012 +0100
     2.3 @@ -1,2 +1,3 @@
     2.4 +is.autoload=true
     2.5  javac.source=1.6
     2.6  javac.compilerargs=-Xlint -Xlint:-serial
     3.1 --- a/remoting/common/test/nbproject/project.properties	Sun Mar 11 14:07:11 2012 +0100
     3.2 +++ b/remoting/common/test/nbproject/project.properties	Sun Mar 11 17:00:55 2012 +0100
     3.3 @@ -1,2 +1,3 @@
     3.4 +is.autoload=true
     3.5  javac.source=1.6
     3.6  javac.compilerargs=-Xlint -Xlint:-serial