Subversion Repositories XServices

Compare Revisions

No changes between revisions

Ignore whitespace Rev 37 → Rev 38

/SBM4Mylyn_plugin/trunk/compile.net.brutex.sbm4mylyn.xml
0,0 → 1,6
<?xml version="1.0" encoding="UTF-8"?>
<project name="Compile net.brutex.sbm4mylyn" default="main">
<target name="main">
<ant antfile="build.xml" dir="../net.brutex.mylyn.sbmconnector" target="build.jars"/>
</target>
</project>
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property
/SBM4Mylyn_plugin/trunk/.project
0,0 → 1,19
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>SBM4Mylyn</name>
<comment></comment>
<projects>
<project>Brutex Network Update Site</project>
<project>net.brutex.mylyn.sbmconnector</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property
/SBM4Mylyn_plugin/trunk/compile.SBM4Mylyn.xml
0,0 → 1,6
<?xml version="1.0" encoding="UTF-8"?>
<project name="Compile SBM4Mylyn" default="main">
<target name="main">
<ant antfile="build.xml" dir="../net.brutex.mylyn.sbmconnector" target="build.jars"/>
</target>
</project>
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property
/SBM4Mylyn_plugin/trunk/build.properties
0,0 → 1,0
bin.includes = feature.xml
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property
/SBM4Mylyn_plugin/trunk/feature.xml
0,0 → 1,65
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="net.brutex.sbm4mylyn"
label="Mylyn connector for Serena Business Mashups"
version="1.0.0.qualifier"
provider-name="Brutex Network">
 
<description url="http://brutex.net/">
Experimental Serena Business Mashups 2009R2 connector for Mylyn
3.3
</description>
 
<copyright>
Mylyn Connector for Serena Business Mashups
Copyright 2010 Brian Rosenberger (Brutex Network)
</copyright>
 
<license url="http://www.apache.org/licenses/LICENSE-2.0">
* Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
* 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 &quot;AS IS&quot; 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.
*
* Serena, TeamTrack and Serena Business Mashup are
* registered trademarks of SERENA Software Inc.
</license>
 
<url>
<update label="Brutex Network Update Site" url="http://brutex.net/updates/"/>
</url>
 
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.eclipse.jface.text"/>
<import plugin="org.eclipse.ui.forms"/>
<import plugin="org.eclipse.mylyn" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.commons.core" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.commons.net" version="3.2.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.commons.ui" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.compatibility" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.context.core" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.discovery.core" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.discovery.ui" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.monitor.core" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.monitor.ui" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.tasks.core" version="3.2.3" match="greaterOrEqual"/>
<import plugin="org.eclipse.mylyn.tasks.ui" version="3.2.3" match="greaterOrEqual"/>
</requires>
 
<plugin
id="net.brutex.mylyn.sbmconnector"
download-size="0"
install-size="0"
version="1.0.0.qualifier"
unpack="false"/>
 
</feature>
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property