Author: linus
Date: 2008-02-09 14:48:23-0800
New Revision: 14101

Added:
   trunk/src/infra/.classpath
   trunk/src/infra/.project
   trunk/src/infra/META-INF/
   trunk/src/infra/META-INF/MANIFEST.MF
   trunk/src/infra/build.properties   (contents, props changed)
   trunk/src/infra/plugin.xml   (contents, props changed)

Log:
It is now possible to build from within Eclipse.

Added: trunk/src/infra/.classpath
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/infra/.classpath?view=auto&rev=14101
==============================================================================
--- (empty file)
+++ trunk/src/infra/.classpath  2008-02-09 14:48:23-0800
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<classpath>

+       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

+       <classpathentry exported="true" kind="lib" path="lib/log4j-1.2.6.jar"/>

+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

+       <classpathentry kind="output" path="bin"/>

+</classpath>


Added: trunk/src/infra/.project
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/infra/.project?view=auto&rev=14101
==============================================================================
--- (empty file)
+++ trunk/src/infra/.project    2008-02-09 14:48:23-0800
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<projectDescription>

+       <name>argouml-core-infra</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>


Added: trunk/src/infra/META-INF/MANIFEST.MF
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/infra/META-INF/MANIFEST.MF?view=auto&rev=14101
==============================================================================
--- (empty file)
+++ trunk/src/infra/META-INF/MANIFEST.MF        2008-02-09 14:48:23-0800
@@ -0,0 +1,26 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Infrastructure subsystem
+Bundle-SymbolicName: org.argouml.core.infra
+Bundle-Version: 0.25.5
+Bundle-ClassPath: lib/log4j-1.2.6.jar
+Export-Package: 
org.apache.log4j;uses:="org.apache.log4j.or,org.apache.log4j.spi,org.apache.log4j.helpers",
+ org.apache.log4j.chainsaw,
+ org.apache.log4j.config,
+ org.apache.log4j.helpers,
+ org.apache.log4j.jdbc,
+ org.apache.log4j.jmx,
+ org.apache.log4j.lf5,
+ org.apache.log4j.lf5.config,
+ org.apache.log4j.lf5.util,
+ org.apache.log4j.lf5.viewer,
+ org.apache.log4j.lf5.viewer.categoryexplorer,
+ org.apache.log4j.lf5.viewer.configure,
+ org.apache.log4j.lf5.viewer.images,
+ org.apache.log4j.net,
+ org.apache.log4j.nt,
+ org.apache.log4j.or,
+ org.apache.log4j.or.sax,
+ org.apache.log4j.spi,
+ org.apache.log4j.varia,
+ org.apache.log4j.xml

Added: trunk/src/infra/build.properties
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/infra/build.properties?view=auto&rev=14101
==============================================================================
--- (empty file)
+++ trunk/src/infra/build.properties    2008-02-09 14:48:23-0800
@@ -0,0 +1,3 @@
+bin.includes = META-INF/,\
+               lib/log4j-1.2.6.jar,\
+               plugin.xml

Added: trunk/src/infra/plugin.xml
Url: 
http://argouml.tigris.org/source/browse/argouml/trunk/src/infra/plugin.xml?view=auto&rev=14101
==============================================================================
--- (empty file)
+++ trunk/src/infra/plugin.xml  2008-02-09 14:48:23-0800
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+
+</plugin>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to