~kroq-gar78/ubuntu/precise/visualvm/fix-start

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Yulia Novozhilova
  • Date: 2009-04-07 21:28:04 UTC
  • Revision ID: james.westby@ubuntu.com-20090407212804-ej8qfhtdqlke55bn
Tags: 0.20080728-1ubuntu2
Change dependency on libnb-platform9-java, libnb-ide10-java and
build-dependency on libnb-platform-devel-java, libnb-ide10-java.
LP: #348712.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
          ln -s $(CURDIR)/netbeans/profiler.cvs/libs/jfluid-ui/ lib.profiler.ui ; \
51
51
          ln -s $(CURDIR)/netbeans/profiler.cvs/modules/nbmodule/ profiler.nbmodule ; \
52
52
          mkdir -p ./nbbuild/netbeans/ ; \
53
 
          ln -s $(SYSTEM_NETBEANS_DIR)/platform8/ ./nbbuild/netbeans/platform8 ; \
 
53
          ln -s $(SYSTEM_NETBEANS_DIR)/platform9/ ./nbbuild/netbeans/platform8 ; \
54
54
          ln -s $(SYSTEM_NETBEANS_DIR)/apisupport1/ ./nbbuild/netbeans/apisupport1 ; \
55
55
          ln -s $(SYSTEM_NETBEANS_DIR)/harness/ ./nbbuild/netbeans/harness ; \
56
56
          ln -s $(SYSTEM_NETBEANS_DIR)/java2/ ./nbbuild/netbeans/java2 ; \
57
 
          ln -s $(SYSTEM_NETBEANS_DIR)/ide9/ ./nbbuild/netbeans/ide9 ; \
 
57
          ln -s $(SYSTEM_NETBEANS_DIR)/ide10/ ./nbbuild/netbeans/ide9 ; \
58
58
          ln -s $(CURDIR)/netbeans/nbbuild/netbeans/extra nbbuild/netbeans/profiler3 ; \
59
59
          ln -s $(CURDIR)/netbeans/profiler.cvs/modules/main/ profiler
60
60