Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NETBEANS-1074] Module Review j2eeserver #723

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
52 changes: 52 additions & 0 deletions j2eeserver/licenseinfo.xml
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.

-->

<licenseinfo>
<fileset>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/Servers.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/debug.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/debugging.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/ear.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/earBadge.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/ejb.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/ejbBadge.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/profilerblocking.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/profiling.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/refresh.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/restart.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/running.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/start.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/stop.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/suspended.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/wait.gif</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/waiting.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/war.png</file>
<file>src/org/netbeans/modules/j2ee/deployment/impl/ui/resources/warBadge.png</file>
<file>test/unit/src/org/netbeans/tests/j2eeserver/plugin/registry/manager.gif</file>
<file>test/unit/src/org/netbeans/tests/j2eeserver/plugin/registry/manager32.gif</file>
<file>test/unit/src/org/netbeans/tests/j2eeserver/plugin/registry/plugin.gif</file>
<file>test/unit/src/org/netbeans/tests/j2eeserver/plugin/registry/plugin32.gif</file>
<license ref="Apache-2.0-ASF" />
<comment type="COMMENT_UNSUPPORTED" />
</fileset>
</licenseinfo>
@@ -1,3 +1,23 @@
<!--

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.

-->
<!ELEMENT server-string ( target+ ) >
<!ATTLIST server-string plugin CDATA #REQUIRED >
<!ATTLIST server-string url CDATA #REQUIRED >
Expand Down
@@ -1,3 +1,23 @@
<!--

Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.

-->
<!ELEMENT target-module-list ( target-module+ ) >
<!ELEMENT target-module EMPTY >
<!ATTLIST target-module id CDATA #REQUIRED >
Expand Down