Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/java/org/apache/openejb/helper/annotation/actions/Messages.java URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/java/org/apache/openejb/helper/annotation/actions/Messages.java?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/java/org/apache/openejb/helper/annotation/actions/Messages.java (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/java/org/apache/openejb/helper/annotation/actions/Messages.java Mon Dec 29 16:20:35 2008 @@ -1,3 +1,20 @@ +/* + * 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. + */ + package org.apache.openejb.helper.annotation.actions; import java.util.MissingResourceException;
Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/java/org/apache/openejb/helper/annotation/wizards/EclipseProjectClassLoader.java URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/java/org/apache/openejb/helper/annotation/wizards/EclipseProjectClassLoader.java?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/java/org/apache/openejb/helper/annotation/wizards/EclipseProjectClassLoader.java (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/java/org/apache/openejb/helper/annotation/wizards/EclipseProjectClassLoader.java Mon Dec 29 16:20:35 2008 @@ -1,3 +1,20 @@ +/* + * 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. + */ + package org.apache.openejb.helper.annotation.wizards; import java.io.File; Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/java/org/apache/openejb/helper/annotation/wizards/Messages.java URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/java/org/apache/openejb/helper/annotation/wizards/Messages.java?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/java/org/apache/openejb/helper/annotation/wizards/Messages.java (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/java/org/apache/openejb/helper/annotation/wizards/Messages.java Mon Dec 29 16:20:35 2008 @@ -1,3 +1,20 @@ +/* + * 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. + */ + package org.apache.openejb.helper.annotation.wizards; import java.util.MissingResourceException; Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/actions/messages.properties URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/actions/messages.properties?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/actions/messages.properties (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/actions/messages.properties Mon Dec 29 16:20:35 2008 @@ -1 +1,18 @@ +# +# 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. +# + org.apache.openejb.helper.annotation.refactoringWizardDialogTitle=Dialog Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/actions/messages_de.properties URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/actions/messages_de.properties?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/actions/messages_de.properties (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/actions/messages_de.properties Mon Dec 29 16:20:35 2008 @@ -1 +1,18 @@ +# +# 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. +# + org.apache.openejb.helper.annotation.refactoringWizardDialogTitle=Dialog Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/messages.properties URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/messages.properties?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/messages.properties (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/messages.properties Mon Dec 29 16:20:35 2008 @@ -1,3 +1,20 @@ +# +# 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. +# + org.apache.openejb.helper.annotation.conversionExceptionMsg.1=Unable to unmarshal XML org.apache.openejb.helper.annotation.conversionExceptionMsg.2=Unable to unmarshal XML (parser configuration error) org.apache.openejb.helper.annotation.conversionExceptionMsg.3=Unable to unmarshal XML (SAX error - XML badly formed?) Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/messages_de.properties URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/messages_de.properties?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/messages_de.properties (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/messages_de.properties Mon Dec 29 16:20:35 2008 @@ -1,3 +1,20 @@ +# +# 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. +# + org.apache.openejb.helper.annotation.conversionExceptionMsg.1=Fehler beim Erstellen des XML Dokuments org.apache.openejb.helper.annotation.conversionExceptionMsg.2=Fehler beim Erstellen des XML Dokuments (parser configuration error) org.apache.openejb.helper.annotation.conversionExceptionMsg.3=Fehler beim Erstellen des XML Dokuments (SAX error - XML Dokument ist wom\u00f6glich nicht wohlgeformt?) Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/wizards/messages.properties URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/wizards/messages.properties?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/wizards/messages.properties (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/wizards/messages.properties Mon Dec 29 16:20:35 2008 @@ -1,3 +1,20 @@ +# +# 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. +# + org.apache.openejb.helper.annotation.wizards.projectSelectionWzd.pageName=wizardPage org.apache.openejb.helper.annotation.wizards.ejbJarSelectionWzd.pageName=wizardPage org.apache.openejb.helper.annotation.wizards.ejbMigrationWzd.errorMsg.1=No ejb-jar.xml specified Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/wizards/messages_de.properties URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/wizards/messages_de.properties?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/wizards/messages_de.properties (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.helper.annotation/src/main/resources/org/apache/openejb/helper/annotation/wizards/messages_de.properties Mon Dec 29 16:20:35 2008 @@ -1,3 +1,20 @@ +# +# 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. +# + org.apache.openejb.helper.annotation.wizards.projectSelectionWzd.pageName=wizardPage org.apache.openejb.helper.annotation.wizards.ejbJarSelectionWzd.pageName=wizardPage org.apache.openejb.helper.annotation.wizards.ejbMigrationWzd.errorMsg.1=Der Ort der Datei ejb-jar.xml wurde nicht angegeben Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/build.properties URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/build.properties?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/build.properties (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/plugins/org.apache.openejb.server/build.properties Mon Dec 29 16:20:35 2008 @@ -1,3 +1,20 @@ +# +# 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. +# + source.. = src/ output.. = bin/ bin.includes = META-INF/,\ Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/annotations.apt URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/annotations.apt?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/annotations.apt (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/annotations.apt Mon Dec 29 16:20:35 2008 @@ -1,3 +1,18 @@ +~~ 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. + Generating annotations The OpenEJB Eclipse plugin is able to provide some assistance in helping you migrate EJB 2.x projects to EJB 3.0, by analyzing your ejb-jar.xml file, and adding EJB annotations to your source code. Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/building.apt URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/building.apt?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/building.apt (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/building.apt Mon Dec 29 16:20:35 2008 @@ -1,3 +1,18 @@ +~~ 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. + Building from source * Checking out the source Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/installation.apt URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/installation.apt?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/installation.apt (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/installation.apt Mon Dec 29 16:20:35 2008 @@ -1,3 +1,18 @@ +~~ 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. + Installation Installation is easiest from an update site. In Eclipse, select Help, Software Updates, Find and install... Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/server.apt URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/server.apt?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/server.apt (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/src/site/apt/server.apt Mon Dec 29 16:20:35 2008 @@ -1,3 +1,18 @@ +~~ 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. + Running a server The OpenEJB plugin provides a mechanism to run OpenEJB as a standalone server in Eclipse. This page show you how to use it. Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/index.html URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/index.html?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/index.html (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/index.html Mon Dec 29 16:20:35 2008 @@ -1,4 +1,21 @@ <html> +<!-- + 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. +--> + <head> <title>org.apache.openejb.update.site</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/site.xml URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/site.xml?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/site.xml (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/site.xml Mon Dec 29 16:20:35 2008 @@ -1,6 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> <site> - <description url="http://www.openejb.org/updates/1.0"> +<!-- + + 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. + +--> + +<description url="http://www.openejb.org/updates/1.0"> The Apache OpenEJB Project Updates </description> <feature url="features/org.apache.openejb.feature_1.0.1.jar" id="org.apache.openejb.feature" version="1.0.1"> Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/web/site.css URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/web/site.css?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/web/site.css (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/web/site.css Mon Dec 29 16:20:35 2008 @@ -1,3 +1,22 @@ +/* + + 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. + +*/ + <STYLE type="text/css"> td.spacer {padding-bottom: 10px; padding-top: 10px;} .title { font-family: sans-serif; color: #99AACC;} Modified: openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/web/site.xsl URL: http://svn.apache.org/viewvc/openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/web/site.xsl?rev=730020&r1=730019&r2=730020&view=diff ============================================================================== --- openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/web/site.xsl (original) +++ openejb/trunk/sandbox/openejb-eclipse-plugin/updatesite/org.apache.openejb.update.site/web/site.xsl Mon Dec 29 16:20:35 2008 @@ -1,4 +1,22 @@ <xsl:stylesheet version = '1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' xmlns:msxsl="urn:schemas-microsoft-com:xslt"> +<!-- + + 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. + +--> <xsl:output method="html" encoding="UTF-8"/> <xsl:key name="cat" match="category" use="@name"/> <xsl:template match="/">
