|
|
Author: pamarcelot
Date: Mon Jan 7 02:29:45 2008
New Revision: 609556
URL: http://svn.apache.org/viewvc?rev=609556&view=rev
Log:
Added missing plugin.properties file to the rcp plugin project.
Added:
directory/sandbox/felixk/rcp/plugin.properties
Modified:
directory/sandbox/felixk/rcp/pom.xml
Added: directory/sandbox/felixk/rcp/plugin.properties
URL:
http://svn.apache.org/viewvc/directory/sandbox/felixk/rcp/plugin.properties?rev=609556&view=auto
==============================================================================
--- directory/sandbox/felixk/rcp/plugin.properties (added)
+++ directory/sandbox/felixk/rcp/plugin.properties Mon Jan 7 02:29:45 2008
@@ -0,0 +1,22 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+aboutText=Apache Directory Studio\n\n\
+Version: 1.0.1\n\n\
+(c) Copyright Apache Software Foundation - 2006, 2007. All right reserved.\n\
+Visit http://directory.apache.org/studio\n\n\
+This product is licensed under the terms of the Apache Software License
2.0.\n\n\
+Some icons from FAMFAMFAM http://www.famfamfam.com/lab/icons/silk
Modified: directory/sandbox/felixk/rcp/pom.xml
URL:
http://svn.apache.org/viewvc/directory/sandbox/felixk/rcp/pom.xml?rev=609556&r1=609555&r2=609556&view=diff
==============================================================================
--- directory/sandbox/felixk/rcp/pom.xml (original)
+++ directory/sandbox/felixk/rcp/pom.xml Mon Jan 7 02:29:45 2008
@@ -39,6 +39,7 @@
<resource>
<directory>.</directory>
<includes>
+ <include>plugin.properties</include>
<include>plugin.xml</include>
<include>about.ini</include>
<include>studio.png</include>
|
|