Author: tcunning
Date: Thu Jun 16 19:52:50 2011
New Revision: 1136631
URL: http://svn.apache.org/viewvc?rev=1136631&view=rev
Log:
JUDDI-502
Add remaining missing headers.
Modified:
juddi/trunk/RELEASE_NOTES.html
juddi/trunk/juddi-console/juddi-portal/package.properties
juddi/trunk/juddi-console/juddi-portal/pluto/unitpngfix.js
juddi/trunk/juddi-console/uddi-portlets/pom.xml
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/web.xml
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/index.html
juddi/trunk/juddi-console/uddi-portlets/tomcat/conf/web.xml
juddi/trunk/juddi-console/uddi-portlets/tomcat/webapps/ROOT/WEB-INF/web.xml
juddi/trunk/juddi-console/uddi-portlets/uddi-portlets.launch
juddi/trunk/uddi-tck/pom.xml
Modified: juddi/trunk/RELEASE_NOTES.html
URL:
http://svn.apache.org/viewvc/juddi/trunk/RELEASE_NOTES.html?rev=1136631&r1=1136630&r2=1136631&view=diff
==============================================================================
--- juddi/trunk/RELEASE_NOTES.html (original)
+++ juddi/trunk/RELEASE_NOTES.html Thu Jun 16 19:52:50 2011
@@ -1,3 +1,19 @@
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ * -->
<h1>Release Notes - jUDDI - Version 3.1.0</h1>
@@ -792,4 +808,4 @@
<li>[<a href='https://issues.apache.org/jira/browse/JUDDI-187'>JUDDI-187</a>]
- Updating AuthenticationTest and Adding documentation on the new
Authentication Approach
</li>
</ul>
-
\ No newline at end of file
+
Modified: juddi/trunk/juddi-console/juddi-portal/package.properties
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/juddi-portal/package.properties?rev=1136631&r1=1136630&r2=1136631&view=diff
==============================================================================
--- juddi/trunk/juddi-console/juddi-portal/package.properties (original)
+++ juddi/trunk/juddi-console/juddi-portal/package.properties Thu Jun 16
19:52:50 2011
@@ -1 +1,14 @@
+# Copyright 2001-2009 The Apache Software Foundation.
+#
+# Licensed 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.
juddi.tomcat.version=3.0.2-SNAPSHOT
Modified: juddi/trunk/juddi-console/juddi-portal/pluto/unitpngfix.js
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/juddi-portal/pluto/unitpngfix.js?rev=1136631&r1=1136630&r2=1136631&view=diff
==============================================================================
--- juddi/trunk/juddi-console/juddi-portal/pluto/unitpngfix.js (original)
+++ juddi/trunk/juddi-console/juddi-portal/pluto/unitpngfix.js Thu Jun 16
19:52:50 2011
@@ -1,3 +1,20 @@
+/*
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */
+
var clear="clear.gif" //path to clear.gif
pngfix=function(){
@@ -32,4 +49,4 @@ pngfix=function(){
}
}
}
-window.attachEvent('onload',pngfix);
\ No newline at end of file
+window.attachEvent('onload',pngfix);
Modified: juddi/trunk/juddi-console/uddi-portlets/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/pom.xml?rev=1136631&r1=1136630&r2=1136631&view=diff
==============================================================================
--- juddi/trunk/juddi-console/uddi-portlets/pom.xml (original)
+++ juddi/trunk/juddi-console/uddi-portlets/pom.xml Thu Jun 16 19:52:50 2011
@@ -153,7 +153,7 @@
<goals>
<goal>mergewebxml</goal>
<goal>compile</goal>
- <goal>test</goal>
+ <goal>test</goal>
</goals>
</execution>
</executions>
Modified:
juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/web.xml?rev=1136631&r1=1136630&r2=1136631&view=diff
==============================================================================
--- juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/web.xml
(original)
+++ juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/WEB-INF/web.xml Thu
Jun 16 19:52:50 2011
@@ -16,7 +16,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- */ -->
+ *
+ -->
<web-app>
<display-name>GWT-Maven-Archetype</display-name>
Modified: juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/index.html
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/index.html?rev=1136631&r1=1136630&r2=1136631&view=diff
==============================================================================
--- juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/index.html
(original)
+++ juddi/trunk/juddi-console/uddi-portlets/src/main/webapp/index.html Thu Jun
16 19:52:50 2011
@@ -1,8 +1,24 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ * -->
<html>
<head>
<!-- forward to the GWT Example Application -->
<meta http-equiv="REFRESH"
content="0;url=org.apache.juddi.portlets.JUDDIPublisher/JUDDIPublisher.html">
</HEAD>
-</HTML>
\ No newline at end of file
+</HTML>
Modified: juddi/trunk/juddi-console/uddi-portlets/tomcat/conf/web.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/tomcat/conf/web.xml?rev=1136631&r1=1136630&r2=1136631&view=diff
==============================================================================
--- juddi/trunk/juddi-console/uddi-portlets/tomcat/conf/web.xml (original)
+++ juddi/trunk/juddi-console/uddi-portlets/tomcat/conf/web.xml Thu Jun 16
19:52:50 2011
@@ -1,4 +1,21 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ *
+ -->
<!-- A tweaked version of the default Tomcat web.xml to remove everything
except the stuff we want to use -->
<web-app version="2.4">
Modified:
juddi/trunk/juddi-console/uddi-portlets/tomcat/webapps/ROOT/WEB-INF/web.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/tomcat/webapps/ROOT/WEB-INF/web.xml?rev=1136631&r1=1136630&r2=1136631&view=diff
==============================================================================
--- juddi/trunk/juddi-console/uddi-portlets/tomcat/webapps/ROOT/WEB-INF/web.xml
(original)
+++ juddi/trunk/juddi-console/uddi-portlets/tomcat/webapps/ROOT/WEB-INF/web.xml
Thu Jun 16 19:52:50 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ * -->
<web-app>
<servlet>
Modified: juddi/trunk/juddi-console/uddi-portlets/uddi-portlets.launch
URL:
http://svn.apache.org/viewvc/juddi/trunk/juddi-console/uddi-portlets/uddi-portlets.launch?rev=1136631&r1=1136630&r2=1136631&view=diff
==============================================================================
--- juddi/trunk/juddi-console/uddi-portlets/uddi-portlets.launch (original)
+++ juddi/trunk/juddi-console/uddi-portlets/uddi-portlets.launch Thu Jun 16
19:52:50 2011
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!--
+ * Copyright 2001-2009 The Apache Software Foundation.
+ *
+ * Licensed 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.
+ *
+ */ -->
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/juddi-console"/>
Modified: juddi/trunk/uddi-tck/pom.xml
URL:
http://svn.apache.org/viewvc/juddi/trunk/uddi-tck/pom.xml?rev=1136631&r1=1136630&r2=1136631&view=diff
==============================================================================
--- juddi/trunk/uddi-tck/pom.xml (original)
+++ juddi/trunk/uddi-tck/pom.xml Thu Jun 16 19:52:50 2011
@@ -77,7 +77,7 @@
</dependency>
-->
<dependency>
- <groupId>easymock</groupId>
+ <groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>2.0</version>
<scope>test</scope>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]