~ubuntu-branches/ubuntu/utopic/eclipse-wtp/utopic-proposed

« back to all changes in this revision

Viewing changes to org.eclipse.wst.server.core/servercore/org/eclipse/wst/server/core/internal/Messages.properties

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2014-07-10 12:54:39 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140710125439-ixzeiqepu8m3e1z6
Tags: 3.6.0-1
* New upstream release.
* Refreshed d/patches/debian-custom-build.patch.
* Regenerate CSSTokenizer during build.
* Override codeless-jar warning in eclipse-wtp binary package.
* Override false positive source-is-missing lintian error in bundle
  org.eclipse.wst.jsdt.support.ie.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
###############################################################################
2
 
# Copyright (c) 2004, 2010 IBM Corporation and others.
 
2
# Copyright (c) 2004, 2014 IBM Corporation and others.
3
3
# All rights reserved. This program and the accompanying materials
4
4
# are made available under the terms of the Eclipse Public License v1.0
5
5
# which accompanies this distribution, and is available at
71
71
moduleTypeUnknown=Unknown module
72
72
 
73
73
canStartErrorState=The server cannot start because it is currently starting or stopping. Wait for the current operation to complete.
 
74
canStartErrorStateStarted=The server cannot start because it is already started.
74
75
errorLaunchMode=The server does not support the given launch mode.
75
76
errorRestartNotStarted=Cannot restart the server because it is not currently running.
76
77
errorPublishStarting=Cannot publish to the server because it is currently starting or stopping.