This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 236763
Collapse All | Expand All

(-)a/uml.codegen/nbproject/project.properties (-62 / +61 lines)
Lines 1-62 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
javac.source=1.6
43
javac.source=1.6
44
license.file=../license.txt
44
test.unit.cp.extra=\
45
test.unit.cp.extra=\
45
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
46
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
46
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-project.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-project.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
48
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-api-java.jar:\
49
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-api-java.jar:\
49
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectapi.jar:\
50
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectapi.jar:\
50
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectuiapi.jar:\
51
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectuiapi.jar:\
51
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-openide-src.jar:\
52
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-openide-src.jar:\
52
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-refactoring.jar:\
53
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-refactoring.jar:\
53
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-awt.jar:\
54
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-awt.jar:\
54
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-loaders.jar:\
55
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-loaders.jar:\
55
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
56
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
56
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
57
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
57
    ${netbeans.dest.dir}/${platform.dir.name}/core/org-openide-filesystems.jar:\
58
    ${netbeans.dest.dir}/${platform.dir.name}/core/org-openide-filesystems.jar:\
58
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-modules.jar:\
59
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-modules.jar:\
59
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:\
60
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:\
60
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-text.jar:\
61
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-text.jar:\
61
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-netbeans-core.jar:
62
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-netbeans-core.jar:
(-)a/uml.designpattern/nbproject/project.properties (-45 / +44 lines)
Lines 1-45 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
43
44
javac.source=1.6
44
javac.source=1.6
45
license.file=../license.txt
(-)a/uml.diagrams/nbproject/project.properties (-45 / +44 lines)
Lines 1-45 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
#javac.compilerargs=-Xlint -Xlint:-serial
43
#javac.compilerargs=-Xlint -Xlint:-serial
44
javac.source=1.6
44
javac.source=1.6
45
license.file=../license.txt
(-)a/uml.documentation/nbproject/project.properties (-52 / +51 lines)
Lines 1-52 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
43
44
javac.source=1.6
44
javac.source=1.6
45
license.file=../license.txt
45
test.unit.cp.extra=\
46
test.unit.cp.extra=\
46
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
47
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
48
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
48
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
49
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
49
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:\
50
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:\
50
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
51
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
51
52
(-)a/uml.drawingarea/nbproject/project.properties (-57 / +56 lines)
Lines 1-57 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
43
44
javac.source=1.6
44
javac.source=1.6
45
license.file=../license.txt
45
test.unit.cp.extra=\
46
test.unit.cp.extra=\
46
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-palette.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-palette.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-project.jar:\
49
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-project.jar:\
49
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-palette.jar:\
50
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-palette.jar:\
50
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-actions.jar:\
51
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-actions.jar:\
51
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-loaders.jar:\
52
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-loaders.jar:\
52
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
53
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
53
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
54
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
54
    ${netbeans.dest.dir}/${platform.dir.name}/core/org-openide-filesystems.jar:\
55
    ${netbeans.dest.dir}/${platform.dir.name}/core/org-openide-filesystems.jar:\
55
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-modules.jar:\
56
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-modules.jar:\
56
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:\
57
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:\
(-)a/uml.integration/nbproject/project.properties (-65 / +64 lines)
Lines 1-65 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
javac.source=1.6
43
javac.source=1.6
44
license.file=../license.txt
44
test.unit.cp.extra=\
45
test.unit.cp.extra=\
45
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
46
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
46
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-project.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-project.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
48
    ${netbeans.dest.dir}/${ide.dir.name}/modules/javax-jmi-reflect.jar:\
49
    ${netbeans.dest.dir}/${ide.dir.name}/modules/javax-jmi-reflect.jar:\
49
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-api-java.jar:\
50
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-api-java.jar:\
50
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-api-mdr.jar:\
51
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-api-mdr.jar:\
51
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-javacore.jar:\
52
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-javacore.jar:\
52
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectapi.jar:\
53
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectapi.jar:\
53
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectuiapi.jar:\
54
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectuiapi.jar:\
54
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-openide-src.jar:\
55
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-openide-src.jar:\
55
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-refactoring.jar:\
56
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-refactoring.jar:\
56
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-awt.jar:\
57
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-awt.jar:\
57
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-loaders.jar:\
58
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-loaders.jar:\
58
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
59
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
59
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
60
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
60
    ${netbeans.dest.dir}/${platform.dir.name}/core/org-openide-filesystems.jar:\
61
    ${netbeans.dest.dir}/${platform.dir.name}/core/org-openide-filesystems.jar:\
61
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-modules.jar:\
62
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-modules.jar:\
62
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:\
63
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:\
63
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-text.jar:\
64
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-text.jar:\
64
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-netbeans-core.jar:
65
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-netbeans-core.jar:
(-)a/uml.kit/manifest.mf (-5 / +5 lines)
Lines 1-5 Link Here
1
Manifest-Version: 1.0
1
Manifest-Version: 1.0
2
OpenIDE-Module: org.netbeans.modules.uml.kit
2
OpenIDE-Module: org.netbeans.modules.uml.kit
3
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/uml/kit/Bundle.properties
3
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/uml/kit/Bundle.properties
4
OpenIDE-Module-Specification-Version: 1.5
4
OpenIDE-Module-Specification-Version: 1.4
5
5
(-)a/uml.kit/nbproject/project.properties (-50 / +49 lines)
Lines 1-50 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
javac.source=1.6
43
javac.source=1.6
44
license.file=../license.txt
44
nbm.homepage=http://uml.netbeans.org/
45
nbm.homepage=http://uml.netbeans.org/
45
46
46
test.config.uicommit.includes=\
47
test.config.uicommit.includes=\
47
	org/netbeans/test/uml/validation/UMLValidationTests.class
48
	org/netbeans/test/uml/validation/UMLValidationTests.class
48
# Currently uncompilable:
49
# Currently uncompilable:
49
disable.qa-functional.tests=true
50
disable.qa-functional.tests=true
(-)a/uml.parser.java/nbproject/project.properties (-50 / +49 lines)
Lines 1-50 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
43
44
javac.source=1.6
44
javac.source=1.6
45
license.file=../license.txt
45
test.unit.cp.extra=\
46
test.unit.cp.extra=\
46
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/ext/antlr-2.7.2.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/ext/antlr-2.7.2.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
48
    ${netbeans.dest.dir}/${ide.dir.name}/modules/ext/junit-3.8.1.jar:\
49
    ${netbeans.dest.dir}/${ide.dir.name}/modules/ext/junit-3.8.1.jar:\
49
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-jaxen.jar:\
50
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-jaxen.jar:\
(-)a/uml.project/nbproject/project.properties (-90 / +89 lines)
Lines 1-90 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
43
44
javac.source=1.6
44
javac.source=1.6
45
license.file=../license.txt
45
test.unit.cp.extra=\
46
test.unit.cp.extra=\
46
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/antlr272.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/antlr272.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-dependencyanalyzer.jar:\
49
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-dependencyanalyzer.jar:\
49
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-designpattern.jar:\
50
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-designpattern.jar:\
50
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-diagramcreator.jar:\
51
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-diagramcreator.jar:\
51
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-documentation.jar:\
52
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-documentation.jar:\
52
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-drawingarea.jar:\
53
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-drawingarea.jar:\
53
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-palette.jar:\
54
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-palette.jar:\
54
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-requirements.jar:\
55
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-requirements.jar:\
55
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-requirements-xmlrequirements.jar:\
56
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-requirements-xmlrequirements.jar:\
56
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-roseimport.jar:\
57
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-roseimport.jar:\
57
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-webreport.jar:\
58
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-webreport.jar:\
58
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-integration.jar:\
59
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-integration.jar:\
59
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-parser-java.jar:\
60
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-parser-java.jar:\
60
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-parserviews.jar:\
61
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-parserviews.jar:\
61
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-project.jar:\
62
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-project.jar:\
62
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-propertysupport.jar:\
63
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-propertysupport.jar:\
63
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/com-tomsawyer-module.jar:\
64
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/com-tomsawyer-module.jar:\
64
    ${netbeans.dest.dir}/${ide.dir.name}/modules/ext/junit-3.8.1.jar:\
65
    ${netbeans.dest.dir}/${ide.dir.name}/modules/ext/junit-3.8.1.jar:\
65
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-jaxen.jar:\
66
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-jaxen.jar:\
66
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-palette.jar:\
67
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-palette.jar:\
67
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-editor.jar:\
68
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-editor.jar:\
68
    ${netbeans.dest.dir}/${ide.dir.name}/modules/javax-jmi-reflect.jar:\
69
    ${netbeans.dest.dir}/${ide.dir.name}/modules/javax-jmi-reflect.jar:\
69
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-api-java.jar:\
70
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-api-java.jar:\
70
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-api-mdr.jar:\
71
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-api-mdr.jar:\
71
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-jmi-javamodel.jar:\
72
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-jmi-javamodel.jar:\
72
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-java.jar:\
73
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-java.jar:\
73
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-java-project.jar:\
74
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-java-project.jar:\
74
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-javacore.jar:\
75
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-javacore.jar:\
75
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-project-ant.jar:\
76
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-project-ant.jar:\
76
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectapi.jar:\
77
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectapi.jar:\
77
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectuiapi.jar:\
78
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectuiapi.jar:\
78
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-actions.jar:\
79
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-actions.jar:\
79
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-awt.jar:\
80
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-awt.jar:\
80
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-dialogs.jar:\
81
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-dialogs.jar:\
81
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-explorer.jar:\
82
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-explorer.jar:\
82
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-loaders.jar:\
83
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-loaders.jar:\
83
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
84
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
84
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-options.jar:\
85
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-options.jar:\
85
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
86
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
86
    ${netbeans.dest.dir}/${platform.dir.name}/core/org-openide-filesystems.jar:\
87
    ${netbeans.dest.dir}/${platform.dir.name}/core/org-openide-filesystems.jar:\
87
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-modules.jar:\
88
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-modules.jar:\
88
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:\
89
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:\
89
    ${netbeans.dest.dir}/../../uml/core/build/test/unit/classes:
90
    ${netbeans.dest.dir}/../../uml/core/build/test/unit/classes:
(-)a/uml.project/src/org/netbeans/modules/uml/project/ui/nodes/UMLChildren.java (-1 lines)
Lines 56-62 Link Here
56
/**
56
/**
57
 *
57
 *
58
 * @author Trey Spiva
58
 * @author Trey Spiva
59
 * @deprecated
60
 */
59
 */
61
public class UMLChildren extends Children.Array
60
public class UMLChildren extends Children.Array
62
{
61
{
(-)a/uml.project/src/org/netbeans/modules/uml/project/ui/nodes/UMLChildrenNodesCollection.java (-3 lines)
Lines 65-73 Link Here
65
65
66
66
67
67
68
/**
69
 * @deprecated
70
 */
71
public class UMLChildrenNodesCollection implements Collection<Node>, NodeListener
68
public class UMLChildrenNodesCollection implements Collection<Node>, NodeListener
72
{
69
{
73
    
70
    
(-)a/uml.project/src/org/netbeans/modules/uml/project/ui/nodes/UMLElementNode.java (-51 / +9 lines)
Lines 55-61 Link Here
55
import java.util.ArrayList;
55
import java.util.ArrayList;
56
import java.util.Comparator;
56
import java.util.Comparator;
57
import java.util.Enumeration;
57
import java.util.Enumeration;
58
import java.util.List;
59
58
60
import javax.swing.Action;
59
import javax.swing.Action;
61
import javax.swing.Icon;
60
import javax.swing.Icon;
Lines 77-83 Link Here
77
import org.netbeans.modules.uml.core.metamodel.diagrams.TSDiagramDetails;
76
import org.netbeans.modules.uml.core.metamodel.diagrams.TSDiagramDetails;
78
import org.netbeans.modules.uml.core.scm.ISCMIntegrator;
77
import org.netbeans.modules.uml.core.scm.ISCMIntegrator;
79
import org.netbeans.modules.uml.core.scm.SCMFeatureKind;
78
import org.netbeans.modules.uml.core.scm.SCMFeatureKind;
80
import org.netbeans.modules.uml.project.ui.NetBeansUMLProjectTreeModel;
81
import org.netbeans.modules.uml.resources.images.ImageUtil;
79
import org.netbeans.modules.uml.resources.images.ImageUtil;
82
import org.netbeans.modules.uml.ui.controls.projecttree.IProjectTreeEventDispatcher;
80
import org.netbeans.modules.uml.ui.controls.projecttree.IProjectTreeEventDispatcher;
83
import org.netbeans.modules.uml.ui.controls.projecttree.IProjectTreeItem;
81
import org.netbeans.modules.uml.ui.controls.projecttree.IProjectTreeItem;
Lines 91-97 Link Here
91
import org.netbeans.modules.uml.ui.support.projecttreesupport.ITreeItem;
89
import org.netbeans.modules.uml.ui.support.projecttreesupport.ITreeItem;
92
import org.netbeans.modules.uml.ui.support.projecttreesupport.ITreeRelElement;
90
import org.netbeans.modules.uml.ui.support.projecttreesupport.ITreeRelElement;
93
import org.netbeans.modules.uml.ui.support.projecttreesupport.ProjectTreeComparable;
91
import org.netbeans.modules.uml.ui.support.projecttreesupport.ProjectTreeComparable;
94
import org.openide.nodes.ChildFactory;
95
92
96
93
97
/**
94
/**
Lines 147-153 Link Here
147
	 */
144
	 */
148
	public UMLElementNode(IProjectTreeItem data)
145
	public UMLElementNode(IProjectTreeItem data)
149
	{
146
	{
150
		super();
147
		super(new UMLChildren());
151
		setData(data);
148
		setData(data);
152
		setUpChildren();
149
		setUpChildren();
153
		addProjectTreeItemCookie(data);
150
		addProjectTreeItemCookie(data);
Lines 171-177 Link Here
171
	 */
168
	 */
172
	public UMLElementNode(Lookup lookup, IProjectTreeItem data)
169
	public UMLElementNode(Lookup lookup, IProjectTreeItem data)
173
	{
170
	{
174
		super(lookup);
171
		super(new UMLChildren(), lookup);
175
		setData(data);
172
		setData(data);
176
		//addChild(this);
173
		//addChild(this);
177
		setUpChildren();
174
		setUpChildren();
Lines 181-186 Link Here
181
	{
178
	{
182
		super(ch, lookup);
179
		super(ch, lookup);
183
		setData(data);
180
		setData(data);
181
		setUpChildren();
184
		//addChild(this);
182
		//addChild(this);
185
		//setChildren(new UMLChildren(this));
183
		//setChildren(new UMLChildren(this));
186
	}
184
	}
Lines 197-203 Link Here
197
	 */
195
	 */
198
	public void setUpChildren()
196
	public void setUpChildren()
199
	{
197
	{
200
            setChildren(Children.create(new UMLChildFactory(this), true));            
198
		Children ch = getChildren();
199
		if (ch != null && ch instanceof UMLChildren)
200
		{
201
			final UMLChildren children = (UMLChildren)ch;
202
			children.setItem(this);
203
		}
201
	}
204
	}
202
	
205
	
203
    //**************************************************
206
    //**************************************************
Lines 1004-1052 Link Here
1004
		
1007
		
1005
		return retVal;
1008
		return retVal;
1006
	}
1009
	}
1007
        
1008
    /**
1009
     * Factory by which children of Node will be initialized
1010
     */
1011
    class UMLChildFactory extends ChildFactory<ITreeItem> {
1012
1013
        private ITreeItem item = null;
1014
1015
        UMLChildFactory(ITreeItem item) {
1016
            this.item = item;
1017
        }
1018
1019
        /**
1020
         * Initializes children of node by firing item expanding event.
1021
         * 
1022
         * @param children a list to add object to, (for now not used)
1023
         * 
1024
         * @return true if node is initialized completely; false if list has 
1025
         *         been partially populated and this method should be called 
1026
         *         again to retrieve more children
1027
         */
1028
        @Override
1029
        protected boolean createKeys(List<ITreeItem> children) {
1030
            final NetBeansUMLProjectTreeModel model = UMLModelRootNode.getProjectTreeModel();
1031
1032
            // Debug.out.println("UMLChildren Firing node expand event");
1033
            if (model != null) {
1034
                model.fireItemExpanding(item);
1035
1036
                item.setIsInitalized(true);
1037
                
1038
                return true;
1039
            }
1040
1041
            return false;
1042
        }
1043
1044
        /**
1045
         * Enforce no WaitNode is shown by returning null
1046
         */
1047
        @Override
1048
        protected Node createWaitNode() {
1049
            return null;
1050
        }
1051
    }        
1052
}
1010
}
(-)a/uml.propertysupport/nbproject/project.properties (-56 / +55 lines)
Lines 1-56 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
43
44
javac.source=1.6
44
javac.source=1.6
45
license.file=../license.txt
45
test.unit.cp.extra=\
46
test.unit.cp.extra=\
46
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
48
    ${netbeans.dest.dir}/${ide.dir.name}/modules/javax-jmi-reflect.jar:\
49
    ${netbeans.dest.dir}/${ide.dir.name}/modules/javax-jmi-reflect.jar:\
49
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-jdesktop-layout.jar:\
50
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-jdesktop-layout.jar:\
50
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-awt.jar:\
51
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-awt.jar:\
51
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-dialogs.jar:\
52
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-dialogs.jar:\
52
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-explorer.jar:\
53
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-explorer.jar:\
53
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
54
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
54
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
55
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
55
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:\
56
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:\
(-)a/uml.reporting/nbproject/project.properties (-57 / +56 lines)
Lines 1-57 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
43
44
javac.source=1.6
44
javac.source=1.6
45
license.file=../license.txt
45
test.unit.cp.extra=\
46
test.unit.cp.extra=\
46
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-integration.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-integration.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-project.jar:\
49
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-project.jar:\
49
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
50
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
50
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-jaxen.jar:\
51
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-jaxen.jar:\
51
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectapi.jar:\
52
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectapi.jar:\
52
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectuiapi.jar:\
53
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectuiapi.jar:\
53
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-dialogs.jar:\
54
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-dialogs.jar:\
54
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
55
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
55
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
56
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
56
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:
57
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:
(-)a/uml.requirements.doorsprovider/nbproject/project.properties (-50 / +49 lines)
Lines 1-50 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
43
44
# If adding dependencies on 3rd party jars (jdom, jgraph, etc.)
44
# If adding dependencies on 3rd party jars (jdom, jgraph, etc.)
45
# uncomment this section...
45
# uncomment this section...
46
#cp.extra=lib/jdom.jar: \
46
#cp.extra=lib/jdom.jar: \
47
#         lib/jgraph.jar
47
#         lib/jgraph.jar
48
48
49
javac.source=1.6
49
javac.source=1.6
50
license.file=../license.txt
(-)a/uml.requirements.xmlrequirements/nbproject/project.properties (-51 / +50 lines)
Lines 1-51 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
43
44
javac.source=1.6
44
javac.source=1.6
45
license.file=../license.txt
45
test.unit.cp.extra=\
46
test.unit.cp.extra=\
46
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-jaxen.jar:\
49
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-jaxen.jar:\
49
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
50
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
50
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:
51
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:
(-)a/uml.requirements/nbproject/project.properties (-52 / +51 lines)
Lines 1-52 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
43
44
javac.source=1.6
44
javac.source=1.6
45
license.file=../license.txt
45
test.unit.cp.extra=\
46
test.unit.cp.extra=\
46
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
47
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-designpattern.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-designpattern.jar:\
48
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
49
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/junit.jar:\
49
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-jaxen.jar:\
50
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-jaxen.jar:\
50
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
51
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
51
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:
52
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:
(-)a/uml.samples/nbproject/project.properties (-47 / +46 lines)
Lines 1-47 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
javac.compilerargs=-Xlint -Xlint:-serial
43
javac.compilerargs=-Xlint -Xlint:-serial
44
javac.source=1.6
44
javac.source=1.6
45
license.file=../license.txt
45
nbm.homepage=http://uml.netbeans.org
46
nbm.homepage=http://uml.netbeans.org
46
nbm.module.author=Sun Microsystems, Inc.
47
nbm.module.author=Sun Microsystems, Inc.
(-)a/uml.widgets/nbproject/build-impl.xml (-45 / +45 lines)
Lines 1-45 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
2
<!--
3
*** GENERATED FROM project.xml - DO NOT EDIT  ***
3
*** GENERATED FROM project.xml - DO NOT EDIT  ***
4
***         EDIT ../build.xml INSTEAD         ***
4
***         EDIT ../build.xml INSTEAD         ***
5
-->
5
-->
6
<project name="org.netbeans.modules.uml.widgets-impl" basedir="..">
6
<project name="org.netbeans.modules.uml.widgets-impl" basedir="..">
7
    <fail message="Please build using Ant 1.7.1 or higher.">
7
    <fail message="Please build using Ant 1.7.1 or higher.">
8
        <condition>
8
        <condition>
9
            <not>
9
            <not>
10
                <antversion atleast="1.7.1"/>
10
                <antversion atleast="1.7.1"/>
11
            </not>
11
            </not>
12
        </condition>
12
        </condition>
13
    </fail>
13
    </fail>
14
    <property file="nbproject/private/suite-private.properties"/>
14
    <property file="nbproject/private/suite-private.properties"/>
15
    <property file="nbproject/suite.properties"/>
15
    <property file="nbproject/suite.properties"/>
16
    <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
16
    <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
17
    <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
17
    <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
18
    <property file="${suite.dir}/nbproject/platform.properties"/>
18
    <property file="${suite.dir}/nbproject/platform.properties"/>
19
    <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
19
    <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
20
        <attribute name="name"/>
20
        <attribute name="name"/>
21
        <attribute name="value"/>
21
        <attribute name="value"/>
22
        <sequential>
22
        <sequential>
23
            <property name="@{name}" value="${@{value}}"/>
23
            <property name="@{name}" value="${@{value}}"/>
24
        </sequential>
24
        </sequential>
25
    </macrodef>
25
    </macrodef>
26
    <macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2">
26
    <macrodef name="evalprops" uri="http://www.netbeans.org/ns/nb-module-project/2">
27
        <attribute name="property"/>
27
        <attribute name="property"/>
28
        <attribute name="value"/>
28
        <attribute name="value"/>
29
        <sequential>
29
        <sequential>
30
            <property name="@{property}" value="@{value}"/>
30
            <property name="@{property}" value="@{value}"/>
31
        </sequential>
31
        </sequential>
32
    </macrodef>
32
    </macrodef>
33
    <property file="${user.properties.file}"/>
33
    <property file="${user.properties.file}"/>
34
    <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
34
    <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
35
    <nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
35
    <nbmproject2:property name="nbplatform.active.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
36
    <nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
36
    <nbmproject2:evalprops property="cluster.path.evaluated" value="${cluster.path}" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
37
    <fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness).">
37
    <fail message="Path to 'platform' cluster missing in $${cluster.path} property or using corrupt Netbeans Platform (missing harness).">
38
        <condition>
38
        <condition>
39
            <not>
39
            <not>
40
                <contains string="${cluster.path.evaluated}" substring="platform"/>
40
                <contains string="${cluster.path.evaluated}" substring="platform"/>
41
            </not>
41
            </not>
42
        </condition>
42
        </condition>
43
    </fail>
43
    </fail>
44
    <import file="${harness.dir}/build.xml"/>
44
    <import file="${harness.dir}/build.xml"/>
45
</project>
45
</project>
(-)a/uml.widgets/nbproject/genfiles.properties (-8 / +8 lines)
Lines 1-8 Link Here
1
build.xml.data.CRC32=3fd76126
1
build.xml.data.CRC32=3fd76126
2
build.xml.script.CRC32=8aa00a22
2
build.xml.script.CRC32=8aa00a22
3
build.xml.stylesheet.CRC32=a56c6a5b@1.43
3
build.xml.stylesheet.CRC32=a56c6a5b@1.43
4
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
4
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
5
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
5
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6
nbproject/build-impl.xml.data.CRC32=4fc8549e
6
nbproject/build-impl.xml.data.CRC32=31cb8608
7
nbproject/build-impl.xml.script.CRC32=f110da10
7
nbproject/build-impl.xml.script.CRC32=f110da10
8
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.56.1
8
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.56
(-)a/uml.widgets/nbproject/project.properties (-45 / +44 lines)
Lines 1-45 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
#javac.compilerargs=-Xlint -Xlint:-serial
43
#javac.compilerargs=-Xlint -Xlint:-serial
44
javac.source=1.6
44
javac.source=1.6
45
license.file=../license.txt
(-)a/uml.widgets/nbproject/project.xml (-37 / +37 lines)
Lines 1-4 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
2
<!--
3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
4
4
Lines 42-80 Link Here
42
However, if you add GPL Version 2 code and therefore, elected the GPL
42
However, if you add GPL Version 2 code and therefore, elected the GPL
43
Version 2 license, then the option applies only if the new code is
43
Version 2 license, then the option applies only if the new code is
44
made subject to such option by the copyright holder.
44
made subject to such option by the copyright holder.
45
-->
45
-->
46
<project xmlns="http://www.netbeans.org/ns/project/1">
46
<project xmlns="http://www.netbeans.org/ns/project/1">
47
    <type>org.netbeans.modules.apisupport.project</type>
47
    <type>org.netbeans.modules.apisupport.project</type>
48
    <configuration>
48
    <configuration>
49
        <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
49
        <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
50
            <code-name-base>org.netbeans.modules.uml.widgets</code-name-base>
50
            <code-name-base>org.netbeans.modules.uml.widgets</code-name-base>
51
            <suite-component/>
51
            <suite-component/>
52
            <module-dependencies>
52
            <module-dependencies>
53
                <dependency>
53
                <dependency>
54
                    <code-name-base>org.netbeans.api.visual</code-name-base>
54
                    <code-name-base>org.netbeans.api.visual</code-name-base>
55
                    <build-prerequisite/>
55
                    <build-prerequisite/>
56
                    <compile-dependency/>
56
                    <compile-dependency/>
57
                    <run-dependency>
57
                    <run-dependency>
58
                        <specification-version>2.14</specification-version>
58
                        <specification-version>2.14</specification-version>
59
                    </run-dependency>
59
                    </run-dependency>
60
                </dependency>
60
                </dependency>
61
                <dependency>
61
                <dependency>
62
                    <code-name-base>org.openide.util.lookup</code-name-base>
62
                    <code-name-base>org.openide.util.lookup</code-name-base>
63
                    <build-prerequisite/>
63
                    <build-prerequisite/>
64
                    <compile-dependency/>
64
                    <compile-dependency/>
65
                    <run-dependency>
65
                    <run-dependency>
66
                        <specification-version>8.19.1</specification-version>
66
                        <specification-version>8.19</specification-version>
67
                    </run-dependency>
67
                    </run-dependency>
68
                </dependency>
68
                </dependency>
69
            </module-dependencies>
69
            </module-dependencies>
70
            <friend-packages>
70
            <friend-packages>
71
                <friend>org.netbeans.modules.uml.diagrams</friend>
71
                <friend>org.netbeans.modules.uml.diagrams</friend>
72
                <friend>org.netbeans.modules.uml.drawingarea</friend>
72
                <friend>org.netbeans.modules.uml.drawingarea</friend>
73
                <friend>org.netbeans.modules.uml.uicomponent</friend>
73
                <friend>org.netbeans.modules.uml.uicomponent</friend>
74
                <friend>org.netbeans.modules.visual.form</friend>
74
                <friend>org.netbeans.modules.visual.form</friend>
75
                <package>org.netbeans.modules.uml.utils</package>
75
                <package>org.netbeans.modules.uml.utils</package>
76
                <package>org.netbeans.modules.uml.widgets</package>
76
                <package>org.netbeans.modules.uml.widgets</package>
77
            </friend-packages>
77
            </friend-packages>
78
        </data>
78
        </data>
79
    </configuration>
79
    </configuration>
80
</project>
80
</project>
(-)a/uml/nbproject/project.properties (-74 / +73 lines)
Lines 1-74 Link Here
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
1
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
2
#
2
#
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
3
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
4
#
4
#
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
5
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
6
# Other names may be trademarks of their respective owners.
6
# Other names may be trademarks of their respective owners.
7
#
7
#
8
# The contents of this file are subject to the terms of either the GNU
8
# The contents of this file are subject to the terms of either the GNU
9
# General Public License Version 2 only ("GPL") or the Common
9
# General Public License Version 2 only ("GPL") or the Common
10
# Development and Distribution License("CDDL") (collectively, the
10
# Development and Distribution License("CDDL") (collectively, the
11
# "License"). You may not use this file except in compliance with the
11
# "License"). You may not use this file except in compliance with the
12
# License. You can obtain a copy of the License at
12
# License. You can obtain a copy of the License at
13
# http://www.netbeans.org/cddl-gplv2.html
13
# http://www.netbeans.org/cddl-gplv2.html
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
14
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
15
# specific language governing permissions and limitations under the
15
# specific language governing permissions and limitations under the
16
# License.  When distributing the software, include this License Header
16
# License.  When distributing the software, include this License Header
17
# Notice in each file and include the License file at
17
# Notice in each file and include the License file at
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
18
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
19
# particular file as subject to the "Classpath" exception as provided
19
# particular file as subject to the "Classpath" exception as provided
20
# by Oracle in the GPL Version 2 section of the License file that
20
# by Oracle in the GPL Version 2 section of the License file that
21
# accompanied this code. If applicable, add the following below the
21
# accompanied this code. If applicable, add the following below the
22
# License Header, with the fields enclosed by brackets [] replaced by
22
# License Header, with the fields enclosed by brackets [] replaced by
23
# your own identifying information:
23
# your own identifying information:
24
# "Portions Copyrighted [year] [name of copyright owner]"
24
# "Portions Copyrighted [year] [name of copyright owner]"
25
#
25
#
26
# Contributor(s):
26
# Contributor(s):
27
#
27
#
28
# The Original Software is NetBeans. The Initial Developer of the Original
28
# The Original Software is NetBeans. The Initial Developer of the Original
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
29
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun
30
# Microsystems, Inc. All Rights Reserved.
30
# Microsystems, Inc. All Rights Reserved.
31
#
31
#
32
# If you wish your version of this file to be governed by only the CDDL
32
# If you wish your version of this file to be governed by only the CDDL
33
# or only the GPL Version 2, indicate your decision by adding
33
# or only the GPL Version 2, indicate your decision by adding
34
# "[Contributor] elects to include this software in this distribution
34
# "[Contributor] elects to include this software in this distribution
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
36
# single choice of license, a recipient has the option to distribute
36
# single choice of license, a recipient has the option to distribute
37
# your version of this file under either the CDDL, the GPL Version 2 or
37
# your version of this file under either the CDDL, the GPL Version 2 or
38
# to extend the choice of license to its licensees as provided above.
38
# to extend the choice of license to its licensees as provided above.
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
39
# However, if you add GPL Version 2 code and therefore, elected the GPL
40
# Version 2 license, then the option applies only if the new code is
40
# Version 2 license, then the option applies only if the new code is
41
# made subject to such option by the copyright holder.
41
# made subject to such option by the copyright holder.
42
42
43
javac.source=1.6
43
javac.source=1.6
44
build.compiler=extJavac
44
build.compiler=extJavac
45
javac.compilerargs=-J-Xmx512m
45
javac.compilerargs=-J-Xmx512m
46
javahelp.hs=uml-javahelp.hs
46
javahelp.hs=uml-javahelp.hs
47
47
48
license.file=../license.txt
48
test.unit.cp.extra=\
49
test.unit.cp.extra=\
49
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
50
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml.jar:\
50
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-diagramcreator.jar:\
51
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-diagramcreator.jar:\
51
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/ext/antlr-2.7.2.jar:\
52
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/ext/antlr-2.7.2.jar:\
52
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-dom4jlib.jar:\
53
    ${netbeans.dest.dir}/${cluster.dir.name}/modules/org-netbeans-modules-uml-dom4jlib.jar:\
53
    ${netbeans.dest.dir}/${ide.dir.name}/modules/ext/junit-3.8.1.jar:\
54
    ${netbeans.dest.dir}/${ide.dir.name}/modules/ext/junit-3.8.1.jar:\
54
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-api-java.jar:\
55
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-api-java.jar:\
55
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectapi.jar:\
56
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-netbeans-modules-projectapi.jar:\
56
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-openide-src.jar:\
57
    ${netbeans.dest.dir}/${ide.dir.name}/modules/org-openide-src.jar:\
57
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-awt.jar:\
58
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-awt.jar:\
58
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-actions.jar:\
59
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-actions.jar:\
59
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-dialogs.jar:\
60
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-dialogs.jar:\
60
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-explorer.jar:\
61
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-explorer.jar:\
61
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-loaders.jar:\
62
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-loaders.jar:\
62
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
63
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-nodes.jar:\
63
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
64
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-windows.jar:\
64
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-netbeans-api-progress.jar:\
65
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-netbeans-api-progress.jar:\
65
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-io.jar:\
66
    ${netbeans.dest.dir}/${platform.dir.name}/modules/org-openide-io.jar:\
66
    ${netbeans.dest.dir}/${platform.dir.name}/core/org-openide-filesystems.jar:\
67
    ${netbeans.dest.dir}/${platform.dir.name}/core/org-openide-filesystems.jar:\
67
    ${netbeans.dest.dir}/${platform.dir.name}/core/core.jar:\
68
    ${netbeans.dest.dir}/${platform.dir.name}/core/core.jar:\
68
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-modules.jar:\
69
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-modules.jar:\
69
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:
70
    ${netbeans.dest.dir}/${platform.dir.name}/lib/org-openide-util.jar:
70
71
71
extra.module.files=\
72
extra.module.files=\
72
    modules/DoorsIntegrationFiles/**,\
73
    modules/DoorsIntegrationFiles/**,\
73
    modules/Libraries/**
74
    modules/Libraries/**

Return to bug 236763