JBoss Tools SVN: r20030 - trunk/bpel/releng.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-01-29 17:05:14 -0500 (Fri, 29 Jan 2010)
New Revision: 20030
Modified:
trunk/bpel/releng/build.properties
Log:
remove wst and jst zips
Modified: trunk/bpel/releng/build.properties
===================================================================
--- trunk/bpel/releng/build.properties 2010-01-29 21:42:27 UTC (rev 20029)
+++ trunk/bpel/releng/build.properties 2010-01-29 22:05:14 UTC (rev 20030)
@@ -26,9 +26,10 @@
http://repository.jboss.org/eclipse/galileo/repos/eclipse-Update-R-3.5.1-...
http://repository.jboss.org/eclipse/galileo/repos/GEF-Update-3.5.1.zip,\
http://repository.jboss.org/eclipse/galileo/repos/dtp-Updates-1.7-2009090...
-http://repository.jboss.org/eclipse/galileo/repos/emf-xsd-Update-2.5.0.zip,\
-http://repository.jboss.org/eclipse/galileo/repos/jst-buildrepo-R-3.1.1-20090917225226.zip,\
-http://repository.jboss.org/eclipse/galileo/repos/wst-buildrepo-R-3.1.1-20090917225226.zip
+http://repository.jboss.org/eclipse/galileo/repos/emf-xsd-Update-2.5.0.zip
+#,\
+#http://repository.jboss.org/eclipse/galileo/repos/jst-buildrepo-R-3.1.1-20090917225226.zip,\
+#http://repository.jboss.org/eclipse/galileo/repos/wst-buildrepo-R-3.1.1-20090917225226.zip
# required if building bpel.compare.ui: org.eclipse.gmf.runtime.diagram.ui+org.eclipse.emf.compare.match+org.eclipse.emf.compare.diff+org.eclipse.emf.compare.ui+\
IUsToInstall=org.eclipse.sdk.feature.group+org.eclipse.sdk.ide+org.eclipse.core.net+org.eclipse.equinox.common+org.eclipse.core.runtime+org.eclipse.debug.core+org.eclipse.rcp.feature.group+\
14 years, 11 months
JBoss Tools SVN: r20029 - trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-01-29 16:42:27 -0500 (Fri, 29 Jan 2010)
New Revision: 20029
Modified:
trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/feature.xml
Log:
JBIDE-5702 bump flow.jpdl4.feature up to 4.0
Modified: trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/feature.xml
===================================================================
--- trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/feature.xml 2010-01-29 21:28:43 UTC (rev 20028)
+++ trunk/jbpm/features/org.jboss.tools.flow.jpdl4.feature/feature.xml 2010-01-29 21:42:27 UTC (rev 20029)
@@ -2,7 +2,7 @@
<feature
id="org.jboss.tools.flow.jpdl4.feature"
label="%featureName"
- version="1.3.0.qualifier"
+ version="4.0.0.qualifier"
provider-name="%featureProvider">
<description>
14 years, 11 months
JBoss Tools SVN: r20028 - trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-01-29 16:28:43 -0500 (Fri, 29 Jan 2010)
New Revision: 20028
Modified:
trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam2FacetInstallDelegateTest.java
Log:
fix seam core test error about jboss-seam-remoting.jar is missing in ear lib directory
Modified: trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam2FacetInstallDelegateTest.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam2FacetInstallDelegateTest.java 2010-01-29 21:27:54 UTC (rev 20027)
+++ trunk/seam/tests/org.jboss.tools.seam.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam2FacetInstallDelegateTest.java 2010-01-29 21:28:43 UTC (rev 20028)
@@ -196,6 +196,7 @@
onlyInEar.add("drools-compiler.jar");
onlyInEar.add("drools-core.jar");
onlyInEar.add("jboss-el.jar");
+ onlyInEar.add("jboss-seam-remoting.jar");
onlyInEar.add("mvel14.jar");
onlyInEar.add("richfaces-api.jar");
onlyInEar.add("jbpm-jpdl.jar");
@@ -205,7 +206,6 @@
onlyInWar.add("jboss-seam-ioc.jar");
onlyInWar.add("jboss-seam-mail.jar");
onlyInWar.add("jboss-seam-pdf.jar");
- onlyInWar.add("jboss-seam-remoting.jar");
onlyInWar.add("jboss-seam-ui.jar");
onlyInWar.add("jsf-facelets.jar");
onlyInWar.add("richfaces-impl.jar");
14 years, 11 months
JBoss Tools SVN: r20027 - trunk/common/releng/hudson.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-01-29 16:27:54 -0500 (Fri, 29 Jan 2010)
New Revision: 20027
Modified:
trunk/common/releng/hudson/run.sh
Log:
downgrade from requirement to suggestion in preflight checklist (wget, cvs, svn, javac)
Modified: trunk/common/releng/hudson/run.sh
===================================================================
--- trunk/common/releng/hudson/run.sh 2010-01-29 20:49:01 UTC (rev 20026)
+++ trunk/common/releng/hudson/run.sh 2010-01-29 21:27:54 UTC (rev 20027)
@@ -31,7 +31,7 @@
# check for required platform stuff
missingRequirements=""
-for f in cvs svn javac wget; do
+for f in cvs svn javac wget vncserver Xvfb Xvnc; do
check=$(whereis $f);
if [[ $check == "$f:" ]]; then
missingRequirements="$missingRequirements $f"
@@ -40,20 +40,6 @@
fi
done
if [[ $missingRequirements ]]; then
- echo "ERROR: You must install the following tools for this build to proceed:"
- echo " $missingRequirements"
- exit 1;
-fi
-missingRequirements=""
-for f in vncserver Xvfb Xvnc; do
- check=$(whereis $f);
- if [[ $check == "$f:" ]]; then
- missingRequirements="$missingRequirements $f"
- else
- echo "Found $check"
- fi
-done
-if [[ $missingRequirements ]]; then
echo "WARNING: You may require 1 or more of the following tools for this build to proceed:"
echo " $missingRequirements"
fi
14 years, 11 months
JBoss Tools SVN: r20026 - trunk/cdi/features/org.jboss.tools.cdi.feature.
by jbosstools-commits@lists.jboss.org
Author: nickboldt
Date: 2010-01-29 15:49:01 -0500 (Fri, 29 Jan 2010)
New Revision: 20026
Modified:
trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml
Log:
JBIDE-5759 add org.jboss.tools.cdi.ext to feature
Modified: trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml
===================================================================
--- trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml 2010-01-29 19:52:02 UTC (rev 20025)
+++ trunk/cdi/features/org.jboss.tools.cdi.feature/feature.xml 2010-01-29 20:49:01 UTC (rev 20026)
@@ -56,5 +56,12 @@
install-size="0"
version="0.0.0"
unpack="false"/>
-
+
+ <plugin
+ id="org.jboss.tools.cdi.text.ext"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>
14 years, 11 months
JBoss Tools SVN: r20025 - in trunk/modeshape: plugins/org.jboss.tools.modeshape.rest and 11 other directories.
by jbosstools-commits@lists.jboss.org
Author: elvisisking
Date: 2010-01-29 14:52:02 -0500 (Fri, 29 Jan 2010)
New Revision: 20025
Removed:
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/AUTHORS.txt
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/LEGAL.txt
Modified:
trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/COPYRIGHT.txt
trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/build.properties
trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.properties
trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.xml
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/about.ini
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/about.properties
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/build.properties
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ModeShapeMessageConsole.html
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ModeShapePreferencesDialog.html
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/PublishDialog.html
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/PublishedLocationsDialog.html
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ResourceContextMenu.html
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ServerDialog.html
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ServerView.html
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/Toc.html
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/helpContexts.xml
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/toc.xml
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/plugin.properties
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/plugin.xml
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/log4j.properties
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/Activator.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/IServerRegistryListener.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/IUiConstants.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/PersistedServer.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/PublishedResourceHelper.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/RestClientI18n.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/RestClientI18n.properties
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/ServerManager.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/ServerRegistryEvent.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/Utils.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/BasePublishingAction.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/DeleteServerAction.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/EditServerAction.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/NewServerAction.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/PublishAction.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/ReconnectToServerAction.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/ShowPublishedLocationsAction.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/UnpublishAction.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/package-info.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/dialogs/DeleteServerDialog.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/dialogs/PublishedLocationsDialog.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/dialogs/package-info.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/jobs/PublishJob.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/jobs/ReconnectJob.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/log/EclipseLogger.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/log/EclipseLoggerFactory.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/log/StaticLoggerBinder.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/package-info.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/FilteredFileExtensionEditor.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/FilteredFoldersEditor.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/ModeShapePreferencePage.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/NewItemDialog.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/PrefUtils.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/PublishingFileFilter.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/prefs.properties
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/ModeShapeContentProvider.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/ModeShapeMessageConsole.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/ServerView.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/package-info.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/PublishPage.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/PublishWizard.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/ServerPage.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/ServerWizard.java
trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/package-info.java
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/PersistedServerTest.java
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/ServerManagerTest.java
trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/ServerRegistryEventTest.java
Log:
MODE-580 Rebrand project to new name. Made minor changes to file headers based on input from our legal folks.
Modified: trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/COPYRIGHT.txt
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/COPYRIGHT.txt 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/COPYRIGHT.txt 2010-01-29 19:52:02 UTC (rev 20025)
@@ -1,9 +1,9 @@
-The ModeShape Eclipse Feature is copyright 2008-2010 Red Hat, Inc.
+ModeShape is copyright 2010 Red Hat, Inc.
+Some portions may be licensed to Red Hat, Inc. under one or more
+contributor license agreements. See the AUTHORS.txt file in the
+distribution for a full listing of individual contributors.
-Distributed under license by Red Hat, Inc. All rights reserved.
-This program is made available under the terms of the
-Eclipse Public License v1.0 which accompanies this distribution, and is
-available at http://www.eclipse.org/legal/epl-v10.html.
-
-See the AUTHORS.txt file in the distribution for a full listing of
-individual contributors.
+ModeShape is free software, and is made available by Red Hat, Inc.
+under the terms of the Eclipse Public License v1.0 which accompanies
+this distribution and is available at
+http://www.eclipse.org/legal/epl-v10.html.
\ No newline at end of file
Modified: trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/build.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/build.properties 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/build.properties 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
# See the COPYRIGHT.txt file distributed with this work for information
# regarding copyright ownership.
#
-# Distributed under license by Red Hat, Inc. All rights reserved.
-# This program is made available under the terms of the
-# Eclipse Public License v1.0 which accompanies this distribution, and is
+# This software is made available by Red Hat, Inc. under the terms of the
+# Eclipse Public License v1.0 which accompanies this distribution and is
# available at http://www.eclipse.org/legal/epl-v10.html.
#
# See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.properties
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.properties 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.properties 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
# See the COPYRIGHT.txt file distributed with this work for information
# regarding copyright ownership.
#
-# Distributed under license by Red Hat, Inc. All rights reserved.
-# This program is made available under the terms of the
-# Eclipse Public License v1.0 which accompanies this distribution, and is
+# This software is made available by Red Hat, Inc. under the terms of the
+# Eclipse Public License v1.0 which accompanies this distribution and is
# available at http://www.eclipse.org/legal/epl-v10.html.
#
# See the AUTHORS.txt file in the distribution for a full listing of
@@ -16,16 +15,15 @@
description = Provides a resource publishing and unpublishing capability to ModeShape repositories.
-copyright = See the COPYRIGHT.txt file distributed with this work for information\n\
-regarding copyright ownership.\n\
+copyright = ModeShape is copyright 2010 Red Hat, Inc.\n\
+Some portions may be licensed to Red Hat, Inc. under one or more\n\
+contributor license agreements. See the AUTHORS.txt file in the\n\
+distribution for a full listing of individual contributors.\n\
\n\
-Distributed under license by Red Hat, Inc. All rights reserved.\n\
-This program is made available under the terms of the\n\
-Eclipse Public License v1.0 which accompanies this distribution, and is\n\
-available at http://www.eclipse.org/legal/epl-v10.html.\n\
-\n\
-See the AUTHORS.txt file in the distribution for a full listing of\n\
-individual contributors.
+ModeShape is free software, and is made available by Red Hat, Inc.\n\
+under the terms of the Eclipse Public License v1.0 which accompanies\n\
+this distribution and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html.
licenseUrl = license.html
license = Red Hat, Inc. licenses these features and plugins to you under \
Modified: trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.xml
===================================================================
--- trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.xml 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/features/org.jboss.tools.modeshape.rest.feature/feature.xml 2010-01-29 19:52:02 UTC (rev 20025)
@@ -3,9 +3,8 @@
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
-
- - Distributed under license by Red Hat, Inc. All rights reserved.
- - This program is made available under the terms of the
- - Eclipse Public License v1.0 which accompanies this distribution, and is
+ - This software is made available by Red Hat, Inc. under the terms of the
+ - Eclipse Public License v1.0 which accompanies this distribution and is
- available at http://www.eclipse.org/legal/epl-v10.html.
-
- See the AUTHORS.txt file in the distribution for a full listing of
Deleted: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/AUTHORS.txt
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/AUTHORS.txt 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/AUTHORS.txt 2010-01-29 19:52:02 UTC (rev 20025)
@@ -1 +0,0 @@
-Dan Florian (dflorian(a)redhat.com)
\ No newline at end of file
Deleted: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/LEGAL.txt
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/LEGAL.txt 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/LEGAL.txt 2010-01-29 19:52:02 UTC (rev 20025)
@@ -1,9 +0,0 @@
-The ModeShape REST Tooling for Eclipse is copyright 2008-2010 Red Hat, Inc.
-
-Distributed under license by Red Hat, Inc. All rights reserved.
-This program is made available under the terms of the
-Eclipse Public License v1.0 which accompanies this distribution, and is
-available at http://www.eclipse.org/legal/epl-v10.html.
-
-See the AUTHORS.txt file in the distribution for a full listing of
-individual contributors.
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/about.ini
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/about.ini 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/about.ini 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
# See the COPYRIGHT.txt file distributed with this work for information
# regarding copyright ownership.
#
-# Distributed under license by Red Hat, Inc. All rights reserved.
-# This program is made available under the terms of the
-# Eclipse Public License v1.0 which accompanies this distribution, and is
+# This software is made available by Red Hat, Inc. under the terms of the
+# Eclipse Public License v1.0 which accompanies this distribution and is
# available at http://www.eclipse.org/legal/epl-v10.html.
#
# See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/about.properties
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/about.properties 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/about.properties 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
# See the COPYRIGHT.txt file distributed with this work for information
# regarding copyright ownership.
#
-# Distributed under license by Red Hat, Inc. All rights reserved.
-# This program is made available under the terms of the
-# Eclipse Public License v1.0 which accompanies this distribution, and is
+# This software is made available by Red Hat, Inc. under the terms of the
+# Eclipse Public License v1.0 which accompanies this distribution and is
# available at http://www.eclipse.org/legal/epl-v10.html.
#
# See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/build.properties
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/build.properties 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/build.properties 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
# See the COPYRIGHT.txt file distributed with this work for information
# regarding copyright ownership.
#
-# Distributed under license by Red Hat, Inc. All rights reserved.
-# This program is made available under the terms of the
-# Eclipse Public License v1.0 which accompanies this distribution, and is
+# This software is made available by Red Hat, Inc. under the terms of the
+# Eclipse Public License v1.0 which accompanies this distribution and is
# available at http://www.eclipse.org/legal/epl-v10.html.
#
# See the AUTHORS.txt file in the distribution for a full listing of
@@ -14,19 +13,16 @@
plugin.properties,\
icons/,\
plugin.xml,\
- LEGAL.txt,\
- AUTHORS.txt,\
src/log4j.properties,\
- docs/helpContexts.xml,\
- docs/,\
about.ini,\
about.mappings,\
about.properties,\
feature.png,\
jcrRestClient.jar,\
- modeshape-web-jcr-rest-client-1.0.0-SNAPSHOT-jar-with-dependencies.jar
-src.includes = src/,\
- LEGAL.txt
+ modeshape-web-jcr-rest-client-1.0.0-SNAPSHOT-jar-with-dependencies.jar,\
+ docs/,\
+ about.html
+src.includes = src/
jars.compile.order = jcrRestClient.jar
source.jcrRestClient.jar = src/
output.jcrRestClient.jar = bin/
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ModeShapeMessageConsole.html
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ModeShapeMessageConsole.html 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ModeShapeMessageConsole.html 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
-
- - Distributed under license by Red Hat, Inc. All rights reserved.
- - This program is made available under the terms of the
- - Eclipse Public License v1.0 which accompanies this distribution, and is
+ - This software is made available by Red Hat, Inc. under the terms of the
+ - Eclipse Public License v1.0 which accompanies this distribution and is
- available at http://www.eclipse.org/legal/epl-v10.html.
-
- See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ModeShapePreferencesDialog.html
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ModeShapePreferencesDialog.html 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ModeShapePreferencesDialog.html 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
-
- - Distributed under license by Red Hat, Inc. All rights reserved.
- - This program is made available under the terms of the
- - Eclipse Public License v1.0 which accompanies this distribution, and is
+ - This software is made available by Red Hat, Inc. under the terms of the
+ - Eclipse Public License v1.0 which accompanies this distribution and is
- available at http://www.eclipse.org/legal/epl-v10.html.
-
- See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/PublishDialog.html
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/PublishDialog.html 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/PublishDialog.html 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
-
- - Distributed under license by Red Hat, Inc. All rights reserved.
- - This program is made available under the terms of the
- - Eclipse Public License v1.0 which accompanies this distribution, and is
+ - This software is made available by Red Hat, Inc. under the terms of the
+ - Eclipse Public License v1.0 which accompanies this distribution and is
- available at http://www.eclipse.org/legal/epl-v10.html.
-
- See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/PublishedLocationsDialog.html
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/PublishedLocationsDialog.html 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/PublishedLocationsDialog.html 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
-
- - Distributed under license by Red Hat, Inc. All rights reserved.
- - This program is made available under the terms of the
- - Eclipse Public License v1.0 which accompanies this distribution, and is
+ - This software is made available by Red Hat, Inc. under the terms of the
+ - Eclipse Public License v1.0 which accompanies this distribution and is
- available at http://www.eclipse.org/legal/epl-v10.html.
-
- See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ResourceContextMenu.html
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ResourceContextMenu.html 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ResourceContextMenu.html 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
-
- - Distributed under license by Red Hat, Inc. All rights reserved.
- - This program is made available under the terms of the
- - Eclipse Public License v1.0 which accompanies this distribution, and is
+ - This software is made available by Red Hat, Inc. under the terms of the
+ - Eclipse Public License v1.0 which accompanies this distribution and is
- available at http://www.eclipse.org/legal/epl-v10.html.
-
- See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ServerDialog.html
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ServerDialog.html 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ServerDialog.html 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
-
- - Distributed under license by Red Hat, Inc. All rights reserved.
- - This program is made available under the terms of the
- - Eclipse Public License v1.0 which accompanies this distribution, and is
+ - This software is made available by Red Hat, Inc. under the terms of the
+ - Eclipse Public License v1.0 which accompanies this distribution and is
- available at http://www.eclipse.org/legal/epl-v10.html.
-
- See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ServerView.html
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ServerView.html 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/ServerView.html 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
-
- - Distributed under license by Red Hat, Inc. All rights reserved.
- - This program is made available under the terms of the
- - Eclipse Public License v1.0 which accompanies this distribution, and is
+ - This software is made available by Red Hat, Inc. under the terms of the
+ - Eclipse Public License v1.0 which accompanies this distribution and is
- available at http://www.eclipse.org/legal/epl-v10.html.
-
- See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/Toc.html
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/Toc.html 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/Toc.html 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
-
- - Distributed under license by Red Hat, Inc. All rights reserved.
- - This program is made available under the terms of the
- - Eclipse Public License v1.0 which accompanies this distribution, and is
+ - This software is made available by Red Hat, Inc. under the terms of the
+ - Eclipse Public License v1.0 which accompanies this distribution and is
- available at http://www.eclipse.org/legal/epl-v10.html.
-
- See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/helpContexts.xml
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/helpContexts.xml 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/helpContexts.xml 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
-
- - Distributed under license by Red Hat, Inc. All rights reserved.
- - This program is made available under the terms of the
- - Eclipse Public License v1.0 which accompanies this distribution, and is
+ - This software is made available by Red Hat, Inc. under the terms of the
+ - Eclipse Public License v1.0 which accompanies this distribution and is
- available at http://www.eclipse.org/legal/epl-v10.html.
-
- See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/toc.xml
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/toc.xml 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/docs/toc.xml 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
-
- - Distributed under license by Red Hat, Inc. All rights reserved.
- - This program is made available under the terms of the
- - Eclipse Public License v1.0 which accompanies this distribution, and is
+ - This software is made available by Red Hat, Inc. under the terms of the
+ - Eclipse Public License v1.0 which accompanies this distribution and is
- available at http://www.eclipse.org/legal/epl-v10.html.
-
- See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/plugin.properties
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/plugin.properties 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/plugin.properties 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
# See the COPYRIGHT.txt file distributed with this work for information
# regarding copyright ownership.
#
-# Distributed under license by Red Hat, Inc. All rights reserved.
-# This program is made available under the terms of the
-# Eclipse Public License v1.0 which accompanies this distribution, and is
+# This software is made available by Red Hat, Inc. under the terms of the
+# Eclipse Public License v1.0 which accompanies this distribution and is
# available at http://www.eclipse.org/legal/epl-v10.html.
#
# See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/plugin.xml
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/plugin.xml 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/plugin.xml 2010-01-29 19:52:02 UTC (rev 20025)
@@ -4,9 +4,8 @@
- See the COPYRIGHT.txt file distributed with this work for information
- regarding copyright ownership.
-
- - Distributed under license by Red Hat, Inc. All rights reserved.
- - This program is made available under the terms of the
- - Eclipse Public License v1.0 which accompanies this distribution, and is
+ - This software is made available by Red Hat, Inc. under the terms of the
+ - Eclipse Public License v1.0 which accompanies this distribution and is
- available at http://www.eclipse.org/legal/epl-v10.html.
-
- See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/log4j.properties
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/log4j.properties 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/log4j.properties 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
# See the COPYRIGHT.txt file distributed with this work for information
# regarding copyright ownership.
#
-# Distributed under license by Red Hat, Inc. All rights reserved.
-# This program is made available under the terms of the
-# Eclipse Public License v1.0 which accompanies this distribution, and is
+# This software is made available by Red Hat, Inc. under the terms of the
+# Eclipse Public License v1.0 which accompanies this distribution and is
# available at http://www.eclipse.org/legal/epl-v10.html.
#
# See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/Activator.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/Activator.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/Activator.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/IServerRegistryListener.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/IServerRegistryListener.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/IServerRegistryListener.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/IUiConstants.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/IUiConstants.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/IUiConstants.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/PersistedServer.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/PersistedServer.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/PersistedServer.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/PublishedResourceHelper.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/PublishedResourceHelper.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/PublishedResourceHelper.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/RestClientI18n.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/RestClientI18n.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/RestClientI18n.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/RestClientI18n.properties
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/RestClientI18n.properties 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/RestClientI18n.properties 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
# See the COPYRIGHT.txt file distributed with this work for information
# regarding copyright ownership.
#
-# Distributed under license by Red Hat, Inc. All rights reserved.
-# This program is made available under the terms of the
-# Eclipse Public License v1.0 which accompanies this distribution, and is
+# This software is made available by Red Hat, Inc. under the terms of the
+# Eclipse Public License v1.0 which accompanies this distribution and is
# available at http://www.eclipse.org/legal/epl-v10.html.
#
# See the AUTHORS.txt file in the distribution for a full listing of
@@ -114,7 +113,7 @@
publishPageServerLabel = Server:
publishPageServerToolTip = The server where the repository is located
publishPageUnpublishOkStatusMsg = Choose the server, repository, and workspace where the resources will be unpublished. Click "Finish" to execute the unpublish operation.
-publishPageUnpublishResourcesLabel = These resources will be removed from the specified workspace:
+publishPageUnpublishResourcesLabel = These resources will be removed from the above specified ModeShape workspace:
publishPageUnpublishTitle = Unpublish the selected resources
publishPageWorkspaceLabel = Workspace:
publishPageWorkspacePublishToolTip = The workspace where the resources are being published
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/ServerManager.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/ServerManager.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/ServerManager.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/ServerRegistryEvent.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/ServerRegistryEvent.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/ServerRegistryEvent.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/Utils.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/Utils.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/Utils.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/BasePublishingAction.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/BasePublishingAction.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/BasePublishingAction.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/DeleteServerAction.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/DeleteServerAction.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/DeleteServerAction.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/EditServerAction.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/EditServerAction.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/EditServerAction.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/NewServerAction.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/NewServerAction.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/NewServerAction.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/PublishAction.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/PublishAction.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/PublishAction.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/ReconnectToServerAction.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/ReconnectToServerAction.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/ReconnectToServerAction.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/ShowPublishedLocationsAction.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/ShowPublishedLocationsAction.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/ShowPublishedLocationsAction.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/UnpublishAction.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/UnpublishAction.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/UnpublishAction.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/package-info.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/package-info.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/actions/package-info.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/dialogs/DeleteServerDialog.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/dialogs/DeleteServerDialog.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/dialogs/DeleteServerDialog.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/dialogs/PublishedLocationsDialog.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/dialogs/PublishedLocationsDialog.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/dialogs/PublishedLocationsDialog.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/dialogs/package-info.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/dialogs/package-info.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/dialogs/package-info.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/jobs/PublishJob.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/jobs/PublishJob.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/jobs/PublishJob.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/jobs/ReconnectJob.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/jobs/ReconnectJob.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/jobs/ReconnectJob.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/log/EclipseLogger.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/log/EclipseLogger.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/log/EclipseLogger.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/log/EclipseLoggerFactory.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/log/EclipseLoggerFactory.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/log/EclipseLoggerFactory.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/log/StaticLoggerBinder.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/log/StaticLoggerBinder.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/log/StaticLoggerBinder.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/package-info.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/package-info.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/package-info.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/FilteredFileExtensionEditor.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/FilteredFileExtensionEditor.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/FilteredFileExtensionEditor.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/FilteredFoldersEditor.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/FilteredFoldersEditor.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/FilteredFoldersEditor.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/ModeShapePreferencePage.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/ModeShapePreferencePage.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/ModeShapePreferencePage.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/NewItemDialog.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/NewItemDialog.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/NewItemDialog.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/PrefUtils.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/PrefUtils.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/PrefUtils.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/PublishingFileFilter.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/PublishingFileFilter.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/PublishingFileFilter.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/prefs.properties
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/prefs.properties 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/preferences/prefs.properties 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
# See the COPYRIGHT.txt file distributed with this work for information
# regarding copyright ownership.
#
-# Distributed under license by Red Hat, Inc. All rights reserved.
-# This program is made available under the terms of the
-# Eclipse Public License v1.0 which accompanies this distribution, and is
+# This software is made available by Red Hat, Inc. under the terms of the
+# Eclipse Public License v1.0 which accompanies this distribution and is
# available at http://www.eclipse.org/legal/epl-v10.html.
#
# See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/ModeShapeContentProvider.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/ModeShapeContentProvider.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/ModeShapeContentProvider.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/ModeShapeMessageConsole.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/ModeShapeMessageConsole.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/ModeShapeMessageConsole.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/ServerView.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/ServerView.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/ServerView.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/package-info.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/package-info.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/views/package-info.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/PublishPage.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/PublishPage.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/PublishPage.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/PublishWizard.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/PublishWizard.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/PublishWizard.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/ServerPage.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/ServerPage.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/ServerPage.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/ServerWizard.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/ServerWizard.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/ServerWizard.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/package-info.java
===================================================================
--- trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/package-info.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/plugins/org.jboss.tools.modeshape.rest/src/org/jboss/tools/modeshape/rest/wizards/package-info.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java
===================================================================
--- trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/MockRestClient.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/PersistedServerTest.java
===================================================================
--- trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/PersistedServerTest.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/PersistedServerTest.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/ServerManagerTest.java
===================================================================
--- trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/ServerManagerTest.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/ServerManagerTest.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
Modified: trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/ServerRegistryEventTest.java
===================================================================
--- trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/ServerRegistryEventTest.java 2010-01-29 17:57:45 UTC (rev 20024)
+++ trunk/modeshape/tests/org.jboss.tools.modeshape.rest.test/src/org/jboss/tools/modeshape/rest/ServerRegistryEventTest.java 2010-01-29 19:52:02 UTC (rev 20025)
@@ -2,9 +2,8 @@
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership.
*
- * Distributed under license by Red Hat, Inc. All rights reserved.
- * This program is made available under the terms of the
- * Eclipse Public License v1.0 which accompanies this distribution, and is
+ * This software is made available by Red Hat, Inc. under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution and is
* available at http://www.eclipse.org/legal/epl-v10.html.
*
* See the AUTHORS.txt file in the distribution for a full listing of
14 years, 11 months
JBoss Tools SVN: r20024 - trunk/jbpm/plugins/org.jbpm.gd.jpdl/META-INF.
by jbosstools-commits@lists.jboss.org
Author: dgolovin
Date: 2010-01-29 12:57:45 -0500 (Fri, 29 Jan 2010)
New Revision: 20024
Modified:
trunk/jbpm/plugins/org.jbpm.gd.jpdl/META-INF/MANIFEST.MF
Log:
JBDS-1044
Bundle-Localization: plugin
added to org.jbpm.gd.jpdl
Modified: trunk/jbpm/plugins/org.jbpm.gd.jpdl/META-INF/MANIFEST.MF
===================================================================
--- trunk/jbpm/plugins/org.jbpm.gd.jpdl/META-INF/MANIFEST.MF 2010-01-29 17:24:23 UTC (rev 20023)
+++ trunk/jbpm/plugins/org.jbpm.gd.jpdl/META-INF/MANIFEST.MF 2010-01-29 17:57:45 UTC (rev 20024)
@@ -7,6 +7,7 @@
lib/dom4j-1.4.jar
Bundle-Activator: org.jbpm.gd.jpdl.Plugin
Bundle-Vendor: %bundleProvider
+Bundle-Localization: plugin
Export-Package: org.jbpm.gd.common.command,
org.jbpm.gd.common.editor,
org.jbpm.gd.common.figure,
14 years, 11 months
JBoss Tools SVN: r20023 - trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/META-INF.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2010-01-29 12:24:23 -0500 (Fri, 29 Jan 2010)
New Revision: 20023
Modified:
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/META-INF/MANIFEST.MF
Log:
https://jira.jboss.org/jira/browse/JBIDE-3125
Modified: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/META-INF/MANIFEST.MF 2010-01-29 16:42:00 UTC (rev 20022)
+++ trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/META-INF/MANIFEST.MF 2010-01-29 17:24:23 UTC (rev 20023)
@@ -1,6 +1,13 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Test
+Bundle-Name: %Bundle-Name.0
Bundle-SymbolicName: org.jboss.tools.cdi.text.ext.test
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 2.0.0
Require-Bundle: org.junit;bundle-version="3.8.2"
+Bundle-ActivationPolicy: lazy
+Bundle-Vendor: %Bundle-Vendor.0
+Export-Package: org.jboss.tools.cdi.text.ext.test
+Bundle-ClassPath: cdi-text-ext-tests.jar
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+
14 years, 11 months
JBoss Tools SVN: r20022 - in trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test: META-INF and 8 other directories.
by jbosstools-commits@lists.jboss.org
Author: dazarov
Date: 2010-01-29 11:42:00 -0500 (Fri, 29 Jan 2010)
New Revision: 20022
Added:
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/.classpath
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/.project
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/META-INF/
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/META-INF/MANIFEST.MF
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/about.html
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/build.properties
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/plugin.properties
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/CdiTextExtAllTests.java
trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-3125
Added: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/.classpath
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/.classpath (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/.classpath 2010-01-29 16:42:00 UTC (rev 20022)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/.classpath
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/.project
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/.project (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/.project 2010-01-29 16:42:00 UTC (rev 20022)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.cdi.text.ext.test</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/.project
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/META-INF/MANIFEST.MF (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/META-INF/MANIFEST.MF 2010-01-29 16:42:00 UTC (rev 20022)
@@ -0,0 +1,6 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Test
+Bundle-SymbolicName: org.jboss.tools.cdi.text.ext.test
+Bundle-Version: 1.0.0.qualifier
+Require-Bundle: org.junit;bundle-version="3.8.2"
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/about.html
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/about.html (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/about.html 2010-01-29 16:42:00 UTC (rev 20022)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>©2007 Red Hat, Inc. All rights reserved</P>
+
+<H3>License</H3>
+
+<P>Red Hat Inc., through its JBoss division, makes available all content in this plug-in
+("Content"). Unless otherwise indicated below, the Content is provided to you
+under the terms and conditions of the Eclipse Public License Version 1.0
+("EPL"). A copy of the EPL is available at
+<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>.
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from Red Hat Inc., the
+Content is being redistributed by another party ("Redistributor") and different
+terms and conditions may apply to your use of any object code in the Content.
+Check the Redistributor's license that was provided with the Content. If no such
+license exists, contact the Redistributor. Unless otherwise indicated below, the
+terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at
+ <A href="http://www.jboss.org/tools">http://www.jboss.org/tools</A>.</P>
+
+</BODY>
+</HTML>
\ No newline at end of file
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/about.html
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/build.properties
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/build.properties (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/build.properties 2010-01-29 16:42:00 UTC (rev 20022)
@@ -0,0 +1,3 @@
+source.. = src/
+bin.includes = META-INF/,\
+ .
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/build.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/plugin.properties
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/plugin.properties (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/plugin.properties 2010-01-29 16:42:00 UTC (rev 20022)
@@ -0,0 +1,3 @@
+#Properties file for org.jboss.tools.jsf.text.ext.test
+Bundle-Vendor.0 = JBoss by Red Hat
+Bundle-Name.0 = CDI Text Extensions Tests Plug-in
\ No newline at end of file
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/CdiTextExtAllTests.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/CdiTextExtAllTests.java (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/CdiTextExtAllTests.java 2010-01-29 16:42:00 UTC (rev 20022)
@@ -0,0 +1,9 @@
+package org.jboss.tools.cdi.text.ext.test;
+
+import junit.framework.Test;
+
+public class CdiTextExtAllTests {
+ public static Test suite() {
+ return null;
+ }
+}
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/CdiTextExtAllTests.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Added: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java 2010-01-29 16:42:00 UTC (rev 20022)
@@ -0,0 +1,15 @@
+package org.jboss.tools.cdi.text.ext.test;
+
+import junit.framework.TestCase;
+
+public class InjectedPointHyperlinkDetectorTest extends TestCase {
+ public void setUp() throws Exception {
+ }
+
+ protected void tearDown() throws Exception {
+ }
+
+ public void testInjectedPointHyperlinkDetector() {
+
+ }
+}
Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.text.ext.test/src/org/jboss/tools/cdi/text/ext/test/InjectedPointHyperlinkDetectorTest.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain
14 years, 11 months