Author: eschwert
Date: Thu Aug 9 08:47:08 2012
New Revision: 1371092
URL: http://svn.apache.org/viewvc?rev=1371092&view=rev
Log:
Excluded .project from binaries. Added license header to .project
Modified:
incubator/openmeetings/trunk/plugins/sugarcrm/ (props changed)
incubator/openmeetings/trunk/plugins/sugarcrm/.project
incubator/openmeetings/trunk/plugins/sugarcrm/build.xml
Propchange: incubator/openmeetings/trunk/plugins/sugarcrm/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Aug 9 08:47:08 2012
@@ -0,0 +1 @@
+dist
Modified: incubator/openmeetings/trunk/plugins/sugarcrm/.project
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/.project?rev=1371092&r1=1371091&r2=1371092&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/sugarcrm/.project (original)
+++ incubator/openmeetings/trunk/plugins/sugarcrm/.project Thu Aug 9 08:47:08
2012
@@ -1,3 +1,16 @@
+<!--
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ApacheSugarCRM_6</name>
Modified: incubator/openmeetings/trunk/plugins/sugarcrm/build.xml
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/sugarcrm/build.xml?rev=1371092&r1=1371091&r2=1371092&view=diff
==============================================================================
--- incubator/openmeetings/trunk/plugins/sugarcrm/build.xml (original)
+++ incubator/openmeetings/trunk/plugins/sugarcrm/build.xml Thu Aug 9 08:47:08
2012
@@ -31,11 +31,16 @@
<fileset dir="${basedir}">
<exclude name="dist/**"/>
<exclude name="build.xml"/>
+ <exclude name=".*"/>
+ <exclude name="ivy.xml"/>
+ <exclude name="ivysettings.xml"/>
+ <exclude name="ivysettings.xsd"/>
</fileset>
</copy>
<zip destfile="${archive.file.name}.zip">
<zipfileset dir="${dist.dir}/${plugin.name}/">
<include name="**" />
+ <exclude name=".project"/>
</zipfileset>
</zip>
<zip destfile="${archive.file.name}-src.zip">
@@ -46,6 +51,7 @@
<tar longfile="gnu" compression="gzip"
destfile="${archive.file.name}.tar.gz">
<tarfileset dir="${dist.dir}/${plugin.name}">
<include name="**" />
+ <exclude name=".project"/>
</tarfileset>
</tar>
<tar longfile="gnu" compression="gzip"
destfile="${archive.file.name}-src.tar.gz">